You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
Here you can find the release notes for this project. Please note that list of releases is available also in the [releases](https://github.com/Yelp/swagger-gradle-codegen/releases) page on Github.
4
4
5
+
## v1.3.0 (2020-01-21)
6
+
7
+
* 🎁 Kotlin Coroutines Support [#29]
8
+
* 🐛 Allow dot in parameter names for operations [#77]
9
+
* 🐛 Fix Nullability warning in JsonAdapters [#78]
10
+
* 🐛 Fix missing inner enum import on operations [#79]
0 commit comments