File rubygem-grape-swagger-entity.changes of Package rubygem-grape-swagger-entity
-------------------------------------------------------------------
Tue Nov 14 15:04:59 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 0.5.2, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Sep 25 14:06:51 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 0.5.1
see installed CHANGELOG.md
### 0.5.1 (June 30, 2020)
#### Features
* [#50](https://github.com/ruby-grape/grape-swagger-entity/pull/50): Features/inheritance and discriminator - [@MaximeRDY](https://github.com/MaximeRDY).
### 0.5.0 (June 29, 2020)
Yanked due to invalid dependency
### 0.4.0 (May 30, 2020)
#### Features
* [#49](https://github.com/ruby-grape/grape-swagger-entity/pull/49): Bumped minimal required version of grape-swagger to 1.0.0 - [@Bugagazavr](https://github.com/Bugagazavr).
* [#48](https://github.com/ruby-grape/grape-swagger-entity/pull/48): Add support for extensions - [@MaximeRDY](https://github.com/MaximeRDY).
#### Fixes
* [#46](https://github.com/ruby-grape/grape-swagger-entity/pull/46): Fixed issue where a boolean example value of false would not display in swagger file - [@drewnichols](https://github.com/drewnichols).
-------------------------------------------------------------------
Mon Feb 10 14:47:17 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.3.4
see installed CHANGELOG.md
### 0.3.4 (January 9, 2020)
#### Features
* [#40](https://github.com/ruby-grape/grape-swagger-entity/pull/40): Add support for minLength and maxLength - [@fotos](https://github.com/fotos).
-------------------------------------------------------------------
Sat Mar 2 15:20:05 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.3.3
see installed CHANGELOG.md
### 0.3.3 (Fabruary 22, 2019)
#### Features
* [#39](https://github.com/ruby-grape/grape-swagger-entity/pull/39): Fix to avoid conflict with polymorphic model - [@kinoppyd](https://github.com/kinoppyd).
### 0.3.2 (January 15, 2019)
#### Features
* [#38](https://github.com/ruby-grape/grape-swagger-entity/pull/38): Added support for hidden option for documentation - [@vitoravelino](https://github.com/vitoravelino).
-------------------------------------------------------------------
Sat Dec 8 16:22:32 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 0.3.1
see installed CHANGELOG.md
### 0.3.1 (November 26, 2018)
#### Features
* [#37](https://github.com/ruby-grape/grape-swagger-entity/pull/37): Add support for minItems, maxItems and uniqueItems - [@fotos](https://github.com/fotos).
-------------------------------------------------------------------
Wed Sep 5 10:20:16 UTC 2018 - coolo@suse.com
- updated to version 0.3.0
see installed CHANGELOG.md
### 0.3.0 (August 22, 2018)
#### Features
* [#35](https://github.com/ruby-grape/grape-swagger-entity/pull/35): Support for required attributes - [@Bugagazavr](https://github.com/Bugagazavr).
-------------------------------------------------------------------
Thu Apr 26 19:05:32 UTC 2018 - factory-auto@kulow.org
- updated to version 0.2.5
see installed CHANGELOG.md
### 0.2.5 (April 26, 2018)
#### Features
* [#33](https://github.com/ruby-grape/grape-swagger-entity/pull/33): Update parser to respect merge option for entities - [@b-boogaard](https://github.com/b-boogaard).
-------------------------------------------------------------------
Wed Apr 4 04:30:37 UTC 2018 - factory-auto@kulow.org
- updated to version 0.2.4
see installed CHANGELOG.md
### 0.2.4 (April 3, 2018)
#### Fixes
* [#32](https://github.com/ruby-grape/grape-swagger-entity/pull/32): Fix issue with read_only fields - [@mcfilib](https://github.com/mcfilib).
-------------------------------------------------------------------
Thu Feb 8 07:48:20 UTC 2018 - factory-auto@kulow.org
- updated to version 0.2.3
see installed CHANGELOG.md
### 0.2.3 (November 19, 2017)
#### Fixes
* [#30](https://github.com/ruby-grape/grape-swagger-entity/pull/30): Fix nested exposures with an alias - [@Kukunin](https://github.com/Kukunin).
* [#31](https://github.com/ruby-grape/grape-swagger-entity/pull/31): Respect `required: true` for nested attributes as well - [@Kukunin](https://github.com/Kukunin).
### 0.2.2 (November 3, 2017)
#### Features
* [#27](https://github.com/ruby-grape/grape-swagger-entity/pull/27): Add support for attribute examples - [@Kukunin](https://github.com/Kukunin).
-------------------------------------------------------------------
Tue Jan 16 10:45:03 UTC 2018 - msabate@suse.com
- Build for 2.5
-------------------------------------------------------------------
Tue Jan 2 11:13:45 UTC 2018 - msabate@suse.com
- Fix ruby 2.4 requirement
-------------------------------------------------------------------
Fri Dec 22 11:37:56 UTC 2017 - jmassaguerpla@suse.com
- fix ruby2.2 requirement
-------------------------------------------------------------------
Tue Sep 12 14:40:56 UTC 2017 - msabate@suse.com
- Initial commit