Version 3.0.0
Breaking changes: (I can haz doing semver correctly)
- JSON Schemas available for
Category
andTransaction
objects. -
- These are available in the exported
JSONSchema
object.
- These are available in the exported
- Validation now uses these JSON Schemas.
- Category mode enums are now changed to strings
"STRICT"
and"FLEX"
instead of numbers.