luthor 0.1.5 luthor: ^0.1.5 copied to clipboard
A Dart validation library inspired by https://zod.dev with support for code generation.
0.1.5 #
- Fixed a bug where errors from previous validations are persisted
0.1.3 #
- Fixes with previous release
0.1.1 #
- Add support for validating emojis with
l.string().emoji()
- Add support for validating uuids with
l.string().uuid()
- Add support for validating cuids with
l.string().cuid()
andl.string().cuid2()
- Add support for validating regexs with
l.string().regex()
andl.string().cuid2()
- Add better errors
0.1.0 #
- (Breaking change) Migrate
ValidationResult
to freezed's union type for better type safety
0.0.2 #
- Add string validation for Uris
- Add list validation
0.0.1+2 #
- Export
Validator
andStringValidator
classes
0.0.1+1 #
- Add more examples to README.md
0.0.1 #
- Initial release