0.3.3 (2014-12-16)

Bug Fixes

0.3.2 (2014-11-15)

0.3.1 (2014-11-15)

Bug Fixes

0.3.0 (2014-10-29)

Bug Fixes

Features

Breaking Changes

To migrate the code follow the example below:

// Before
$stateProvider.state('A', {
  url: '/a',
  data: {
    ncyBreadcrumbLabel: 'State A'
  }
});
// After
$stateProvider.state('A', {
  url: '/a',
  ncyBreadcrumb: {
    label: 'State A'
  }
});

See API reference for more informations. (1ea436d3)

0.2.3 (2014-07-26)

Bug Fixes

0.2.2 (2014-06-23)

Bug Fixes

Features

0.2.1 (2014-05-16)

Bug Fixes

0.2.0 (2014-05-08)

Bug Fixes

Features