From 58afc184c1ed932471848186f971b9cfd21768ef Mon Sep 17 00:00:00 2001 From: Komposten <j.hjelm586@hotmail.com> Date: Sat, 21 Sep 2019 15:31:42 +0200 Subject: [PATCH] :bookmark: Release 1.2.1 --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7584d62..71da025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index aa3a8eb..468c74e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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