Skip to content

Latest commit

 

History

History
85 lines (44 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

85 lines (44 loc) · 2.66 KB

4.3.6

  • #95 - keeping the already defined handler of onhashchange

4.3.4

  • A path because of the latest release. It covers the case where we are using a custom hash. #92

4.3.2, 4.3.3

4.3.1

  • Make sure we have a function when using named routes #86 (by Tobias Nyholm (@Nyholm))

4.3.0

  • Support of custom hash string like #! for example. Read the docs for more information.

4.2.0

4.1.1/2

  • Adding off API method #72.

4.0.1

4.0.0

That's a minor but a breaking change. The generate method now outputs proper strings base on the useHash parameter. Or in other words if the router is using hash based routing the generated URLs contain # in the beginning.

3.5.1

  • Proper initialization of the root when using useHash = true
  • Minor fix while resolving hash based URLs (for Firefox)

3.5.0

  • Adding a resume method which is same as .pause(false). .pause now acts as .pause(true) by default.

3.4.2

3.4.1

  • Support of hooks in named routes. (#60)

3.4.0

  • Merging #58 where we can prevent the handler calling from a before hook.

3.3.3

  • Another try fixing #57 - now if we have noHash=false the hash part of the URL is removed and we are no longer considering it while comparing the last resolved URL.

3.3.2

  • Fixing #57 - making sure that we keep the last resolved url when we have the notFound handler resolves.

3.3.1

  • Fixing #56 - When a / is given as a path it is considered as a default route handler.

3.3.0

  • Start using onhaschange API as a default for hash based routing.
  • Using karma as a test runner.

3.2.1

  • Fixing the case where route handlers are not fired when only the query string part of the URL is changed (#53)

3.2.0

3.1.0