Skip to content

Latest commit

 

History

History
145 lines (64 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

145 lines (64 loc) · 5.34 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.3 (2020-04-30)

Bug Fixes

  • only try to expose supported methods (#72) (827db20)

5.0.2 (2020-04-29)

Bug Fixes

  • remove requirement for operationId (#69) (bf5cbf7)
  • loader: use isPlainObject when merging. (#68) (cc2c177)

5.0.1 (2020-04-09)

5.0.0 (2020-04-08)

⚠ BREAKING CHANGES

  • to avoid pulling in request.

Bug Fixes

  • double slash in fetch backend path construction (#53) (33373af)

  • don't use default backend, to avoid unnecessary deps (#54) (c4e7cf4)

4.0.0 (2019-11-02)

⚠ BREAKING CHANGES

  • deps: removing Node.js 6 support

  • deps: bump nock to 11.7.0 (#47) (da9882b)

3.2.1 (2019-05-25)

Bug Fixes

  • loader: this context in callable (#36) (84c93f8)

3.1.1 (2018-12-29)

Bug Fixes

  • loading: don't fail if Path Item Object already exists (#27) (8a04b38)

3.1.0 (2018-12-29)

Features

  • backend: pass Operation Object to backend (#23) (d8820a7)
  • backend: pass Path Item Object to backend (#24) (551bdf8)

3.0.0 (2018-12-24)

Code Refactoring

  • backend: rename "clients" to "backend" (#20) (2d01f73)

Features

  • fetch: add a reference client using fetch (#14) (2c9ebae)
  • parameters: track pathname parameters and pass to the handler (#17) (023252b)
  • swagger: add a swagger-js based client (#18) (036307d)

BREAKING CHANGES

  • backend: renamed Client .http option to .backend

2.0.0 (2018-12-12)

Bug Fixes

  • handler: call handler with all options (not just select ones) (#13) (ee45108)

Features

  • getPath: add method to get the Component path as a string (#10) (f8d04d0)
  • request: update request handling interface and implementation (#11) (e65679b)

BREAKING CHANGES

  • request: be less request specific to help facilitate integrations with Fetch or swagger-js.

1.0.0 (2018-10-31)

Chores

BREAKING CHANGES

  • loadSpec: removing loadSpec

0.1.1 (2018-08-27)

0.1.0 (2018-08-27)

Features

  • getNames: a callback hook to alias paths (2da4478)