diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ba0a3..c4f24e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ +## 2.2.0 + +- Improve `parse()` to skip parsing if text is empty. +- Allow empty RegExp patterns. + ## 2.1.1 -- Fix `UrlMatcher` and `UrlLikeMatcher` to allow a character from a very limited +- Fix `UrlMatcher` and `UrlLikeMatcher` to only allow a character from a very limited set of types at the end of a URL. ([fb56445]) ## 2.1.0 diff --git a/pubspec.yaml b/pubspec.yaml index 83ef694..f9bac3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: text_parser description: A Dart package for flexibly parsing text into easy-to-handle format according to multiple regular expression patterns. -version: 2.1.1 +version: 2.2.0 repository: https://github.com/kaboc/dart_text_parser topics: