Skip to content

Releases: elliotwutingfeng/go-fasttld

v0.1.2

30 Apr 19:11
Compare
Choose a tag to compare

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

29 Apr 18:52
Compare
Choose a tag to compare

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

29 Apr 03:36
Compare
Choose a tag to compare

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

21 Apr 14:11
Compare
Choose a tag to compare