Releases: aurelia-contrib/aurelia-router-metadata
Releases · aurelia-contrib/aurelia-router-metadata
v0.8.0
v0.7.0
v0.6.0
v0.5.0
0.5.0 (2018-02-23)
Bug Fixes
Code Refactoring
- Rename decorators to make the API more consistent with aurelia-router terminology (ab54664)
BREAKING CHANGES
- The following items were renamed:
- [class] RoutableResource -> RouterResource
- [method] RoutableResource.ROUTABLE -> RouterResource.ROUTE_CONFIG
- [method] RoutableResource.MAP_ROUTABLES -> RouterResource.CONFIGURE_ROUTER
- [properties] *.routableModuleIds -> *.routeConfigModuleIds
- [decorator] routable -> routeConfig
- [decorator] mapRoutables -> configureRouter
- [interface] IRoutableInstruction -> IRouteConfigInstruction
- [interface] IMapRoutablesInstruction -> IConfigureRouterInstruction
- [interface] IRouteConfigInstruction -> ICreateRouteConfigInstruction
Functionality remains unchanged; find/replace should be enough to make it work again.
v0.4.0
0.4.0 (2018-02-21)
- add & improve unit tests (1c3875f)
- add remaining exports to index (b9c90f6)
- add sample project to readme (550bddd)
- add spaces before capitalized letters for titles (b2c8a89)
- fix instruction duck-typing (ad1e711)
- fix unit test loader reference (b52821d)
- improve API documentation and type defs (60572aa)
- refactor to make configurable, add some consistency and robustness (33becc7)
- split out RouteConfig with route arrays into multiple RouteConfigs (c968e5d)
- update readme (ac10e6f)