Skip to content

Releases: civisanalytics/swagger-diff

v2.0.0

23 Mar 19:54
bf58f3a
Compare
Choose a tag to compare

Changed

  • Bumped the Ruby version for development to 2.7.7
  • Bumped the RuboCop version for development to 1.48.0
  • Bumped the Travis matrix to 2.7.7, 3.0.5, 3.1.3, 3.2.1
  • Bumped the Pry version for development to 0.14.1
  • Bumped the VCR version for development to 6.1
  • RuboCop fixes

Swagger::Diff 1.1.2

13 Sep 16:32
Compare
Choose a tag to compare

Fixed

  • #56 recursively parse non-ref response schemas (properties and items)

Swagger::Diff 1.1.1

23 Aug 15:48
Compare
Choose a tag to compare

Added

  • Added 2.4 to the Travis matrix

Changed

  • Bumped the Ruby version for development to 2.4.1
  • Bumped the RuboCop version for development to 0.49
  • Bumped the WebMock version for development to 3
  • Bumped the Travis matrix to 2.1.10, 2.2.7, and 2.3.4
  • RuboCop fixes

Fixed

  • #51 parse nested inline objects

Swagger::Diff 1.1.0

20 May 20:50
Compare
Choose a tag to compare

Added

  • Added a Code of Conduct
  • Added a matrix build of 2.0, 2.1, 2.2, and 2.3 to Travis
  • #33 added a changelog feature
  • #35 print a warning if an OAI specification is invalid

Changed

  • Bumped the Ruby version for development to 2.3.1
  • Bumped the RuboCop version for development to 0.40
  • Bumped the WebMock version for development to 2.0
  • Bumped the Rake version for development to 11.1

Fixed

  • #27 made the Ruby 2.0+ dependency explicit
  • #32 replaced the Swagger parser

Swagger::Diff 1.0.5

16 Nov 18:24
Compare
Choose a tag to compare

Fixed

  • #18 parse non-ref parameter schemas (allOf, properties, and items)

Swagger::Diff 1.0.4

11 Nov 18:25
Compare
Choose a tag to compare

Fixed

  • #14 allow schema definitions without properties
  • #15 parse non-ref response schemas (allOf, properties, and items)

Swagger::Diff 1.0.3

04 Nov 22:08
Compare
Choose a tag to compare

Changed

Fixed

  • #8 fixed parsing of header and formData parameters
  • #10 detect if a parameter's location (i.e., in value) changes

Swagger::Diff 1.0.2

08 Oct 22:38
Compare
Choose a tag to compare

Fixed

  • #3 treat required elements in new child parameters as backwards-compatible

Swagger::Diff 1.0.1

01 Oct 21:34
Compare
Choose a tag to compare

Fixed

  • #1 added missing rspec-expectations dependency

Swagger::Diff 1.0.0

01 Oct 18:38
Compare
Choose a tag to compare
  • Initial release.