Skip to content

Commit

Permalink
🔖 Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Komposten committed Sep 21, 2019
1 parent fad3759 commit 58afc18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Improved documentation of `DomainUtils`.
- Fixed `DomainUtils.isKnownSuffix` not throwing if `SuffixRules` hasn't been initialised.
- Removed the `test_coverage` dev dependency (doesn't work for browser tests).
- Updated README.md to better explain how to initialise `SuffixRules`.

## 1.2.0
- Added a hash map-based `ruleMap` to `SuffixRules` to speed up the performance when matching rules.
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: public_suffix
description: A domain parser based on the Public Suffix List, for identifying the root and suffix/TLD of URLs.
version: 1.2.0
version: 1.2.1
homepage: https://www.github.com/komposten/
repository: https://www.github.com/komposten/public_suffix
issue_tracker: https://www.github.com/komposten/public_suffix/issues
Expand Down

0 comments on commit 58afc18

Please sign in to comment.