Skip to content

0.1.0

Compare
Choose a tag to compare
@lispyclouds lispyclouds released this 17 Jan 14:12
· 9 commits to main since this release
  • Support more schemas:
    • Composite schemas: allOf and anyOf (addresses #9)
    • Binary and ByteArray schemas
    • Enums
  • Switch to protocol based parsing:
    • Improves performance
    • Easier to maintain and extend
  • Updated deps and better tests