Skip to content

v2.2.0

Compare
Choose a tag to compare
@jlinn jlinn released this 25 Jan 05:22
· 68 commits to master since this release
  • Add passthrough feature to URLTokenFilter. Thanks to @consulthys for the suggestion.
  • Delegate to URLTokenizer for tokenization internally in URLTokenFilter, which allows the use of URLTokenizer's more advanced features (tokenization of host, query string, and path) with URLTokenFilter.