-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
2.1.4.2 | ||
------- | ||
2.1.5 | ||
----- | ||
|
||
* `allOf` accepts reference schema (see [#119](https://github.com/GetShopTV/swagger2/issues/119)) | ||
* Type error by default when deriving Generic-based instances for mixed sum types (see [#118](https://github.com/GetShopTV/swagger2/pull/118)); | ||
* Adjust `allOf` to accept referenced schemas (see [#119](https://github.com/GetShopTV/swagger2/issues/119)); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
fizruk
Author
Member
|
||
* Add instances for `Identity` (see [#116](https://github.com/GetShopTV/swagger2/pull/116)); | ||
* Add Gitter chat badge (see [#114](https://github.com/GetShopTV/swagger2/pull/114)). | ||
|
||
2.1.4.1 | ||
------- | ||
|
||
* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95)) | ||
* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105)) | ||
* GHC-8.2 support (see [#95](https://github.com/GetShopTV/swagger2/issues/95), [#106](https://github.com/GetShopTV/swagger2/pull/106) and [#108](https://github.com/GetShopTV/swagger2/pull/108)); | ||
* Documentation corrections (see [#105](https://github.com/GetShopTV/swagger2/pull/105)); | ||
* Allow `generics-sop-0.3` (see [#102](https://github.com/GetShopTV/swagger2/pull/102)); | ||
* Fix `ToSchema` example in docs (see [#104](https://github.com/GetShopTV/swagger2/pull/104)). | ||
|
||
2.1.4 | ||
----- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I guess it is too late now, but please be advised that the change to
allOf
was a breaking change and so I guess it should have been a PVP major version update instead of a minor update?