Releases: Amartus/yang2swagger
Releases · Amartus/yang2swagger
Binary CLI 2.1.0
Binary CLI 1.2
What's Changed
- Added new option to CLI
-reuse-groupings
- Improved test coverage
- Removed maven plugin example
- Bump logback-core from 1.1.6 to 1.2.8 by @dependabot in #51
- Bump junit from 4.12 to 4.13.1 by @dependabot in #46
- Add option to change path format to bierman-02 by @ihrasko in #54
- Bump logback-core from 1.2.8 to 1.2.9 by @dependabot in #55
New Contributors
- @dependabot made their first contribution in #51
- @ihrasko made their first contribution in #54
Full Changelog: 1.1.14...1.2
Binary CLI 1.1.14
Bug fixing release
Full Changelog: 1.1.13...1.1.14
Binary CLI 1.1.13
- PATCH operation implementation
- removal of POST operation for concrete children of list
- docker support
- additional description in swagger
Binary CLI 1.1.12
Modules description are now available as swagger description.
Error handling improvement. Maven plugin options added.
Binary CLI 1.1.11
Improvements in CLI interface
Bug fixes
Binary CLI 1.1.10
Fix for the swagger definition creation (#15) with multi-layer augmentations
Binary CLI 1.1.8
Adding post-processors for:
- inserting authentication information to swagger
- single parent inheritance transformation
Improved tagging of paths & in-lining of RPC input/output
Binary CLI 1.1.7
Improved post-processor for single hierarchy Swagger models
Binary CLI 1.1.6
- Adding postprocessors for generated swagger
- pruning postprocessor
- single inheritence structure for complex compositions
- removing unused models from swagger
- removing empty models from hierarchy
- Bug fixing