Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 536 Bytes

changelog.md

File metadata and controls

32 lines (18 loc) · 536 Bytes

Changelog

3.0.0

  • Typed values in routes
  • Nested routes
  • Reverse routing

2.1.1

  • Remove unnecessary dependency to elm-test

2.1.0

  • Expose Query and Url types

2.0.0

  • Remove dependency on Erl.
  • Change order of arguments on addQuery, clearQuery, removeQuery and setQuery

1.2.1

  • Url is normalized before navigation i.e append #/ if necessary

1.2.0

  • Added addQuery, changed behaviour of setQuery.

1.1.1

  • Fixed issue where query string won't be set when no hash wash present