Skip to content

v3.1.0

Compare
Choose a tag to compare
@remusao remusao released this 12 Dec 16:22
· 2423 commits to master since this release
  • #3 Various optimizations
    • Rules are now shipped in a parsed form in the bundle
    • Rules cannot be updated (opinionated)
    • Trie matching is now iterative
    • All rules are stored in their ASCII form instead of Unicode
    • Use ts-jest to run tests
    • Remove dist folder from source tree
    • Hostname parsing has been optimized
  • #2 Fix isPrivate being undefined
  • #4 Optimize the implementation of options' setDefaults