Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaboc committed Dec 23, 2023
1 parent 414ef8b commit e2e26f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e2e26f6

Please sign in to comment.