|
| 1 | +### Next Release |
| 2 | + |
| 3 | +* Added Rails 4 support - [@jrhe](https://github.com/jrhe). |
| 4 | +* Fix: document APIs at root level - [@dblock](https://github.com/dblock). |
| 5 | + |
| 6 | +### 0.5.0 (March 28, 2013) |
| 7 | + |
| 8 | +* Added Grape 0.5.0 support - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 9 | + |
| 10 | +### 0.4.0 (March 28, 2013) |
| 11 | + |
| 12 | +* Support https - [@cutalion](https://github.com/cutalion). |
| 13 | + |
| 14 | +### 0.3.0 (October 19, 2012) |
| 15 | + |
| 16 | +* Added version support - [@agileanimal](https://github.com/agileanimal), [@fknappe](https://github.com/fknappe). |
| 17 | +* Added support for nested parameters - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 18 | +* Added basic support for specifying parameters that need to be passed in the header - [@agileanimal](https://github.com/agileanimal). |
| 19 | +* Add possibility to hide the documentation paths in the generated swagger documentation - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 20 | + |
| 21 | +### 0.2.1 (August 17, 2012) |
| 22 | + |
| 23 | +* Added support for markdown in notes field - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 24 | +* Fix: compatibility with Rails - [@qwert666](https://github.com/qwert666). |
| 25 | +* Fix: swagger UI history - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 26 | + |
| 27 | +### 0.2.0 (July 27, 2012) |
| 28 | + |
| 29 | +* Use resource as root for swagger - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 30 | +* Added support for file uploads, and proper `paramType` - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 31 | +* Added tests - [@nathanvda](https://github.com/nathanvda). |
| 32 | + |
| 33 | +### 0.1.0 (July 19, 2012) |
| 34 | + |
| 35 | +* Added some configurability to the generated documentation - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 36 | +* Adapted to rails plugin structure - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 37 | +* Allowed cross origin, so swagger can be used from official site - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
| 38 | + |
| 39 | +### 0.0.0 (July 19, 2012) |
| 40 | + |
| 41 | +* Initial public release - [@tim-vandecasteele](https://github.com/tim-vandecasteele). |
0 commit comments