* Document the min/max Items/Length fields if the attribute uses the length validator.
* restrict rack version to less than 3.0 when grape version 1.8 or lower
* fix spec
* Fix documentation of `route_param` type when used with nested endpoints
* Rubocop fixes
* Rubocop fixes
* grape 1.6
Co-authored-by: peter scholz <pscholz.le@gmail.com>
* Fix typo
* Refactor MoveParams.parent_definition_of_params to use OperationId.build rather than OperationId.manipulate
This means it'll use route nicknames if those are available. It also means route parameters will be used in the definition names.
* Simplify MoveParams.build_body_parameter
MoveParams.build_definition returns the passed in name, so name and referenced_definition were always the same value.
* Fix Rubocop offenses
* Fix old reference to Travis CI in CONTRIBUTING
* Fix CHANGELOG
* Update CHANGELOG and UPGRADING
* Prepare next release
- bump version
- updates travis matrix to newest ruby versions
- removes deprecation warnings of swagger-entity and -representable
* Uses Ruby 2.7
- adepts specs
- changes method signature
- fixes grape version to 1.2.5 -> will be the last release to support it
- adds CHANGELOG entry
- updates dependencies
- looses rubocop dependency to minor
- adds 2.6.0-preview2 to travis
- adds grape 1.1.0 to travis
- skips testing of grape < 0.19.2
-> only have last three minors and HEAD
* Fix mounting APIs in route_param namespaces
* Added missing tests, based on code from
https://github.com/ruby-grape/grape-swagger/pull/543 by @milgner
Applied on top of latest master
* Added changelog
* Fix CHANGELOG.md
* Cleanup rubocop offences related to this change
* Fix rubocop version
* Re-added * Your contribution here to CHANGELOG.md
* Grape version cascading (#27)
- Add support for grape version cascading
- make rubocop happy, fix test
- fix test failure for grape lower than 0.17
- refactors getting version from route
* updates dependencies
- drops grape <0.16.2 support, including code only for grape <0.16.2
- adds ruby 2.4.0 support
- adds grape 0.19.0 support
- adds changelog entry
- updates version matrix
- adapts rubocop todo
* This PR moves the development dependencies to the Gemfile.
- move development dependencies to Gemfile (where there's platforms annotation support and ruby version identification)
- update the Bundler version to latest, in Travis build step before_install, so that the smarts keep working
- made Gemfile Rubocop-compliant
* CHANGELOG.md - add back missing line
* Move line in CHANGELOG.md
* CHANGELOG.md danger warning