Skip to content

Latest commit

 

History

History
161 lines (65 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

161 lines (65 loc) · 3.72 KB

3.5.0 (2023-05-07)

Features

3.4.0 (2023-04-06)

Features

  • allow to use plus sign in path (e545f1d), closes #6

3.3.5 (2018-04-28)

Bug Fixes

  • allow underscores in domain names (94c33ca)

3.3.4 (2018-02-08)

Bug Fixes

  • match pattern with strictly no params (4a9ecd0)

3.3.3 (2017-10-17)

Bug Fixes

  • escape brackets in path pattern (d060c1a)

3.3.2 (2017-10-07)

Bug Fixes

  • add valid separator characters to the path part (05e8e71)

3.3.1 (2017-03-17)

Bug Fixes

  • correctly match patterns containing "@" character(cb3b3fa)

3.3.0 (2016-10-17)

Features

3.2.1 (2016-07-28)

Bug Fixes

  • match patterns containing special characters in fragment(4c8b5a1)

3.2.0 (2016-07-17)

Bug Fixes

3.1.0 (2016-07-17)

Bug Fixes

  • assume path always ends with optional trailing slash if missing(0662e33)

3.0.0 (2016-05-31)

2.2.0 (2016-05-13)

Features

  • add compatibility with PrototypeJS v1.6 and lower(867bc62)

2.1.2 (2016-05-06)

Bug Fixes

  • do not throw an error in strict Param mode when params are missing(2d62d77)

2.1.1 (2016-05-06)

Bug Fixes

  • properly remember whether Params should be in strict mode(04f45e7)

2.1.0 (2016-05-05)

Features

  • add compatibility with IE11-(322f16f)
  • add strict mode for params(d2ffa4e), closes #1

2.0.0 (2016-05-01)