- Add symfony 4.0 support
- Upgrade http dependency
- Fixed schema bin and add test case #12
- Improved handling of the array type notation
- Dumper handle array in one of
- Renamed command generate to parse
- Add generator factory
- Add const constraint
- Add heading indicator to html generator
- Add text abstract and markdown generator
- Json schema parse remove strict version 04 check
- Add getNode method to PHP generator
- Use foreach value in pattern properties
- Added support for "default" metadata keyword #7
- Fixed Items annotation #5
- Use annotation reader in tests
- Schema manager add type parameter to explicit specify the schema parser
- Validation exception contains now the depending validation keyword and path to the element
- Added protobuf generator
- Fixed annotation autoloading in the bin schema script #4
- Fixed rec count in case of many oneOf misses
- Fix handling type array
- Html generator add combination type to constraints
- Improved html generator
- Dumper handle datetime and resource values
- Dumper parses also traversable objects
- Use nikic parser 3.0
- Add validation test
- Added validator class to type visitor
- Use constraint id in html generator
- Use array instead of doctrine ArrayCollection
- Increased doctrine annotation dependency to 1.3
- Make properties protected
- Ignore null values
- Handle date types
- Add dumper class
- Add schema bin script
- Improved parse and generator
- Proper handling of oneOf, anyOf, allOf and not
- Removed XSD generator
- Added JSON Schema Test Suite
- Allow symfony 3.0 components
- Use schema manager in schema command
- Fix php generation of pattern and additional complex types
- Correct generation and parsing of pattern and additional properties
- Added PatternProperty, MinProperties and MaxProperties
- AdditionalProperties allows now also to specify a specific property
- Deprecated the AnyType since the same behaviour can be achieved through the additionalProperties on the ComplexType
- Added MinItems and MaxItems annotations according to the JsonSchema spec and deprecated the usage of MinLength and MaxLength for an array property
- Added binary and uri property type
- JsonSchema generator add the "format" property
- Added schema command test case
- Initial release