Skip to content

Releases: dotJEM/angular-routing

v0.6.16

16 Jul 11:49
Compare
Choose a tag to compare

pull request #130
Params objects for stats with no route
Added error handling to sref

v0.6.15

12 Jan 16:00
Compare
Choose a tag to compare

Fixed the 'regex' converter so that parameters from the previous state …
Fixed minor issue with computing urls

v0.6.14

30 Oct 14:42
Compare
Choose a tag to compare
Small fix for something that may be an issue in Angular 1.3, it seems…

… that when html5mode is off # links reloads the entire app

v0.6.13

30 Oct 09:55
Compare
Choose a tag to compare
v0.6.13 Pre-release
Pre-release

Fixed: #124 - isCurrentState and isActiveState filters should be marked stateful.

Switched to angular 1.3 for tests, 1.2.x compatibility maintained for now.

v0.6.12

10 Oct 20:43
Compare
Choose a tag to compare

Fixed: #112 - Support for AngularJS 1.3 AngularJS 1.3
Fixed: #121 - Html5Mode has changed to an object in 1.3 AngularJS 1.3

v0.6.11

02 Oct 16:47
Compare
Choose a tag to compare

Fixed: #118 - / in child states does not concat correctly to parent route.

v0.6.10

27 Sep 14:12
Compare
Choose a tag to compare

Note: This replaces v0.6.9 as version numbers wasn't updated correctly.

Add: locals available in template functions.

v0.6.8

21 Sep 16:44
Compare
Choose a tag to compare
Added promise chain for goto it self.

v0.6.7

31 Aug 06:35
Compare
Choose a tag to compare

Filters for checking states.

Fixed: #59 - calling goto while goto is in progress (was reintroduced)

v0.6.6

13 Aug 15:20
Compare
Choose a tag to compare

Removed caching optimization in filters as it didn't give the desired result.