zard 0.0.22
zard: ^0.0.22 copied to clipboard
Zard is a schema validation and transformation library for Dart, inspired by the popular Zod library for JavaScript.
0.0.22 #
- Improve to add type result from safeParse.
0.0.21 #
- Update transform method.
0.0.20 #
- Fix path error from ZInt.
0.0.19 #
- Fix inferType refine validation and improve type safety.
0.0.18 #
- Chore nullable return from ZMap parse async, add file method and fix $enum type.
0.0.17 #
- Chore nullable return from ZMap parse.
0.0.16 #
- Add path key to ZardIssue.
0.0.15 #
- Add generic type to ZardResult.
0.0.14 #
- Export ZardResult type.
0.0.13 #
- Add z.interface, z.lazy, z.interType and transformTyped.
0.0.12 #
- Add ZardResult type and update custom message.
0.0.11 #
- Update ZMap Validation.
0.0.10 #
- Update ZardError type to Exception.
0.0.9 #
- Update validation .optional and .nullable.
0.0.7 #
- Export ZardError type.
0.0.6 #
- Export schema types.
0.0.5 #
- Add more validation rules, refine, parseAsync, safeParseAsync, coerce, strict.
0.0.5 #
- Update .parse validation rules.
0.0.4 #
- ZMap updated.
0.0.3 #
- Update README.md
0.0.2 #
- Add more validation rules.
0.0.1 #
- Initial version of the package.