Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

51 lines (25 loc) · 1.7 KB

<a name"0.1.2">

0.1.2 (2015-12-07)

Bug Fixes

  • visor: next parameter now overrides existing parameters (b0c89109, closes #14)

Features

  • visor: allow changing next parameter name (04d5d5d0)

<a name"0.1.0">

0.1.0 (2015-07-08)

Bug Fixes

Features

<a name"0.0.6">

0.0.6 (2015-06-17)

Bug Fixes

  • ui-router: send correct next parameter when visiting a page using $state.go (f2201a8d, closes #5)

<a name"0.0.5">

0.0.5 (2015-06-17)

Bug Fixes

  • ui-router: fixed issue with next-url not being added properly with 1.3.0 . (8bf3c906)

<a name"0.0.4">

0.0.4 (2015-06-17)

Bug Fixes

  • authentication: fix for arcane circular dependency injection bug. (d03e6f10)
  • ie8 support: visor was not IE8 compatible due to using promise.finally directly. Issue #1 (82877135)