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