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 0c54e83 commit 16ed0cf
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 91 deletions.
24 changes: 12 additions & 12 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-bootstrapper",
"version": "0.13.1",
"version": "0.14.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.5.0",
"aurelia-framework": "^0.12.0",
"aurelia-history": "^0.5.0",
"aurelia-history-browser": "^0.5.0",
"aurelia-loader-default": "^0.8.0",
"aurelia-logging-console": "^0.5.0",
"aurelia-router": "^0.9.0",
"aurelia-templating": "^0.12.0",
"aurelia-templating-binding": "^0.12.0",
"aurelia-templating-resources": "^0.12.0",
"aurelia-templating-router": "^0.13.0",
"aurelia-event-aggregator": "^0.6.0",
"aurelia-framework": "^0.13.0",
"aurelia-history": "^0.6.0",
"aurelia-history-browser": "^0.6.0",
"aurelia-loader-default": "^0.9.0",
"aurelia-logging-console": "^0.6.0",
"aurelia-router": "^0.10.0",
"aurelia-templating": "^0.13.0",
"aurelia-templating-binding": "^0.13.0",
"aurelia-templating-resources": "^0.13.0",
"aurelia-templating-router": "^0.14.0",
"core-js": "zloirock/core-js"
}
}
138 changes: 106 additions & 32 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,85 +16,141 @@ System.config({

System.config({
"map": {
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.5.0",
"aurelia-framework": "github:aurelia/framework@0.12.0",
"aurelia-history": "github:aurelia/history@0.5.0",
"aurelia-history-browser": "github:aurelia/history-browser@0.5.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.8.0",
"aurelia-logging-console": "github:aurelia/logging-console@0.5.0",
"aurelia-router": "github:aurelia/router@0.9.0",
"aurelia-templating": "github:aurelia/templating@0.12.0",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.12.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.12.0",
"aurelia-templating-router": "github:aurelia/templating-router@0.13.0",
"aurelia-event-aggregator": "github:aurelia/event-aggregator@0.6.0",
"aurelia-framework": "github:aurelia/framework@0.13.0",
"aurelia-history": "github:aurelia/history@0.6.0",
"aurelia-history-browser": "github:aurelia/history-browser@0.6.0",
"aurelia-loader-default": "github:aurelia/loader-default@0.9.0",
"aurelia-logging-console": "github:aurelia/logging-console@0.6.0",
"aurelia-router": "github:aurelia/router@0.10.0",
"aurelia-templating": "github:aurelia/templating@0.13.0",
"aurelia-templating-binding": "github:aurelia/templating-binding@0.13.0",
"aurelia-templating-resources": "github:aurelia/templating-resources@0.13.0",
"aurelia-templating-router": "github:aurelia/templating-router@0.14.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-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "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]",
"aurelia-templating": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"github:aurelia/[email protected]": {
"aurelia-logging": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "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]",
"aurelia-templating": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-history": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-history": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-loader": "github:aurelia/[email protected]",
"aurelia-metadata": "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]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-logging": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "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-logging": "github:aurelia/[email protected]",
"aurelia-task-queue": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]",
"core-js": "npm:[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
Expand All @@ -103,6 +159,13 @@ System.config({
"aurelia-router": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-dependency-injection": "github:aurelia/[email protected]",
"aurelia-metadata": "github:aurelia/[email protected]",
"aurelia-path": "github:aurelia/[email protected]",
"aurelia-router": "github:aurelia/[email protected]",
"aurelia-templating": "github:aurelia/[email protected]"
},
"github:aurelia/[email protected]": {
"aurelia-binding": "github:aurelia/[email protected]",
"aurelia-dependency-injection": "github:aurelia/[email protected]",
Expand All @@ -112,12 +175,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: 1 addition & 9 deletions dist/amd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ define(['exports', 'core-js', 'aurelia-framework', 'aurelia-logging-console'], f
var _core = _interopRequireDefault(_coreJs);

var logger = _aureliaFramework.LogManager.getLogger('bootstrapper');

var readyQueue = [];
var isReady = false;

Expand Down Expand Up @@ -59,7 +58,7 @@ define(['exports', 'core-js', 'aurelia-framework', 'aurelia-logging-console'], f

function ensureLoader() {
if (!window.AureliaLoader) {
if (window.System) {
if (window.System && !window.System.isFake) {
return System.normalize('aurelia-bootstrapper').then(function (bootstrapperName) {
return System.normalize('aurelia-loader-default', bootstrapperName).then(function (loaderName) {
return System['import'](loaderName);
Expand All @@ -85,13 +84,6 @@ define(['exports', 'core-js', 'aurelia-framework', 'aurelia-logging-console'], f
return System.normalize('aurelia-loader', frameworkName).then(function (loaderName) {
var toLoad = [];

if (!System.polyfilled) {
logger.debug('loading core-js');
toLoad.push(System.normalize('core-js', loaderName).then(function (name) {
return System['import'](name);
}));
}

toLoad.push(System.normalize('aurelia-dependency-injection', frameworkName).then(function (name) {
System.map['aurelia-dependency-injection'] = name;
}));
Expand Down
10 changes: 1 addition & 9 deletions dist/commonjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var _aureliaFramework = require('aurelia-framework');
var _aureliaLoggingConsole = require('aurelia-logging-console');

var logger = _aureliaFramework.LogManager.getLogger('bootstrapper');

var readyQueue = [];
var isReady = false;

Expand Down Expand Up @@ -64,7 +63,7 @@ function ready(global) {

function ensureLoader() {
if (!window.AureliaLoader) {
if (window.System) {
if (window.System && !window.System.isFake) {
return System.normalize('aurelia-bootstrapper').then(function (bootstrapperName) {
return System.normalize('aurelia-loader-default', bootstrapperName).then(function (loaderName) {
return System['import'](loaderName);
Expand All @@ -90,13 +89,6 @@ function preparePlatform() {
return System.normalize('aurelia-loader', frameworkName).then(function (loaderName) {
var toLoad = [];

if (!System.polyfilled) {
logger.debug('loading core-js');
toLoad.push(System.normalize('core-js', loaderName).then(function (name) {
return System['import'](name);
}));
}

toLoad.push(System.normalize('aurelia-dependency-injection', frameworkName).then(function (name) {
System.map['aurelia-dependency-injection'] = name;
}));
Expand Down
10 changes: 1 addition & 9 deletions dist/es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {Aurelia, LogManager} from 'aurelia-framework';
import {ConsoleAppender} from 'aurelia-logging-console';

var logger = LogManager.getLogger('bootstrapper');

var readyQueue = [];
var isReady = false;

Expand Down Expand Up @@ -51,7 +50,7 @@ function ready(global) {

function ensureLoader(){
if(!window.AureliaLoader){
if(window.System){
if(window.System && !window.System.isFake){
return System.normalize('aurelia-bootstrapper').then(bootstrapperName => {
return System.normalize('aurelia-loader-default', bootstrapperName).then(loaderName => {
return System.import(loaderName);
Expand All @@ -77,13 +76,6 @@ function preparePlatform(){
return System.normalize('aurelia-loader', frameworkName).then(function(loaderName){
var toLoad = [];

if(!System.polyfilled){
logger.debug('loading core-js');
toLoad.push(System.normalize('core-js', loaderName).then(function(name){
return System.import(name);
}));
}

toLoad.push(System.normalize('aurelia-dependency-injection', frameworkName).then(function(name){
System.map['aurelia-dependency-injection'] = name;
}));
Expand Down
9 changes: 1 addition & 8 deletions dist/system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ System.register(['core-js', 'aurelia-framework', 'aurelia-logging-console'], fun

function ensureLoader() {
if (!window.AureliaLoader) {
if (window.System) {
if (window.System && !window.System.isFake) {
return System.normalize('aurelia-bootstrapper').then(function (bootstrapperName) {
return System.normalize('aurelia-loader-default', bootstrapperName).then(function (loaderName) {
return System['import'](loaderName);
Expand All @@ -77,13 +77,6 @@ System.register(['core-js', 'aurelia-framework', 'aurelia-logging-console'], fun
return System.normalize('aurelia-loader', frameworkName).then(function (loaderName) {
var toLoad = [];

if (!System.polyfilled) {
logger.debug('loading core-js');
toLoad.push(System.normalize('core-js', loaderName).then(function (name) {
return System['import'](name);
}));
}

toLoad.push(System.normalize('aurelia-dependency-injection', frameworkName).then(function (name) {
System.map['aurelia-dependency-injection'] = name;
}));
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.14.0 (2015-07-02)


#### Bug Fixes

* **all:** detect fake system and remove core-js dup load ([f135ad39](http://github.com/aurelia/bootstrapper/commit/f135ad39eccb9a5a8e439c09a2354787cedd0fbe))


### 0.13.1 (2015-06-09)


Expand Down
Loading

0 comments on commit 16ed0cf

Please sign in to comment.