text_parser 0.4.1
text_parser: ^0.4.1 copied to clipboard
A Dart package for parsing text flexibly according to preset or custom regular expression patterns.
0.4.1 #
- Fix and improve
==
operator andhashCode
ofTextElement
. - Add tests for named groups and
PatternMatcher
. - Describe named groups in README.
- Update lint rules and fix new warnings.
0.4.0 #
- Bump minimum Dart SDK version to 2.17.
- Update lint rules.
- Improve documentation.
0.3.3 #
- Add
PatternMatcher
. - Fix assertion error message of
TextMatcher
.
0.3.2 #
- Simpler handling of isolate.
- Update README.
- Update dependencies.
0.3.1 #
- Fix
TextElement
's toString() to return better string with the type name and parentheses. - Improve README slightly.
0.3.0 #
- Add
offset
toTextElement
. - Refactor tests.
- Update dev dependency.
0.2.0 #
- Add
multiLine
,caseSensitive
,unicode
anddotAll
toTextParser
. - Improve documentation and example.
0.1.2 #
- Stable null safety release.
- Simplify messaging between main thread and isolate.
- Add test to check parsing in isolate.
0.1.1-nullsafety.1 #
- Add
onlyMatches
parameter toparse()
. - Fix
UrlMatcher
andEmailMatcher
. - Improve
UrlMatcher
. - Minor improvements.
0.1.1-nullsafety.0 #
- Update README.
0.1.0-nullsafety.0 #
- Migrate to null safety.
0.0.2 #
- Internal changes needed for conditional import for web.
- Improve test to check groups with more than two elements.
- Improve documentation.
0.0.1 #
- Initial version.