string_validator 1.0.2 string_validator: ^1.0.2 copied to clipboard
Dart library for validating and sanitizing strings, especially those from user input.
Changes #
1.0.2 #
- Fix documentation typo.
1.0.1 #
- Added null check for
equals
(#4 - @ScottAtRedHawk)
1.0.0 #
- Seems to have been stable for a long time so bumping to 1.0.0.
- Fixed analyzer warnings.
- Added type safety.
0.3.0 #
- Null safety stable bump
0.2.0-nullsafety.0 #
- Updated for null safety
0.1.4 #
- Bug fix for
isURL()
withrequire_protocol
option. - Removed unnecessary
new
keyboards. - Applied formatting.
0.1.3 #
- added examples and a couple other minor changes not committed in the previous version
0.1.2 #
- fixed code warning
- added contributing file
0.1.1 #
- Fixed various code warnings
0.1.0 #
- Initial version of this fork
- Rewrote all the tests using the test package
- Updated for Dart 2