3.5.0 (2023-05-07)
- add type definitions (9578d07)
3.4.0 (2023-04-06)
3.3.5 (2018-04-28)
- allow underscores in domain names (94c33ca)
3.3.4 (2018-02-08)
- match pattern with strictly no params (4a9ecd0)
3.3.3 (2017-10-17)
- escape brackets in path pattern (d060c1a)
3.3.2 (2017-10-07)
- add valid separator characters to the path part (05e8e71)
3.3.1 (2017-03-17)
- correctly match patterns containing "@" character(cb3b3fa)
3.3.0 (2016-10-17)
- add
debug()
method(00f1da9)
3.2.1 (2016-07-28)
- match patterns containing special characters in fragment(4c8b5a1)
3.2.0 (2016-07-17)
- revert recent changes(432b5fe)
3.1.0 (2016-07-17)
- assume path always ends with optional trailing slash if missing(0662e33)
3.0.0 (2016-05-31)
2.2.0 (2016-05-13)
- add compatibility with PrototypeJS v1.6 and lower(867bc62)
2.1.2 (2016-05-06)
- do not throw an error in strict Param mode when params are missing(2d62d77)
2.1.1 (2016-05-06)
- properly remember whether Params should be in strict mode(04f45e7)