-
v0.1.4 Stable
released this
2025-11-26 13:55:32 +00:00 | 21 commits to main since this releaseNews
A new suite of instance methods has been added. You can still use the static methods as before, but the new instance methods make it easier to manage and retrieve previously generated types and subtypes. Check the documentation for more information.
What's Changed
- fix: fixes docs build by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/49
- chore: adds pyright config to project by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/51
- Fix Field deprecation warning resulting from building models with formatted strings by @fredsonnenwald in https://github.com/HideyoshiNakazone/jambo/pull/50
- feat: Add examples by @JCHacking in https://github.com/HideyoshiNakazone/jambo/pull/54
- feat: adds title and deprecated to the list of default mappings in th… by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/57
- Feature/oneof unique subtypes naming by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/58
- fix: fixes invalid subobject required by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/61
- ci(github-actions): correct label of bug by @JCHacking in https://github.com/HideyoshiNakazone/jambo/pull/62
- feature: add instance level ref cache by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/63
- feature: stabilized the new instance method and adds docs by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/64
- chore: improves documentation and readme by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/65
- feat: adds support for list of types by @HideyoshiNakazone in https://github.com/HideyoshiNakazone/jambo/pull/66
New Contributors
- @JCHacking made their first contribution in https://github.com/HideyoshiNakazone/jambo/pull/54
Full Changelog: https://github.com/HideyoshiNakazone/jambo/compare/v0.1.3...v0.1.4
Downloads