Date: 2021-05-02
- Update deps and compatibility issues with latest gclosure library.
Date: 2017-10-07
- Remove double navigation hook on start (thanks to @pepe).
Date: 2017-07-26
- Fix compatibility with latest cljs compiler.
Date: 2017-04-25
- Add the ability to provide customized instance of
goog.history.Html5History
that would be used to manage history events.
Date: 2017-01-12
- Add the ability to stop the router.
Date: 2017-01-02
- Add support for html5 push-state (thanks to Html5History from google closure library).
- Remove unused code from internal implementation.
- Performance improvements (2x or 3x on
match
function).
Date: 2016-12-25
- Add support for URL replace.
Date: 2016-12-07
- Add missing dependency declaration to
goog.object
ns.
Date: 2016-12-07
- Add support to resolve urls with query string encoding.
Date: 2016-12-07
- Add support to query params parsing.
Date: 2016-11-27
- Fix wrong handling of
-
char in url params.
Date: 2016-09-30
- Add IPathRepr impl for
nil
andkeyword
.
Date: 2016-08-28
- Improve handling of paths with same name but different.
Date: 2016-08-26
- Disable async call of the initial navigate event.
Date: 2016-08-26
- Add missing IPathRepr for string.
Date: 2016-08-26
- Minor internal change.
Date: 2016-08-26
- Initial release