json_schema_builder 0.1.3
json_schema_builder: ^0.1.3 copied to clipboard
A full-featured package used to build and validate JSON schemas in Dart.
0.1.3 #
- Use
email_validatorpackage to validate emails instead of a regular expression. - Reduce required version for
metapackage to 1.16.0.
0.1.2 #
- Add dartdoc comments to all public APIs.
- Treat failures to fetch remote schemas as validation failures.
- Add web compatibility using conditional imports for
dart:io.
0.1.1 #
- Fix homepage link
0.1.0 #
- Initial version.