- Remove matchers (Use UrlParser instead)
- Rename input and output functions
- Encode and decode path segments
- Encode query string when converting location to URL.
- Update for Elm 0.17
- Fix issue where root path wouldn't match when using hash routing.
- Futher fix for navigating to root path, use / instead of .
- Fix #20
- Support setState (No hashes)
- Most functions take a config record
- Typed values in routes
- Nested routes
- Reverse routing
- Remove unnecessary dependency to
elm-test
- Expose
Query
andUrl
types
- Remove dependency on
Erl
. - Change order of arguments on
addQuery
,clearQuery
,removeQuery
andsetQuery
- Url is normalized before navigation i.e append
#/
if necessary
- Added
addQuery
, changed behaviour ofsetQuery
.
- Fixed issue where query string won't be set when no hash wash present