Skip to content

Commit

Permalink
Add PR references to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Oct 17, 2017
1 parent ddbca29 commit f014fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
2.2
---

* Treat unknown properties as validation errors in `validateToJSON`;
* Add `validateJSON` and `validateJSONWithPatternChecker` to validate JSON `Value` against `Schema` without classes;
* Add more `Schema` helpers:
* Treat unknown properties as validation errors in `validateToJSON` (see [#126](https://github.com/GetShopTV/swagger2/pull/126));
* Add `validateJSON` and `validateJSONWithPatternChecker` to validate JSON `Value` against `Schema` without classes (see [#126](https://github.com/GetShopTV/swagger2/pull/126));
* Add more `Schema` helpers (see [#126](https://github.com/GetShopTV/swagger2/pull/126)):
* `genericNameSchema` — to give a custom schema `Generic`-based name;
* `genericDeclareNamedSchemaNewtype` — to derive `NamedSchema` for `newtype`s;
* `declareSchemaBoundedEnumKeyMapping` — to derive more specific `Schema` for maps with `Bounded` `Enum` keys;
Expand Down

0 comments on commit f014fbc

Please sign in to comment.