- Add support for generating enum extensions.
- Bugfix: Incorrect bracket count when processing Maps nested inside Lists.
- Add support for enumerated objects (Map<enum, dynamic).
- Add none value to generated enumerations to avoid throwing exceptions.
- Bugfix: missing imports in generated dataclass when CustomType/EnumType is nested inside a List or Map.
- Add JsonMissing class to allow nullable JSON elements to be absent.
- Add more squintGeneratorOptions.
- Bugfix: enum classes not generated when there is no data class.
- Bugfix: incorrect outputting of '??' instead of '?' for nullable dataclass fields.
- Downgrade path dependency to 1.8.2 to make it compatible with flutter_test.
- Add hasKey method to JsonObject.
- Add EnumType to AST.
- Add support for generating dataclasses from Metadata.
- Add support for generating dart enum classes.
- Initial version.