Releases: lispyclouds/navi
Releases · lispyclouds/navi
0.1.4
What's Changed
- Add numeric min/max bounds by @jonasseglare in #15
- Add URL encoded form data in a POST body by @jonasseglare in #17
- Preserve the order in the reitit route map from the spec by @jonasseglare in #18
- Extend for binary and byte data by @jonasseglare in #19
- Bump deps to latest
New Contributors
- @jonasseglare made their first contribution in #15
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- Add DateTime support to navi by @taxonomy-man in #11
- Add support for json schema string with format metadata by @JohanCodinha in #13
- Better end to end tests
New Contributors
- @taxonomy-man made their first contribution in #11
- @JohanCodinha made their first contribution in #13
Full Changelog: 0.1.2...0.1.3
0.1.2
Fix OpenAPI 3.1.0+ Jsonchema regressions introduced in 0.1.0+
(@john-shaffer)
0.1.1
Fix emission of routes as vec of vecs
0.1.0
0.0.10
- add support for min and max length for strings by @john-shaffer
0.0.9
- Improve pattern matching with better error messages
0.0.8
0.0.7
[#7] Better error reporting during schema conversion by @john-shaffer
0.0.6
- Add response specs by @bombaywalla