Releases: thom4parisot/tld.js
Releases · thom4parisot/tld.js
Bugfixes
Browser Compatibility
- added browser compatibility
- availability for component.io and bower package managers
- updated rules
Node 0.10 Compatibility
- removed
node 0.6
compat - added
node 0.10
compat - switched to
grunt 0.4
Bugfixes
Hotfix
- fixed
package.json
engines config; the package was impossible to install
Performance improvements
Nothing new: only optimization and cleanup.
There is a Backward Compatibility Break if you used directly rules.json
. Format has changed.
Use rules-legacy.json
to benefit from the formatted data from version 1.0.x
.
- builder now relies on grunt
- reduced the number of dependencies, all of them are
devDependencies
specific only - reduced the filesize of
rules.json
(from 600K to less than 60K, it's about 21K gzipped)
Rules update
- updated
rules.json
with latest public rules change
Updated rules
- updated
rules.json
with latest public rules change - altered behavior for unknown TLD according to publicsuffix.org rules change
Bugfixes
- bugfix