All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.3 (2020-04-30)
5.0.2 (2020-04-29)
- 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)
- to avoid pulling in
request
.
-
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)
3.2.1 (2019-05-25)
3.1.1 (2018-12-29)
3.1.0 (2018-12-29)
- backend: pass Operation Object to backend (#23) (d8820a7)
- backend: pass Path Item Object to backend (#24) (551bdf8)
3.0.0 (2018-12-24)
- 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)
- backend: renamed Client
.http
option to.backend
2.0.0 (2018-12-12)
- getPath: add method to get the Component path as a string (#10) (f8d04d0)
- request: update request handling interface and implementation (#11) (e65679b)
- request: be less
request
specific to help facilitate integrations with Fetch or swagger-js.
1.0.0 (2018-10-31)
- loadSpec: removing loadSpec
0.1.1 (2018-08-27)
0.1.0 (2018-08-27)
- getNames: a callback hook to alias paths (2da4478)