Skip to content

Commit

Permalink
chore(all): prepare release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 14, 2015
1 parent d593ee5 commit 9c917f7
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 107 deletions.
22 changes: 11 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-bootstrapper",
"version": "0.15.0",
"version": "0.16.0",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
Expand All @@ -17,17 +17,17 @@
"url": "http://github.com/aurelia/bootstrapper"
},
"dependencies": {
"aurelia-event-aggregator": "^0.6.2",
"aurelia-framework": "^0.14.0",
"aurelia-event-aggregator": "^0.7.0",
"aurelia-framework": "^0.15.0",
"aurelia-history": "^0.6.1",
"aurelia-history-browser": "^0.6.2",
"aurelia-loader-default": "^0.9.1",
"aurelia-logging-console": "^0.6.1",
"aurelia-router": "^0.10.3",
"aurelia-templating": "^0.13.12",
"aurelia-templating-binding": "^0.13.2",
"aurelia-templating-resources": "^0.13.2",
"aurelia-templating-router": "^0.14.1",
"aurelia-history-browser": "^0.7.0",
"aurelia-loader-default": "^0.9.5",
"aurelia-logging-console": "^0.6.2",
"aurelia-router": "^0.11.0",
"aurelia-templating": "^0.14.1",
"aurelia-templating-binding": "^0.14.0",
"aurelia-templating-resources": "^0.14.0",
"aurelia-templating-router": "^0.15.0",
"core-js": "zloirock/core-js"
}
}
129 changes: 66 additions & 63 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,104 +16,107 @@ System.config({

System.config({
"map": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.2",
"aurelia-framework": "github:aurelia/framework@0.14.0",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.7.0",
"aurelia-framework": "github:aurelia/framework@0.15.0",
"aurelia-history": "github:aurelia/[email protected]",
"aurelia-history-browser": "github:aurelia/history-browser@0.6.2",
"aurelia-loader-default": "github:aurelia/[email protected].1",
"aurelia-logging-console": "github:aurelia/[email protected].1",
"aurelia-router": "github:aurelia/router@0.10.3",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.13.2",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.13.2",
"aurelia-templating-router": "github:aurelia/templating-router@0.14.1",
"aurelia-history-browser": "github:aurelia/history-browser@0.7.0",
"aurelia-loader-default": "github:aurelia/[email protected].5",
"aurelia-logging-console": "github:aurelia/[email protected].2",
"aurelia-router": "github:aurelia/router@0.11.0",
"aurelia-templating": "github:aurelia/templating@0.14.1",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.14.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.14.0",
"aurelia-templating-router": "github:aurelia/templating-router@0.15.0",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"github:aurelia/[email protected].5": {
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-task-queue": "github:aurelia/[email protected].1",
"github:aurelia/[email protected].6": {
"aurelia-dependency-injection": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].3",
"aurelia-task-queue": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected].1": {
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].2",
"github:aurelia/[email protected].2": {
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-metadata": "github:aurelia/[email protected].3",
"core-js": "npm:[email protected]"
},
"github:aurelia/event-aggregator@0.6.2": {
"aurelia-logging": "github:aurelia/[email protected].2"
"github:aurelia/event-aggregator@0.7.0": {
"aurelia-logging": "github:aurelia/[email protected].4"
},
"github:aurelia/framework@0.14.0": {
"aurelia-binding": "github:aurelia/[email protected].5",
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-loader": "github:aurelia/[email protected].3",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].2",
"github:aurelia/framework@0.15.0": {
"aurelia-binding": "github:aurelia/[email protected].6",
"aurelia-dependency-injection": "github:aurelia/[email protected].2",
"aurelia-loader": "github:aurelia/[email protected].7",
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-metadata": "github:aurelia/[email protected].3",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected].1",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"aurelia-task-queue": "github:aurelia/[email protected].2",
"aurelia-templating": "github:aurelia/templating@0.14.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/history-browser@0.6.2": {
"github:aurelia/history-browser@0.7.0": {
"aurelia-history": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected].1": {
"aurelia-loader": "github:aurelia/[email protected].3",
"aurelia-metadata": "github:aurelia/[email protected].2"
"github:aurelia/[email protected].5": {
"aurelia-loader": "github:aurelia/[email protected].7",
"aurelia-metadata": "github:aurelia/[email protected].3"
},
"github:aurelia/[email protected].3": {
"github:aurelia/[email protected].7": {
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].3",
"aurelia-path": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]",
"webcomponentsjs": "github:webcomponents/[email protected]"
},
"github:aurelia/[email protected]": {
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected].1": {
"github:aurelia/[email protected].2": {
"core-js": "npm:[email protected]"
},
"github:aurelia/router@0.10.3": {
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.2",
"github:aurelia/router@0.11.0": {
"aurelia-dependency-injection": "github:aurelia/[email protected].2",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.7.0",
"aurelia-history": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-route-recognizer": "github:aurelia/[email protected].1",
"aurelia-route-recognizer": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected]"
},
"github:aurelia/templating-binding@0.13.2": {
"aurelia-binding": "github:aurelia/[email protected].5",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-templating": "github:aurelia/templating@0.13.16"
},
"github:aurelia/templating-resources@0.13.2": {
"aurelia-binding": "github:aurelia/[email protected].5",
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-task-queue": "github:aurelia/[email protected].1",
"aurelia-templating": "github:aurelia/templating@0.13.16",
"github:aurelia/templating-binding@0.14.0": {
"aurelia-binding": "github:aurelia/[email protected].6",
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-templating": "github:aurelia/templating@0.14.1"
},
"github:aurelia/templating-resources@0.14.0": {
"aurelia-binding": "github:aurelia/[email protected].6",
"aurelia-dependency-injection": "github:aurelia/[email protected].2",
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-task-queue": "github:aurelia/[email protected].2",
"aurelia-templating": "github:aurelia/templating@0.14.1",
"core-js": "npm:[email protected]"
},
"github:aurelia/templating-router@0.14.1": {
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"aurelia-metadata": "github:aurelia/[email protected].2",
"github:aurelia/templating-router@0.15.0": {
"aurelia-dependency-injection": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].3",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-router": "github:aurelia/router@0.10.3",
"aurelia-templating": "github:aurelia/templating@0.13.16"
"aurelia-router": "github:aurelia/router@0.11.0",
"aurelia-templating": "github:aurelia/templating@0.14.1"
},
"github:aurelia/templating@0.13.16": {
"aurelia-binding": "github:aurelia/[email protected].5",
"aurelia-dependency-injection": "github:aurelia/[email protected].1",
"github:aurelia/templating@0.14.1": {
"aurelia-binding": "github:aurelia/[email protected].6",
"aurelia-dependency-injection": "github:aurelia/[email protected].2",
"aurelia-html-template-element": "github:aurelia/[email protected]",
"aurelia-loader": "github:aurelia/[email protected].3",
"aurelia-logging": "github:aurelia/[email protected].2",
"aurelia-metadata": "github:aurelia/[email protected].2",
"aurelia-loader": "github:aurelia/[email protected].7",
"aurelia-logging": "github:aurelia/[email protected].4",
"aurelia-metadata": "github:aurelia/[email protected].3",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected].1",
"aurelia-task-queue": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected]"
},
"github:jspm/[email protected]": {
Expand Down
14 changes: 7 additions & 7 deletions dist/amd/aurelia-bootstrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ define(['exports', 'core-js', 'aurelia-framework', 'aurelia-logging-console'], f

function ready(global) {
return new Promise(function (resolve, reject) {
if (global.document.readyState === 'complete') {
if (global.document.readyState === "complete") {
resolve(global.document);
} else {
global.document.addEventListener('DOMContentLoaded', completed, false);
global.addEventListener('load', completed, false);
global.document.addEventListener("DOMContentLoaded", completed, false);
global.addEventListener("load", completed, false);
}

function completed() {
global.document.removeEventListener('DOMContentLoaded', completed, false);
global.removeEventListener('load', completed, false);
global.document.removeEventListener("DOMContentLoaded", completed, false);
global.removeEventListener("load", completed, false);
resolve(global.document);
}
});
Expand Down Expand Up @@ -101,7 +101,7 @@ define(['exports', 'core-js', 'aurelia-framework', 'aurelia-logging-console'], f
}));
}

if (!('content' in document.createElement('template'))) {
if (!("content" in document.createElement("template"))) {
logger.debug('loading the HTMLTemplateElement polyfill');
toLoad.push(System.normalize('aurelia-html-template-element', loaderName).then(function (name) {
return System['import'](name);
Expand Down Expand Up @@ -149,7 +149,7 @@ define(['exports', 'core-js', 'aurelia-framework', 'aurelia-logging-console'], f

function run() {
return ready(window).then(function (doc) {
var appHost = doc.querySelectorAll('[aurelia-app]');
var appHost = doc.querySelectorAll("[aurelia-app]");

return ensureLoader().then(function () {
return preparePlatform().then(function () {
Expand Down
14 changes: 7 additions & 7 deletions dist/commonjs/aurelia-bootstrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ function bootstrap(configure) {

function ready(global) {
return new Promise(function (resolve, reject) {
if (global.document.readyState === 'complete') {
if (global.document.readyState === "complete") {
resolve(global.document);
} else {
global.document.addEventListener('DOMContentLoaded', completed, false);
global.addEventListener('load', completed, false);
global.document.addEventListener("DOMContentLoaded", completed, false);
global.addEventListener("load", completed, false);
}

function completed() {
global.document.removeEventListener('DOMContentLoaded', completed, false);
global.removeEventListener('load', completed, false);
global.document.removeEventListener("DOMContentLoaded", completed, false);
global.removeEventListener("load", completed, false);
resolve(global.document);
}
});
Expand Down Expand Up @@ -106,7 +106,7 @@ function preparePlatform() {
}));
}

if (!('content' in document.createElement('template'))) {
if (!("content" in document.createElement("template"))) {
logger.debug('loading the HTMLTemplateElement polyfill');
toLoad.push(System.normalize('aurelia-html-template-element', loaderName).then(function (name) {
return System['import'](name);
Expand Down Expand Up @@ -154,7 +154,7 @@ function handleApp(appHost) {

function run() {
return ready(window).then(function (doc) {
var appHost = doc.querySelectorAll('[aurelia-app]');
var appHost = doc.querySelectorAll("[aurelia-app]");

return ensureLoader().then(function () {
return preparePlatform().then(function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/aurelia-bootstrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function onReady(callback) {
});
}

export function bootstrap(configure) {
export function bootstrap(configure: (aurelia:Aurelia) => void): Promise<void> {
return onReady(() => {
var loader = new window.AureliaLoader(),
aurelia = new Aurelia(loader);
Expand Down
14 changes: 7 additions & 7 deletions dist/system/aurelia-bootstrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ System.register(['core-js', 'aurelia-framework', 'aurelia-logging-console'], fun

function ready(global) {
return new Promise(function (resolve, reject) {
if (global.document.readyState === 'complete') {
if (global.document.readyState === "complete") {
resolve(global.document);
} else {
global.document.addEventListener('DOMContentLoaded', completed, false);
global.addEventListener('load', completed, false);
global.document.addEventListener("DOMContentLoaded", completed, false);
global.addEventListener("load", completed, false);
}

function completed() {
global.document.removeEventListener('DOMContentLoaded', completed, false);
global.removeEventListener('load', completed, false);
global.document.removeEventListener("DOMContentLoaded", completed, false);
global.removeEventListener("load", completed, false);
resolve(global.document);
}
});
Expand Down Expand Up @@ -94,7 +94,7 @@ System.register(['core-js', 'aurelia-framework', 'aurelia-logging-console'], fun
}));
}

if (!('content' in document.createElement('template'))) {
if (!("content" in document.createElement("template"))) {
logger.debug('loading the HTMLTemplateElement polyfill');
toLoad.push(System.normalize('aurelia-html-template-element', loaderName).then(function (name) {
return System['import'](name);
Expand Down Expand Up @@ -142,7 +142,7 @@ System.register(['core-js', 'aurelia-framework', 'aurelia-logging-console'], fun

function run() {
return ready(window).then(function (doc) {
var appHost = doc.querySelectorAll('[aurelia-app]');
var appHost = doc.querySelectorAll("[aurelia-app]");

return ensureLoader().then(function () {
return preparePlatform().then(function () {
Expand Down
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.16.0 (2015-08-14)


#### Features

* **all:** add more type info ([d593ee59](http://github.com/aurelia/bootstrapper/commit/d593ee596f6c1607393d73d551532386415d6947))


## 0.15.0 (2015-08-05)


Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-bootstrapper",
"version": "0.15.0",
"version": "0.16.0",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
Expand All @@ -25,17 +25,17 @@
"lib": "dist/amd"
},
"dependencies": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@^0.6.2",
"aurelia-framework": "github:aurelia/framework@^0.14.0",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@^0.7.0",
"aurelia-framework": "github:aurelia/framework@^0.15.0",
"aurelia-history": "github:aurelia/history@^0.6.1",
"aurelia-history-browser": "github:aurelia/history-browser@^0.6.2",
"aurelia-loader-default": "github:aurelia/loader-default@^0.9.1",
"aurelia-logging-console": "github:aurelia/logging-console@^0.6.1",
"aurelia-router": "github:aurelia/router@^0.10.3",
"aurelia-templating": "github:aurelia/templating@^0.13.12",
"aurelia-templating-binding": "github:aurelia/templating-binding@^0.13.2",
"aurelia-templating-resources": "github:aurelia/templating-resources@^0.13.2",
"aurelia-templating-router": "github:aurelia/templating-router@^0.14.1",
"aurelia-history-browser": "github:aurelia/history-browser@^0.7.0",
"aurelia-loader-default": "github:aurelia/loader-default@^0.9.5",
"aurelia-logging-console": "github:aurelia/logging-console@^0.6.2",
"aurelia-router": "github:aurelia/router@^0.11.0",
"aurelia-templating": "github:aurelia/templating@^0.14.1",
"aurelia-templating-binding": "github:aurelia/templating-binding@^0.14.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@^0.14.0",
"aurelia-templating-router": "github:aurelia/templating-router@^0.15.0",
"core-js": "npm:core-js@^0.9.5"
},
"devDependencies": {
Expand Down

0 comments on commit 9c917f7

Please sign in to comment.