v6.0.0
6.0.0 (2022-01-23)
- Migrate package to ECMAScript modules (42f54e8)
BREAKING CHANGES
- parse-domain will now be released as native ECMAScript module. There's no CommonJS build anymore. If you're still using CommonJS, you need to import it asynchronously using
await import("parse-domain")
. If you're still using Node 12, you may need to update it to the latest 12.x version.