schemake 0.3.0 schemake: ^0.3.0 copied to clipboard
Schemake (schema make) is a package for describing schemas from a declarative specification. Specifications can then be used for validating data, generating code or other schemas like JSON Schema and more.
0.3.0 (07-Dec-2023) #
- support default value for
Enums
in Dart code generation. - removed
location
field fromObjectBase
and its subtypes as it was not used. - allow
Maps
value type to beNullable
.
0.2.0 (04-Dec-2023) #
- improved
Floats
to accept anynum
. - fixed handling of default values in fromJson Dart generator.
0.1.0 (03-Dec-2023) #
- Initial version.