Skip to content

Commit

Permalink
chore(all): prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 2, 2015
1 parent 382938c commit beb2807
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 46 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-router",
"version": "0.13.0",
"version": "0.14.0",
"description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.",
"keywords": [
"aurelia",
Expand All @@ -17,10 +17,10 @@
"url": "http://github.com/aurelia/templating-router"
},
"dependencies": {
"aurelia-dependency-injection": "^0.8.1",
"aurelia-metadata": "^0.6.0",
"aurelia-path": "^0.7.0",
"aurelia-router": "^0.9.0",
"aurelia-templating": "^0.12.0"
"aurelia-dependency-injection": "^0.9.0",
"aurelia-metadata": "^0.7.0",
"aurelia-path": "^0.8.0",
"aurelia-router": "^0.10.0",
"aurelia-templating": "^0.13.0"
}
}
74 changes: 60 additions & 14 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,47 +16,82 @@ System.config({

System.config({
"map": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.8.1",
"aurelia-metadata": "github:aurelia/metadata@0.6.0",
"aurelia-path": "github:aurelia/path@0.7.0",
"aurelia-router": "github:aurelia/router@0.9.0",
"aurelia-templating": "github:aurelia/templating@0.12.0",
"aurelia-dependency-injection": "github:aurelia/dependency-injection@0.9.0",
"aurelia-metadata": "github:aurelia/metadata@0.7.0",
"aurelia-path": "github:aurelia/path@0.8.0",
"aurelia-router": "github:aurelia/router@0.10.0",
"aurelia-templating": "github:aurelia/templating@0.13.0",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected].15",
"core-js": "npm:[email protected].18",
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-event-aggregator": "github:aurelia/[email protected]",
"aurelia-history": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-route-recognizer": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-event-aggregator": "github:aurelia/[email protected]",
"aurelia-history": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-route-recognizer": "github:aurelia/[email protected]",
"core-js": "npm:[email protected].15"
"core-js": "npm:[email protected].18"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
Expand All @@ -67,12 +102,23 @@ System.config({
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"npm:[email protected].15": {
"npm:[email protected].18": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions dist/amd/route-href.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ define(['exports', 'aurelia-templating', 'aurelia-dependency-injection', 'aureli
this.element.setAttribute(this.attribute, href);
};

RouteHref = (0, _aureliaDependencyInjection.inject)(_aureliaRouter.Router, Element)(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.bindable)({ name: 'attribute', defaultValue: 'href' })(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.bindable)({ name: 'params', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.bindable)({ name: 'route', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.customAttribute)('route-href')(RouteHref) || RouteHref;
RouteHref = _aureliaDependencyInjection.inject(_aureliaRouter.Router, Element)(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.bindable({ name: 'attribute', defaultValue: 'href' })(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.bindable({ name: 'params', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.bindable({ name: 'route', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.customAttribute('route-href')(RouteHref) || RouteHref;
return RouteHref;
})();

Expand Down
4 changes: 2 additions & 2 deletions dist/amd/route-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ define(['exports', 'aurelia-dependency-injection', 'aurelia-templating', 'aureli
_TemplatingRouteLoader.prototype.loadRoute = function loadRoute(router, config) {
var childContainer = router.container.createChild(),
instruction = {
viewModel: (0, _aureliaPath.relativeToFile)(config.moduleId, _aureliaMetadata.Origin.get(router.container.viewModel.constructor).moduleId),
viewModel: _aureliaPath.relativeToFile(config.moduleId, _aureliaMetadata.Origin.get(router.container.viewModel.constructor).moduleId),
childContainer: childContainer,
view: config.view || config.viewStrategy
};
Expand All @@ -44,7 +44,7 @@ define(['exports', 'aurelia-dependency-injection', 'aurelia-templating', 'aureli
});
};

TemplatingRouteLoader = (0, _aureliaDependencyInjection.inject)(_aureliaTemplating.CompositionEngine)(TemplatingRouteLoader) || TemplatingRouteLoader;
TemplatingRouteLoader = _aureliaDependencyInjection.inject(_aureliaTemplating.CompositionEngine)(TemplatingRouteLoader) || TemplatingRouteLoader;
return TemplatingRouteLoader;
})(_aureliaRouter.RouteLoader);

Expand Down
6 changes: 3 additions & 3 deletions dist/amd/router-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ define(['exports', 'aurelia-dependency-injection', 'aurelia-templating', 'aureli
this.view = viewPortInstruction.behavior.view;
};

RouterView = (0, _aureliaDependencyInjection.inject)(Element, _aureliaDependencyInjection.Container, _aureliaTemplating.ViewSlot, _aureliaRouter.Router)(RouterView) || RouterView;
RouterView = (0, _aureliaTemplating.noView)(RouterView) || RouterView;
RouterView = (0, _aureliaTemplating.customElement)('router-view')(RouterView) || RouterView;
RouterView = _aureliaDependencyInjection.inject(Element, _aureliaDependencyInjection.Container, _aureliaTemplating.ViewSlot, _aureliaRouter.Router)(RouterView) || RouterView;
RouterView = _aureliaTemplating.noView(RouterView) || RouterView;
RouterView = _aureliaTemplating.customElement('router-view')(RouterView) || RouterView;
return RouterView;
})();

Expand Down
10 changes: 5 additions & 5 deletions dist/commonjs/route-href.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ var RouteHref = (function () {
this.element.setAttribute(this.attribute, href);
};

RouteHref = (0, _aureliaDependencyInjection.inject)(_aureliaRouter.Router, Element)(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.bindable)({ name: 'attribute', defaultValue: 'href' })(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.bindable)({ name: 'params', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.bindable)({ name: 'route', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = (0, _aureliaTemplating.customAttribute)('route-href')(RouteHref) || RouteHref;
RouteHref = _aureliaDependencyInjection.inject(_aureliaRouter.Router, Element)(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.bindable({ name: 'attribute', defaultValue: 'href' })(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.bindable({ name: 'params', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.bindable({ name: 'route', changeHandler: 'processChange' })(RouteHref) || RouteHref;
RouteHref = _aureliaTemplating.customAttribute('route-href')(RouteHref) || RouteHref;
return RouteHref;
})();

Expand Down
4 changes: 2 additions & 2 deletions dist/commonjs/route-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var TemplatingRouteLoader = (function (_RouteLoader) {
_TemplatingRouteLoader.prototype.loadRoute = function loadRoute(router, config) {
var childContainer = router.container.createChild(),
instruction = {
viewModel: (0, _aureliaPath.relativeToFile)(config.moduleId, _aureliaMetadata.Origin.get(router.container.viewModel.constructor).moduleId),
viewModel: _aureliaPath.relativeToFile(config.moduleId, _aureliaMetadata.Origin.get(router.container.viewModel.constructor).moduleId),
childContainer: childContainer,
view: config.view || config.viewStrategy
};
Expand All @@ -53,7 +53,7 @@ var TemplatingRouteLoader = (function (_RouteLoader) {
});
};

TemplatingRouteLoader = (0, _aureliaDependencyInjection.inject)(_aureliaTemplating.CompositionEngine)(TemplatingRouteLoader) || TemplatingRouteLoader;
TemplatingRouteLoader = _aureliaDependencyInjection.inject(_aureliaTemplating.CompositionEngine)(TemplatingRouteLoader) || TemplatingRouteLoader;
return TemplatingRouteLoader;
})(_aureliaRouter.RouteLoader);

Expand Down
6 changes: 3 additions & 3 deletions dist/commonjs/router-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ var RouterView = (function () {
this.view = viewPortInstruction.behavior.view;
};

RouterView = (0, _aureliaDependencyInjection.inject)(Element, _aureliaDependencyInjection.Container, _aureliaTemplating.ViewSlot, _aureliaRouter.Router)(RouterView) || RouterView;
RouterView = (0, _aureliaTemplating.noView)(RouterView) || RouterView;
RouterView = (0, _aureliaTemplating.customElement)('router-view')(RouterView) || RouterView;
RouterView = _aureliaDependencyInjection.inject(Element, _aureliaDependencyInjection.Container, _aureliaTemplating.ViewSlot, _aureliaRouter.Router)(RouterView) || RouterView;
RouterView = _aureliaTemplating.noView(RouterView) || RouterView;
RouterView = _aureliaTemplating.customElement('router-view')(RouterView) || RouterView;
return RouterView;
})();

Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.14.0 (2015-07-02)


## 0.13.0 (2015-06-08)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating-router",
"version": "0.13.0",
"version": "0.14.0",
"description": "An implementation of the RouteLoader interface for use with the router module. Also contains a custom element that allows the templating engine to display the current route.",
"keywords": [
"aurelia",
Expand All @@ -25,11 +25,11 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.8.1",
"aurelia-metadata": "github:aurelia/metadata@^0.6.0",
"aurelia-path": "github:aurelia/path@^0.7.0",
"aurelia-router": "github:aurelia/router@^0.9.0",
"aurelia-templating": "github:aurelia/templating@^0.12.0"
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.9.0",
"aurelia-metadata": "github:aurelia/metadata@^0.7.0",
"aurelia-path": "github:aurelia/path@^0.8.0",
"aurelia-router": "github:aurelia/router@^0.10.0",
"aurelia-templating": "github:aurelia/templating@^0.13.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
Expand Down

0 comments on commit beb2807

Please sign in to comment.