* Added support for querying with paths within constraints
0.4.0
------
* Added min/max length constraints for strings * Improved error messages with path to invalid data * Added ability to validate with a filepath from a Validator object
0.3.0
------
* Added support for custom constraints on builtin JSON types * Changed reserved words enum name from Reserved to ReservedWords
0.2.0
------
* Recursive type definitions/references support
0.1.2
------
* Bug fix for broken CLI
0.1.1
------
* Bug fix for paths with periods in object attribute names * Examples folder for learning the schema language