schema_builder 0.2.5
schema_builder: ^0.2.5 copied to clipboard
Generate JSON schemas from Dart classes with ease! Use annotations to define schemas, customize fields, and integrate with APIs.
0.2.5 #
- Fixes for github actions
0.2.4 #
- Merge branch 'master' of github.com:gabrielzeved/schema_builder
- Update release.yaml
0.2.3 #
- Merge branch 'master' of github.com:gabrielzeved/schema_builder
- Update release.yaml
0.2.2 #
0.2.1 #
- Fix annotation retrieve to consider getter and setter metadata
0.2.0 #
- Add extension to access schema statically and make BuildContext optional
0.1.4 #
- Auto-commit before release
0.1.3 #
Auto-commit before release
0.1.2 #
Update pubspec and CHANGELOG Fix improve Pub.dev score Add changelog and update pubspec Update pubspec Fix link in README Add root json_schema support for custom converter Improve README Add MIT License Initial commit
0.1.1 #
-
Fix improve Pub.dev score
-
Update pubspec and CHANGELOG
0.1.0 #
-
Initial release of the library.
-
Support for generating JSON schemas from Dart classes using @JsonSchema and @SchemaValue.
-
Custom schema converters for advanced use cases.
-
Integration with build_runner for code generation.
-
Support for nested objects in JSON schemas.
-
Added each parameter in @SchemaValue to define schemas for list items.