Releases: ecyrbe/zodios
Releases · ecyrbe/zodios
Release v10.9.6
Changelog
All notable changes to this project will be documented in this file.
- allow builder to have no parameters. fixes #490
Release v10.9.5
Changelog
All notable changes to this project will be documented in this file.
- allow optional path params, fixes #514
Release v10.9.4
Changelog
All notable changes to this project will be documented in this file.
- fixes a regression for boolean path params. #506
Release v10.9.3
Changelog
All notable changes to this project will be documented in this file.
- fix perf issue and path params detection #503
Release v10.9.2
Changelog
All notable changes to this project will be documented in this file.
- allow json api content type #471
Release v10.9.1
Changelog
All notable changes to this project will be documented in this file.
- fix #469 where body fails to be infaired when there is a path collision.
Release v10.9.0
Changelog
All notable changes to this project will be documented in this file.
- add parameters builder helper. cf http://www.zodios.org/docs/api/helpers#parametersbuilder
Release v10.8.1
Changelog
All notable changes to this project will be documented in this file.
- add more runtime checks about misconfigured api (duplicate path, alias, body)
Release v10.8.0
Changelog
All notable changes to this project will be documented in this file.
- add mergeApis helper to merge Apis in a router friendly fashion (https://www.zodios.org/docs/api/helpers#mergeapis)
Release v10.7.7
Changelog
All notable changes to this project will be documented in this file.
- fixe issue #333 where
isErrorByPath
was not inferring errors correctly