Skip to content

Releases: TitanNanoDE/af-router

v1.0.2 Cotton Candy Cloud

13 Apr 07:19
Compare
Choose a tag to compare
  • a bug has been fixed that sometimes caused the internal state of the current path to become corrupted #38
  • the new handlers onEnterParent and onExitParent where never actually called. They should now be called if a persistent route is entered or exited via a parent route. #40
  • under certain circumstances it could happen that a child route was not left while exiting one of its parent routes. #42

v1.0.1 Cotton Candy Cloud

02 Feb 18:48
Compare
Choose a tag to compare
  • fixed a bug that caused the wrong path to be backed up into local storage #37 (#38)

v1.0.0 Cotton Candy Cloud

28 Jan 07:53
Compare
Choose a tag to compare
  • the path / will be treated as a sibling to all other paths instead of being the parent of everything
  • persistent routes should now use a "persistence boundary" in their path
  • the route property isPersistent is now deprecated

v0.2.1

14 Mar 22:22
Compare
Choose a tag to compare
  • remove usage of Object.values() since old browser can't handle it

v0.2.0

05 Mar 08:08
Compare
Choose a tag to compare
  • implementation of modal routes. These routes can be created by starting the path with an asterisk */dialog/1. The route can be entered from any preceding route. /pages/1/content/dialog/1, /pages/help/section/1/dialog/1

v0.1.1

01 Mar 19:00
Compare
Choose a tag to compare
  • fixed Routable conversion, methods of the routable are now bound to their origin object before future processing

v0.1.0

26 Feb 20:53
Compare
Choose a tag to compare

Initial release! This is the former HashController of the ApplicationFrame.