json_schema_builder 0.1.5
json_schema_builder: ^0.1.5 copied to clipboard
A full-featured package used to build and validate JSON schemas in Dart.
json_schema_builder Change Log #
0.1.5 #
- Internal: publishing workflow automation.
0.1.4 #
- Fix: Remove
package:intldependency (#682, #686). - Internal: Enable stricter dynamic-related analysis (#652).
- Internal: Use null-aware elements per latest lint update (#690).
- Internal: Update test_and_fix script and json_schema_builder infrastructure.
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.