Skip to content

Latest commit

 

History

History
127 lines (85 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

127 lines (85 loc) · 3.79 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

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

1.1.2 - 2017-09-13

Fixed

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

1.1.1 - 2017-08-23

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

1.1.0 - 2016-05-20

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

1.0.5 - 2015-11-16

Fixed

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

1.0.4 - 2015-11-11

Fixed

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

1.0.3 - 2015-11-04

Added

Fixed

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

1.0.2 - 2015-10-08

Fixed

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

1.0.1 - 2015-10-01

Fixed

  • #1 added missing rspec-expectations dependency

1.0.0 - 2015-10-01 - [YANKED]

  • Initial Release