All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- 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
- #56
recursively parse non-ref response schemas (
properties
anditems
)
1.1.1 - 2017-08-23
- Added 2.4 to the Travis matrix
- 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
- #51 parse nested inline objects
1.1.0 - 2016-05-20
- 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
- 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
1.0.5 - 2015-11-16
- #18
parse non-ref parameter schemas (
allOf
,properties
, anditems
)
1.0.4 - 2015-11-11
- #14 allow schema definitions without properties
- #15
parse non-ref response schemas (
allOf
,properties
, anditems
)
1.0.3 - 2015-11-04
- Added a default Rake task to run Rubocop and RSpec
- Added CONTRIBUTING.md
- #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
- #3 treat required elements in new child parameters as backwards-compatible
1.0.1 - 2015-10-01
- #1 added missing rspec-expectations dependency
1.0.0 - 2015-10-01 - [YANKED]
- Initial Release