0.1.0
- Support more schemas:
- Composite schemas:
allOf
andanyOf
(addresses #9) - Binary and ByteArray schemas
- Enums
- Composite schemas:
- Switch to protocol based parsing:
- Improves performance
- Easier to maintain and extend
- Updated deps and better tests