Skip to content

Releases: BishopFox/sj

1.9.2

16 Oct 18:28
Compare
Choose a tag to compare

Changelog

Others

  • a9f907e Modified convert command to enable saved output even when definition file is already v3

1.9.1

09 Oct 22:08
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 94e65fd Fixed missing check for 'formData' in the 'in' parameter object value
  • 5274b1b Fixed null pointer bug

Others

1.9.0

04 Oct 02:48
Compare
Choose a tag to compare

Changelog

Features

  • 65d424c Added support for 'oneOf', 'anyOf', and 'allOf' schema keywords.

1.8.6

03 Oct 18:53
Compare
Choose a tag to compare

Changelog

Bug fixes

  • d7b3459 Fixed bug in verbose JSON output

1.8.5

01 Oct 17:38
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 4526ddb Fixed improper JSON output structure

1.8.4

20 Sep 19:30
31e2862
Compare
Choose a tag to compare

Changelog

Others

  • c84e679 Merge branch 'main' into main
  • 31e2862 Merge pull request #27 from mr-pmillz/main
  • 41ba000 Updated the version string.
  • 2879da6 resolved nil pointer dereference
  • b98e8c7 resolved nil pointer dereference 2

1.8.3

20 Sep 19:14
Compare
Choose a tag to compare

Changelog

Features

  • cc99aef Adds automatic sorting of results when output to the console

1.8.2

13 Sep 22:32
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 530143b Fixed bug that caused improperly formatted JSON output

1.8.1

13 Sep 15:54
69de3ab
Compare
Choose a tag to compare

Changelog

Features

  • c5a46d3 Refactor parameter handling in SwaggerRequest.AddParametersToRequest()

Bug fixes

  • 69de3ab Merge pull request #26 from idanya/fix-param-condition-check
  • 9fd1b78 Modified version number to reflect bug fix

Others

1.8.0

26 Aug 18:09
Compare
Choose a tag to compare

Changelog

Features

  • 291edfe Added the 'convert' subcommand