CHANGELOG.md in grape-swagger-0.10.4 vs CHANGELOG.md in grape-swagger-0.10.5
- old
+ new
@@ -1,5 +1,15 @@
+### 0.10.5 (2016-04-12)
+
+* [#338](https://github.com/ruby-grape/grape-swagger/pull/338): Fixed handling of nested Array parameters - [@itoufo](https://github.com/itoufo).
+* [#347](https://github.com/ruby-grape/grape-swagger/pull/347): Fixed typeref when both :using and :as are provided in exposure but no :type in documentation - [@c910335](https://github.com/c910335).
+
+#### Fixes
+
+* [#322](https://github.com/ruby-grape/grape-swagger/pull/322): Entity's `entity_name` takes predence over root - [@gekola](https://github.com/gekola).
+* [#321](https://github.com/ruby-grape/grape-swagger/pull/321): Fixed handling paths containing uppercase letters - [@gekola](https://github.com/gekola).
+
### 0.10.4 (December 7, 2015)
* [#315](https://github.com/ruby-grape/grape-swagger/pull/315): Require `grape-entity` < 0.5.0 - [@dblock](https://github.com/dblock).
### 0.10.3 (December 7, 2015)
@@ -118,45 +128,45 @@
### 0.6.0 (June 19, 2013)
* Added Rails 4 support - [@jrhe](https://github.com/jrhe).
* Fix: document APIs at root level - [@dblock](https://github.com/dblock).
-* Added support for procs in basepath - [@ruby-grape](https://github.com/ruby-grape).
+* Added support for procs in basepath - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
* Support both `:desc` and `:description` when describing parameters - [@dblock](https://github.com/dblock).
* Fix: allow parameters such as `name[]` - [@dblock](https://github.com/dblock).
### 0.5.0 (March 28, 2013)
-* Added Grape 0.5.0 support - [@ruby-grape](https://github.com/ruby-grape).
+* Added Grape 0.5.0 support - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
### 0.4.0 (March 28, 2013)
* Support https - [@cutalion](https://github.com/cutalion).
### 0.3.0 (October 19, 2012)
* Added version support - [@agileanimal](https://github.com/agileanimal), [@fknappe](https://github.com/fknappe).
-* Added support for nested parameters - [@ruby-grape](https://github.com/ruby-grape).
+* Added support for nested parameters - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
* Added basic support for specifying parameters that need to be passed in the header - [@agileanimal](https://github.com/agileanimal).
-* Add possibility to hide the documentation paths in the generated swagger documentation - [@ruby-grape](https://github.com/ruby-grape).
+* Add possibility to hide the documentation paths in the generated swagger documentation - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
### 0.2.1 (August 17, 2012)
-* Added support for markdown in notes field - [@ruby-grape](https://github.com/ruby-grape).
+* Added support for markdown in notes field - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
* Fix: compatibility with Rails - [@qwert666](https://github.com/qwert666).
-* Fix: swagger UI history - [@ruby-grape](https://github.com/ruby-grape).
+* Fix: swagger UI history - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
### 0.2.0 (July 27, 2012)
-* Use resource as root for swagger - [@ruby-grape](https://github.com/ruby-grape).
-* Added support for file uploads, and proper `paramType` - [@ruby-grape](https://github.com/ruby-grape).
+* Use resource as root for swagger - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
+* Added support for file uploads, and proper `paramType` - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
* Added tests - [@nathanvda](https://github.com/nathanvda).
### 0.1.0 (July 19, 2012)
-* Added some configurability to the generated documentation - [@ruby-grape](https://github.com/ruby-grape).
-* Adapted to rails plugin structure - [@ruby-grape](https://github.com/ruby-grape).
-* Allowed cross origin, so swagger can be used from official site - [@ruby-grape](https://github.com/ruby-grape).
+* Added some configurability to the generated documentation - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
+* Adapted to rails plugin structure - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
+* Allowed cross origin, so swagger can be used from official site - [@tim-vandecasteele](https://github.com/tim-vandecasteele).
### 0.0.0 (July 19, 2012)
-* Initial public release - [@ruby-grape](https://github.com/ruby-grape).
+* Initial public release - [@tim-vandecasteele](https://github.com/tim-vandecasteele).