Skip to content

Releases: bartoszm/yang2swagger

Binary CLI 2.1.0

04 Apr 10:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2...2.1.0

Binary CLI 1.2

13 Sep 14:13
Compare
Choose a tag to compare

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

Full Changelog: 1.1.14...1.2

Binary CLI 1.1.14

20 Jun 07:08
Compare
Choose a tag to compare

Bug fixing release

Full Changelog: 1.1.13...1.1.14

Binary CLI 1.1.13

03 Jul 07:26
Compare
Choose a tag to compare
  • PATCH operation implementation
  • removal of POST operation for concrete children of list
  • docker support
  • additional description in swagger

Binary CLI 1.1.12

08 May 16:22
Compare
Choose a tag to compare

Modules description are now available as swagger description.
Error handling improvement. Maven plugin options added.

Binary CLI 1.1.11

25 Oct 15:13
Compare
Choose a tag to compare

Improvements in CLI interface
Bug fixes

Binary CLI 1.1.10

18 Sep 10:35
Compare
Choose a tag to compare

Fix for the swagger definition creation (#15) with multi-layer augmentations

Binary CLI 1.1.8

14 May 09:31
Compare
Choose a tag to compare

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

27 Mar 13:35
Compare
Choose a tag to compare

Improved post-processor for single hierarchy Swagger models

Binary CLI 1.1.6

13 Mar 14:50
Compare
Choose a tag to compare
  1. Adding postprocessors for generated swagger
    1. pruning postprocessor
    2. single inheritence structure for complex compositions
    3. removing unused models from swagger
    4. removing empty models from hierarchy
  2. Bug fixing