v3.0.0
This is a minor update, but includes a breaking change for a minor feature.
Breaking Changes
- Renamed
setSldassetTlds, and removed the extremely limited, built-in list of top-level domains (TLDs) that was included for illustrative purposes.
New Features
- Can remove TLD extensions by calling
setTldswith an empty object. - Can provide multi-level extentions for TLDs.
Improvements
- Added JSDoc TypeScript definitions.
- Improved the demo page with additional options, etc.