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
- Fix crash when there are no required parameters. [#107](https://github.com/Azure/openapi-diff/issues/107)
1
+
# Changelog
4
2
5
-
## 0.1.9
6
-
Released on 2017-10-23.
7
-
- Fix publishing issue of 0.1.8 where some dlls were missing.
3
+
## 0.1.11 Released on 2018-05-14
8
4
9
-
## 0.1.8
10
-
Released on 2017-10-20.
11
-
- Updating to use AutoRest 2. This solves [#105](https://github.com/Azure/openapi-diff/issues/105)
5
+
* Fix crash on no operation parameters . [#86](https://github.com/Azure/openapi-diff/issues/86)
12
6
13
-
## 0.1.7
14
-
Released on 2017-08-10.
15
-
- Chaining the promises upto `compare` method and gracefully exiting application [#88](https://github.com/Azure/openapi-diff/issues/88)
7
+
## 0.1.10 Released on 2018-03-15
16
8
17
-
## 0.1.x
18
-
Released on 2017-07-18. All issues associated with this release can be found using this filter [Sprint-103](https://github.com/Azure/openapi-diff/issues?q=label%3ASprint-103+is%3Aclosed)[Sprint-104](https://github.com/Azure/openapi-diff/issues?utf8=%E2%9C%93&q=label%3ASprint-104%20is%3Aclosed)
9
+
* Fix crash when there are no required parameters. [#107](https://github.com/Azure/openapi-diff/issues/107)
19
10
20
-
#### Added
21
-
- Initial release of oad.
22
-
- Added by [Vishrut Shah](https://github.com/vishrutshah).
11
+
## 0.1.9 Released on 2017-10-23
12
+
13
+
* Fix publishing issue of 0.1.8 where some dlls were missing.
14
+
15
+
## 0.1.8 Released on 2017-10-20
16
+
17
+
* Updating to use AutoRest 2. This solves [#105](https://github.com/Azure/openapi-diff/issues/105)
18
+
19
+
## 0.1.7 Released on 2017-08-10.
20
+
21
+
* Chaining the promises upto `compare` method and gracefully exiting application [#88](https://github.com/Azure/openapi-diff/issues/88)
22
+
23
+
## 0.1.x Released on 2017-07-18.
24
+
25
+
* All issues associated with this release can be found using this filter [Sprint-103](https://github.com/Azure/openapi-diff/issues?q=label%3ASprint-103+is%3Aclosed)[Sprint-104](https://github.com/Azure/openapi-diff/issues?utf8=%E2%9C%93&q=label%3ASprint-104%20is%3Aclosed)
0 commit comments