Releases: autogram-is/url-tools
Releases · autogram-is/url-tools
v2.5.1
v2.3.1
v2.3.0
- Constructor now accepts the results of JSON.parse() in addition to URL strings; this makes round-tripping serialized ParsedUrls and NormalizedUrls much less trying.
- A reviver function is now included for explicit creation of Parsed/NormalizedUrls when parsing Json.
NormalizedUrl.properties
now includesoriginal
rather than re-usingorigin
v2.2.0
v2.1.0
v2.0.1
v1.2.0
Adds a trio of that de-duplicate URLs, ParsedUrls, and NormalizedUrls. If strings are passed in, the Sets parse to the appropriate URL subclass — when used with NormalizedUrls, that allows quick and easy parsing, normalizing, and de-duplication of large unfiltered URL sets in a single step.
Full Changelog: v1.1.3...v1.2.0
v1.1.3
v1.1.2
What's Changed
- Sets, Filters, and Normalizers
- An actual README
- A sprinkling of tests, for flavor
Full Changelog: v1.0.0...v1.1.2
v1.1.1
What's Changed
- Sets, Filters, and Normalizers
- An actual README
- A sprinkling of tests, for flavor
Full Changelog: v1.0.0...v1.1.1