Skip to content

Commit b1b7c56

Browse files
committed
Update CHANGES.md to use reference-style links
1 parent 87f2313 commit b1b7c56

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

CHANGES.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,28 @@ Here you can find the release notes for this project. Please note that list of r
44

55
## v1.1.0 (2019-06-05)
66

7-
* [FEATURE] Add support "unsafe to use" endpoints (#18)
8-
* [FEATURE] Update SharedCodegen to fallback to title usage if x-model is not present (#21)
9-
* [FEATURE] Add support for composed models and reference models (#22)
10-
* [FEATURE] Extended visibility of Custom Moshi Adapters (#30)
11-
* [BUGFIX] Fix model sanitisation (#19)
12-
* [BUGFIX] Ensure that retrofit body is not nullable (#20)
13-
* [BUGFIX] Read spec version from SwaggerSpec via codegen tools and allow to set `DEFAULT_VERSION` constant (#23)
14-
* [BUGFIX] Fix issue with MultiPart request and file uploads (#26)
15-
* [BUGFIX] Fix for square brackets in the operation name (#32)
7+
* 🎁 Update SharedCodegen to fallback to title usage if x-model is not present [#21]
8+
* 🎁 Add support for composed models and reference models [#22]
9+
* 🎁 Extended visibility of Custom Moshi Adapters [#30]
10+
* 🐛 Fix model sanitisation [#19]
11+
* 🐛 Ensure that retrofit body is not nullable [#20]
12+
* 🐛 Read spec version from SwaggerSpec via codegen tools and allow to set `DEFAULT_VERSION` constant [#23]
13+
* 🐛 Fix issue with MultiPart request and file uploads [#26]
14+
* 🐛 Fix for square brackets in the operation name [#32]
1615

1716
Thanks to @cortinico, @MatthewTPage, @GuilhE, @macisamuele and @redwarp for the support with this release.
1817

1918
## v1.0.0 (2019-01-04)
2019

2120
* Initial Release of swagger-gradle-codegen
21+
22+
### Link Section
23+
24+
[#19]: https://github.com/Yelp/swagger-gradle-codegen/pull/19/
25+
[#20]: https://github.com/Yelp/swagger-gradle-codegen/pull/20/
26+
[#21]: https://github.com/Yelp/swagger-gradle-codegen/pull/21/
27+
[#22]: https://github.com/Yelp/swagger-gradle-codegen/pull/22/
28+
[#23]: https://github.com/Yelp/swagger-gradle-codegen/pull/23/
29+
[#26]: https://github.com/Yelp/swagger-gradle-codegen/pull/26/
30+
[#30]: https://github.com/Yelp/swagger-gradle-codegen/pull/30/
31+
[#32]: https://github.com/Yelp/swagger-gradle-codegen/pull/32/

0 commit comments

Comments
 (0)