iregexp 0.1.2 iregexp: ^0.1.2 copied to clipboard
A Dart library for I-Regexp: An Interoperable Regexp Format
0.1.2 - 2023-08-26 #
Changed #
- Bump SDK to 3.0.0
- Bump petitparser to 6.0.0
0.1.1 - 2023-04-28 #
Fixed #
- Surrogate pairs were not matched with
.
due to a bug in Dart VM. Added a workaround
0.1.0 - 2023-04-25 #
Added #
matches()
andmatchesSubstring()
shortcuts
Changed #
- More precise interpretation of
.
0.0.2 - 2023-04-07 #
Changed #
- API change
Fixed #
- The dot matcher was processed incorrectly
0.0.1 - 2023-04-05 #
Added #
- Initial release