Releases: elliotwutingfeng/go-fasttld
Releases · elliotwutingfeng/go-fasttld
v0.1.2
What's Changed
- go-fasttld is now in Awesome Go! 🎉
- Fix unhandled edge case for some urls of format domain+singleTLD
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- go-fasttld is now in Awesome Go! 🎉
- Trim excess whitespace and period delimiters before converting URL to punycode
- Fix wrong conversion of internationalised period delimiters when converting URL to punycode
- Add compressed trie example to README
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- go-fasttld is now in Awesome Go! 🎉
- Handle internationalised period delimiters. Addresses #6
- Reduce execution time & memory usage by using strings.LastIndexAny instead of strings.Split to extract TLD suffix, domain, and subdomain
Full Changelog: v0.0.3...v0.1.0
v0.0.3
Full Changelog: https://github.com/elliotwutingfeng/go-fasttld/commits/v0.0.3