v2.2.0
- 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.