-
v0.1.2 Stable
released this
2025-08-20 03:31:46 +00:00 | 92 commits to main since this releaseNew Implementations
- new types:
- oneOf
- null
- new string validation formats:
- uuid
- duration
What's Changed
- Fix/required array field not honored by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/36
- add string duration -> timedelta by @fredsonnenwald in https://github.com/HideyoshiNakazone/jambo/pull/35
- Add null type parser by @fredsonnenwald in https://github.com/HideyoshiNakazone/jambo/pull/32
- [FEATURE] Adds Better Const Typing by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/38
- [FEATURE] Implements OneOf by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/37
- (project): Fixes Readme by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/39
- (fix): Adds check for discriminator type by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/40
- (fix): Fixes docs by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/41
- (improvement): Adds More Type Formats to String Parser by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/42
New Contributors
- @fredsonnenwald made their first contribution in https://github.com/HideyoshiNakazone/jambo/pull/35
- @thommann in https://github.com/HideyoshiNakazone/jambo/pull/38 and https://github.com/HideyoshiNakazone/jambo/pull/37
Full Changelog: https://github.com/HideyoshiNakazone/jambo/compare/v0.1.1...v0.1.2
Downloads
- new types: