|
1 | 1 | ### Next Release
|
2 | 2 |
|
| 3 | +* [#107](https://github.com/ruby-grape/grape-swagger-rails/pull/107): Add test matrix for multiple ruby versions - [@duffn](https://github.com/duffn). |
3 | 4 | * [#105](https://github.com/ruby-grape/grape-swagger-rails/pull/105): Migrate to GitHub Actions - [@duffn](https://github.com/duffn).
|
4 | 5 | * [#98](https://github.com/ruby-grape/grape-swagger-rails/pull/98): Fix: test against Rails 6 - [@dblock](https://github.com/dblock).
|
5 | 6 |
|
6 | 7 | * Your contribution here.
|
7 | 8 |
|
8 |
| -### 0.3.1 (February 16, 2019) |
| 9 | +### 0.3.1 (2019/02/16) |
9 | 10 |
|
10 | 11 | * [#82](https://github.com/ruby-grape/grape-swagger-rails/pull/82): Fixed api_key_default_value - [@konto-andrzeja](https://github.com/konto-andrzeja).
|
11 | 12 | * [#84](https://github.com/ruby-grape/grape-swagger-rails/pull/84): Added the token api_auth type - [@Jack12816](https://github.com/Jack12816).
|
12 | 13 |
|
13 |
| -### 0.3.0 (September 22, 2016) |
| 14 | +### 0.3.0 (2016/09/22) |
14 | 15 |
|
15 | 16 | * [#70](https://github.com/ruby-grape/grape-swagger-rails/pull/70): Rails 5 support - [@serggl](https://github.com/serggl).
|
16 | 17 | * [#68](https://github.com/ruby-grape/grape-swagger-rails/pull/68): Added danger, PR linter - [@dblock](https://github.com/dblock).
|
17 | 18 |
|
18 |
| -### 0.2.2 (July 13, 2016) |
| 19 | +### 0.2.2 (2016/07/13) |
19 | 20 |
|
20 | 21 | * [#57](https://github.com/ruby-grape/grape-swagger-rails/pull/57): Support Swagger-UI supportedSubmitMethods option - [@ShadowWrathOogles](https://github.com/ShadowWrathOogles).
|
21 | 22 | * [#61](https://github.com/ruby-grape/grape-swagger-rails/pull/61): Removed grape and grape-swagger from required dependencies - [@aschuster3](https://github.com/aschuster3).
|
22 | 23 |
|
23 |
| -### 0.2.1 (May 21, 2016) |
| 24 | +### 0.2.1 (2016/05/21) |
24 | 25 |
|
25 | 26 | * Fixed header-based authorization - [@davidbrewer](https://github.com/davidbrewer).
|
26 | 27 | * Support Swagger-UI validatorUrl option - [@davidbrewer](https://github.com/davidbrewer).
|
27 | 28 | * Support for grape 0.14.x through 0.16.x and grape-swagger 0.11.x through 0.20.x - [@dblock](https://github.com/dblock).
|
28 | 29 | * [#55](https://github.com/ruby-grape/grape-swagger-rails/pull/55): Update Swagger-UI assets and add ability to hide input boxes - [@aschuster3](https://github.com/aschuster3).
|
29 | 30 |
|
30 |
| -### 0.2.0 (February 23, 2016) |
| 31 | +### 0.2.0 (2016/02/23) |
31 | 32 |
|
32 | 33 | * [#6](https://github.com/ruby-grape/grape-swagger-rails/pull/6): Fix: support multiple predefined headers - [@Tyr0](https://github.com/tyr0).
|
33 | 34 | * Upgraded swagger-ui to v2.1.1 - [@dblock](https://github.com/dblock).
|
|
38 | 39 | * [#39](https://github.com/ruby-grape/grape-swagger-rails/pull/39): Support CSS media queries - [@alexagranov](https://github.com/alexagranov).
|
39 | 40 | * [#42](https://github.com/ruby-grape/grape-swagger-rails/pull/42): Headers added on swaggerUi initialization (before swaggerUi.load() call) - [@sedx](https://github.com/sedx).
|
40 | 41 |
|
41 |
| -### 0.1.0 (February 5, 2015) |
| 42 | +### 0.1.0 (2015/02/05) |
42 | 43 |
|
43 | 44 | * [#41](https://github.com/BrandyMint/grape-swagger-rails/pull/41): Compatibility with grape-swagger 0.8.0 and 0.9.0 - [@dblock](https://github.com/dblock).
|
44 | 45 |
|
45 |
| -### 0.0.10 (September 30, 2014) |
| 46 | +### 0.0.10 (2014/09/30) |
46 | 47 |
|
47 | 48 | * [#33](https://github.com/BrandyMint/grape-swagger-rails/pull/33): Fix: make the dummy app runnable - [@dblock](https://github.com/dblock).
|
48 | 49 | * [#33](https://github.com/BrandyMint/grape-swagger-rails/pull/33): Fix: headers default to nil - [@dblock](https://github.com/dblock).
|
|
54 | 55 | * [#14](https://github.com/BrandyMint/grape-swagger-rails/pull/14): Added app_name to configure title of the app - [@ghilead](https://github.com/ghilead).
|
55 | 56 | * [#12](https://github.com/BrandyMint/grape-swagger-rails/pull/12): Fix: SwaggerUI url is combined with appUrl - [@ghilead](https://github.com/ghilead).
|
56 | 57 |
|
57 |
| -### 0.0.8 (February 6, 2014) |
| 58 | +### 0.0.8 (2014/02/06) |
58 | 59 |
|
59 | 60 | * [#11](https://github.com/BrandyMint/grape-swagger-rails/pull/11): Fixed image loading - [@bitboxer](https://github.com/bitboxer).
|
60 | 61 |
|
61 |
| -### 0.0.7 (February 5, 2014) |
| 62 | +### 0.0.7 (2014/02/05) |
62 | 63 |
|
63 | 64 | * [#7](https://github.com/BrandyMint/grape-swagger-rails/pull/7): Updated to Swagger-UI 2.0.3 - [@joelvh](https://github.com/joelvh).
|
64 | 65 | * [#6](https://github.com/BrandyMint/grape-swagger-rails/pull/6): Added appName and appUrl configuration options - [@swistaczek](https://github.com/swistaczek).
|
65 | 66 |
|
66 |
| -### 0.0.4 (July 16, 2013) |
| 67 | +### 0.0.4 (2013/07/16) |
67 | 68 |
|
68 | 69 | * Configure discoveryUrl from Rails - [@dapi](https://github.com/dapi).
|
69 | 70 | * Added default support for all HTTP methods - [@mtavaresOS](https://github.com/mtavaresOS).
|
70 | 71 |
|
71 |
| -### 0.0.3 (May 24, 2013) |
| 72 | +### 0.0.3 (2013/05/24) |
72 | 73 |
|
73 | 74 | * Converted to Rails Engine - [@unloved](https://github.com/unloved).
|
74 | 75 |
|
75 |
| -### 0.0.1 (April 5, 2013) |
| 76 | +### 0.0.1 (2013/04/05) |
76 | 77 |
|
77 | 78 | * Initial public release - [@radanisk](https://github.com/Radanisk).
|
0 commit comments