Skip to content

Commit c4103c5

Browse files
committed
🔖 Release 1.1.0
1 parent d8e6b64 commit c4103c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 1.0.0
1+
## 1.1.0
2+
- Added primary library `public_suffix.dart`, which can be used without `dart:io` and `dart:html` (but still requires to be initialised with a suffix list).
23

4+
## 1.0.0
35
- Load suffix rule lists from strings or URIs.
46
- Parse URLs against suffix lists to obtain:
57
- public suffix (e.g. `co.uk`)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: public_suffix
22
description: A domain parser based on the Public Suffix List, for identifying the root and suffix/TLD of URLs.
3-
version: 1.0.1
3+
version: 1.1.0
44
homepage: https://www.github.com/komposten/
55
repository: https://www.github.com/komposten/public_suffix
66
issue_tracker: https://www.github.com/komposten/public_suffix/issues

0 commit comments

Comments
 (0)