Skip to content

v3.0.0

Compare
Choose a tag to compare
@angelodipaolo angelodipaolo released this 31 Aug 15:21
· 85 commits to master since this release

Breaking

  • Removed .Alias route type

New Features

  • Added route(route: Route) -> Route function to copy an existing route.
  • Added .Redirect route type.

Fixes

  • Fixed bug where a popToRoot on a vc that was already at the root would hang the routing system temporarily.
  • Added hacky fix for lock being held
  • Short circut if we’ve stopped processing mid-way through.
  • Fixed redirect func so it could be called from outside of ELRouter and work properly.