File rubygem-grape-swagger.changes of Package rubygem-grape-swagger

-------------------------------------------------------------------
Tue Nov 14 15:04:49 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 1.6.1, see bundled CHANGELOG.md

-------------------------------------------------------------------
Thu Aug  4 13:13:35 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.5.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Tue Jan 25 07:01:25 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.4.2
 see installed CHANGELOG.md

  ### 1.4.2 (October 22, 2021)
  
  #### Fixes
  
  * [#840](https://github.com/ruby-grape/grape-swagger/pull/840): Fixes documentation of `additionalProperties` field when used with array parameters, or when setting it to `false` - [@magni-](https://github.com/magni-)
  * [#841](https://github.com/ruby-grape/grape-swagger/pull/839): Fixes `type` and `format` values for object fields nested in an array ([#832](https://github.com/ruby-grape/grape-swagger/issue/832)) - [@magni-](https://github.com/magni-)
  * [#839](https://github.com/ruby-grape/grape-swagger/pull/839): Fixes documentation of `false` or `nil` default parameter values - [@magni-](https://github.com/magni-)
  
  
  ### 1.4.1 (September 15, 2021)
  
  #### Fixes
  
  * [#833](https://github.com/ruby-grape/grape-swagger/pull/833): Fixes issue of examples not showing for `in: 'body'` parameters - [@stevenou](https://github.com/stevenou)
  
  

-------------------------------------------------------------------
Thu Jun 24 17:27:05 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.4.0
 see installed CHANGELOG.md

  ### 1.4.0 (March 20, 2021)
  
  #### Features
  
  * [#818](https://github.com/ruby-grape/grape-swagger/pull/818): Adds ruby 3.0 support - [@LeFnord](https://github.com/LeFnord).
  * [#815](https://github.com/ruby-grape/grape-swagger/pull/815): Add required for multiple presents - [@MaximeRDY](https://github.com/MaximeRDY).
  
  #### Fixes
  
  * [#822](https://github.com/ruby-grape/grape-swagger/pull/822): Corrected the related parameter lookup on request params - [@Jack12816](https://github.com/Jack12816).
  
  

-------------------------------------------------------------------
Wed Jan 20 12:44:25 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.3.1
 see installed CHANGELOG.md

  ### 1.3.1 (November 1, 2020)
  
  #### Features
  
  * [#813](https://github.com/ruby-grape/grape-swagger/pull/813): Handle multiple presents - [@AntoineGuestin](https://github.com/AntoineGuestin).
  
  #### Fixes
  
  * [#811](https://github.com/ruby-grape/grape-swagger/pull/811): Fixes #809: supports utf8 route names - [@LeFnord](https://github.com/LeFnord).
  
  

-------------------------------------------------------------------
Fri Sep 25 14:06:36 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 1.3.0
 see installed CHANGELOG.md

  ### 1.3.0 (September 3, 2020)
  
  #### Features
  
  * [#804](https://github.com/ruby-grape/grape-swagger/pull/804): Don't overwrite model description with the route description - [@Bhacaz](https://github.com/Bhacaz).
  
  
  ### 1.2.1 (July 15, 2020)
  
  #### Fixes
  
  * [#801](https://github.com/ruby-grape/grape-swagger/pull/801): Fixes behaviour after grape upgrade to 1.4.0 - [@LeFnord](https://github.com/LeFnord).
  
  
  ### 1.2.0 (July 1, 2020)
  
  #### Features
  
  * [#794](https://github.com/ruby-grape/grape-swagger/pull/794): Allow `entity_name` to be inherited, fixes issue #659 - [@urkle](https://github.com/urkle).
  * [#793](https://github.com/ruby-grape/grape-swagger/pull/793): Features/inheritance and discriminator - [@MaximeRDY](https://github.com/MaximeRDY).
  
  #### Fixes
  
  * [#798](https://github.com/ruby-grape/grape-swagger/pull/798): Modify full entity name separator - [@GarrettB71](https://github.com/GarrettB71).
  * [#796](https://github.com/ruby-grape/grape-swagger/pull/796): Support grape 1.4.0 - [@thedanielhanke](https://github.com/thedanielhanke).
  
  

-------------------------------------------------------------------
Thu May  7 20:51:58 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.1.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Mon Feb 10 14:47:03 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.0.0
 see installed CHANGELOG.md

  * [#777](https://github.com/ruby-grape/grape-swagger/pull/777): Make usage of grape >= 1.3, rack >= 2.1 - [@LeFnord](https://github.com/LeFnord).
  * [#775](https://github.com/ruby-grape/grape-swagger/pull/775): Add in token_owner support to param hidden procs - [@urkle](https://github.com/urkle).

-------------------------------------------------------------------
Fri Jul 19 09:13:25 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 0.33.0
 see installed CHANGELOG.md

  ### 0.33.0 (June 21, 2019)
  
  #### Fixes
  
  * [#747](https://github.com/ruby-grape/grape-swagger/pull/747): Allow multiple different success responses - [@charanftp3](https://github.com/charanpanchagnula).
  * [#746](https://github.com/ruby-grape/grape-swagger/pull/746): Fix path with optional format - [@fnordfish](https://github.com/fnordfish).
  * [#743](https://github.com/ruby-grape/grape-swagger/pull/743): CI: use 2.4.6, 2.5.5 - [@olleolleolle](https://github.com/olleolleolle).
  * [#737](https://github.com/ruby-grape/grape-swagger/pull/737): Add swagger endpoint guard to both doc endpoints - [@urkle](https://github.com/urkle).

-------------------------------------------------------------------
Sat Dec  8 16:22:22 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 0.32.1
 see installed CHANGELOG.md

  ### Next
  
  #### Features
  
  * Your contribution here.
  
  #### Fixes
  
  * Your contribution here.
  
  ### 0.32.1 (December 7, 2018)
  
  #### Fixes
  
  * [#731](https://github.com/ruby-grape/grape-swagger/pull/731): Skip empty parameters and tags arrays - [@fotos](https://github.com/fotos).
  * [#729](https://github.com/ruby-grape/grape-swagger/pull/729): Allow empty security array for endpoints - [@fotos](https://github.com/fotos).
  
  ### 0.32.0 (November 26, 2018)
  
  #### Features
  
  * [#717](https://github.com/ruby-grape/grape-swagger/pull/717): Adds support for grape >= 1.2 - [@myxoh](https://github.com/myxoh).
  
  #### Fixes
  
  * [#720](https://github.com/ruby-grape/grape-swagger/pull/720): Fix: corrected `termsOfService` field name in additional info - [@dblock](https://github.com/dblock).

-------------------------------------------------------------------
Thu Nov 22 05:13:43 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 0.31.1
 see installed CHANGELOG.md

-------------------------------------------------------------------
Wed Sep  5 10:20:02 UTC 2018 - coolo@suse.com

- updated to version 0.31.0
 see installed CHANGELOG.md

  ###  0.31.0 (August 22, 2018)
  
  #### Features
  
  * [#622](https://github.com/ruby-grape/grape-swagger/pull/622): Add support for 'brackets' collection format - [@korstiaan](https://github.com/korstiaan).
  * [#637](https://github.com/ruby-grape/grape-swagger/pull/637): Add an option to add braces to array params - [@adie](https://github.com/adie).
  
  * [#688](https://github.com/ruby-grape/grape-swagger/pull/688): Use deep merge for nested parameter definitions - [@jdmurphy](https://github.com/jdmurphy).
  * [#691](https://github.com/ruby-grape/grape-swagger/pull/691): Disregard order when parsing request params for arrays - [@jdmurphy](https://github.com/jdmurphy).
  * [#696](https://github.com/ruby-grape/grape-swagger/pull/696): Delegate required properties parsing to model parsers - [@Bugagazavr](https://github.com/Bugagazavr).
  
  ###  0.30.1 (July 19, 2018)
  
  #### Features
  
  * [#686](https://github.com/ruby-grape/grape-swagger/pull/686): Allow response headers for responses with no content and for files - [@jdmurphy](https://github.com/jdmurphy).
  
  ###  0.30.0 (July 19, 2018)
  
  #### Features
  
  * [#684](https://github.com/ruby-grape/grape-swagger/pull/684): Add response headers - [@jdmurphy](https://github.com/jdmurphy).
  
  #### Fixes
  
  * [#681](https://github.com/ruby-grape/grape-swagger/pull/681): Provide error schemas when an endpoint can return a 204 - [@adstratm](https://github.com/adstratm).
  * [#683](https://github.com/ruby-grape/grape-swagger/pull/683): Fix handling of arrays of complex entities in params so that valid OpenAPI spec is generated - [@jdmurphy](https://github.com/jdmurphy).

-------------------------------------------------------------------
Tue May 22 18:04:42 UTC 2018 - factory-auto@kulow.org

- updated to version 0.29.0
 see installed CHANGELOG.md

  ###  0.29.0 (May 22, 2018)
  
  #### Features
  
  * [#667](https://github.com/ruby-grape/grape-swagger/pull/667): Make route summary optional - [@obduk](https://github.com/obduk).
  * [#670](https://github.com/ruby-grape/grape-swagger/pull/670): Add support for deprecated field - [@ioanatia](https://github.com/ioanatia).
  * [#675](https://github.com/ruby-grape/grape-swagger/pull/675): Add response examples - [@gamartin](https://github.com/gamartin).
  
  #### Fixes
  
  * [#664](https://github.com/ruby-grape/grape-swagger/pull/662): Removed all references to obsolete `hide_format` parameter - [@jonmchan](https://github.com/jonmchan).
  * [#669](https://github.com/ruby-grape/grape-swagger/pull/669): Fix handling of http status codes from routes - [@milgner](https://github.com/milgner).
  * [#672](https://github.com/ruby-grape/grape-swagger/pull/672): Rename 'notes' to 'detail' in README - [@kjleitz](https://github.com/kjleitz).

-------------------------------------------------------------------
Thu Feb  8 07:48:10 UTC 2018 - factory-auto@kulow.org

- updated to version 0.28.0
 see installed CHANGELOG.md

  ### 0.28.0 (February 3, 2018)
  
  #### Features
  
  * [#622](https://github.com/ruby-grape/grape-swagger/pull/622): Add support for 'brackets' collection format - [@korstiaan](https://github.com/korstiaan).
  
  #### Fixes
  
  * [#631](https://github.com/ruby-grape/grape-swagger/pull/631): Fix order of mounts with overrides - [@adie](https://github.com/adie).
  * [#267](https://github.com/ruby-grape/grape-swagger/pull/634): Fix mounting APIs in route_param namespaces - [@milgner](https://github.com/milgner), [@wojciechka](https://github.com/wojciechka).
  * [#642](https://github.com/ruby-grape/grape-swagger/pull/642): Fix examples link in readme - [@iBublik](https://github.com/iBublik).
  * [#641](https://github.com/ruby-grape/grape-swagger/pull/641): Exclude default success code if http_codes define one already - [@anakinj](https://github.com/anakinj).
  * [#651](https://github.com/ruby-grape/grape-swagger/pull/651): Apply `values` and `default` of array params to its items - [@yewton](https://github.com/yewton).
  * [#654](https://github.com/ruby-grape/grape-swagger/pull/654): Allow setting the consumes for PATCH methods - [@anakinj](https://github.com/anakinj).
  * [#656](https://github.com/ruby-grape/grape-swagger/pull/656): Fix `description` field may be null - [@soranoba](https://github.com/soranoba).

-------------------------------------------------------------------
Tue Jan 16 10:44:27 UTC 2018 - msabate@suse.com

- Build for ruby 2.5

-------------------------------------------------------------------
Tue Jan  2 11:12:10 UTC 2018 - msabate@suse.com

- Fix unresolves for ruby 2.4

-------------------------------------------------------------------
Fri Dec 22 11:31:29 UTC 2017 - jmassaguerpla@suse.com

- fix unresolvables with ruby2.2

-------------------------------------------------------------------
Tue Sep 12 14:39:21 UTC 2017 - msabate@suse.com

- Initial commit
openSUSE Build Service is sponsored by