Releases: peerigon/parse-domain
Releases · peerigon/parse-domain
v2.3.1
Bug Fixes
- TypeScript definition not available on npm module (2f4684c), closes #73
- updatedAt timestamp breaks bundle caching (#75, #60) (27199d5)
v2.2.1
Bug Fixes
- Fix 'run-s: command not found' on postinstall (ce42e2e), closes #72
- Fix problem where malformed URLs threw an error (#70) (28d7e4b)
v2.2.0
Features
- Remove runtime dependency on npm (ad6ced2)
v2.1.8
Bug Fixes
- Add timeout to download public suffix list (#56) (1fbd49c)
- Fix error where a lot of domains were not detected (fc80789), closes #64
- Fix sanity check during npm run build:tries (a3c1eeb)
- Fix thrown error with input that only contains whitespaces (1d1a24a), closes #32 #61