-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ShiftForward/enum_and_one_of
Add support for enums and multiple possible schemas in Validator
- Loading branch information
Showing
3 changed files
with
86 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### 0.2.0 (unreleased) | ||
|
||
- New features | ||
- New schema types `$enum` and `$one_of` for specifying enumerations and values with multiple | ||
possible schemas ([#5](https://github.com/ShiftForward/frise/pull/5)). | ||
- Bug fixes | ||
- Deal correctly with non-existing schema files in the load path | ||
([#4](https://github.com/ShiftForward/frise/pull/4)). | ||
|
||
### 0.1.0 (August 10, 2017) | ||
|
||
Initial version. |
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