-
Notifications
You must be signed in to change notification settings - Fork 9
Release notes
Jens Melgaard edited this page Jul 24, 2013
·
5 revisions
Minor changes.
- Lookup now supports "full names" with one limitation, only names with
.
works as full names, see documentation for further details. - Converters are now able to provide a reverse conversion function
More an internal release that brings some much needed refactorings that should make it easier going forward with new features as it separates much of the state logic into smaller components.
- Support for jQLite
- Refactoring of $state into smaller components
Initial public release, contains a refactoring into a pattern similar to that of ui-router.
General support for:
- Routing
- States
- Transitions
- Views
- Route Provider
- Basic Configuration
- Parameters and Converters
- Decorators
- Case Sensitivity
- A Word on Trailing Slashes
- Legacy Support
- State Provider
- Basic Configuration
- Hierarchy Configuration
- Views
- Routes
- Transitions
- Resolve
- State Service
- Transition Provider
- Basic Configuration
- Stage Handlers
- Targeting Multiple States
- View Provider
- Updating Views
- Transactions
- Scroll Provider