Skip to content

Releases: aurelia-contrib/aurelia-router-metadata

v0.8.0

03 Mar 00:17
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

0.8.0 (2018-03-03)

Bug Fixes

  • router-resource: also check the .isRoot property on the router when deciding whether to merge the RouterConfiguration (c9711ec)

Features

  • add lifeCycleArgs and additional configuration hooks for centralized control over app-wide router configuration (084e1da)

v0.7.0

02 Mar 16:04
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

0.7.0 (2018-03-02)

Features

  • configuration: make filterChildRoutes and transformRouteConfigs promiseable (481713e)

v0.6.0

27 Feb 03:38
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

0.6.0 (2018-02-27)

Features

  • configuration: expose RouterConfiguration object via RouterMetadataSettings (9be60a0), closes #1
  • configure: add au.use.plugin() support to configure the settings (4095857)
  • router-resource: perform naive parent/child path generation during configureRouter (3a96435)

v0.5.0

23 Feb 00:46
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

0.5.0 (2018-02-23)

Bug Fixes

  • improve the resource loading to make the plugin work with all build systems (cf5e9c0), closes #5 #2

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

21 Feb 04:02
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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)

v0.3.2

18 Feb 04:50
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
v0.3.2

v0.3.1

18 Feb 04:41
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
v0.3.1

v0.3.0

18 Feb 04:12
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
v0.3.0

v0.2.0

16 Feb 03:57
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
0.2.0

v0.1.0

14 Feb 20:06
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
remove warning from README (installation does work)