diff --git a/README.md b/README.md index 36f3fdc7f..772228de9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Aurelia CLI [![npm Version](https://img.shields.io/npm/v/aurelia-cli.svg)](https://www.npmjs.com/package/aurelia-cli) -[![ZenHub](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://zenhub.io) [![Join the chat at https://gitter.im/aurelia/discuss](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aurelia/discuss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Twitter](https://img.shields.io/twitter/follow/aureliaeffect.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=aureliaeffect) This library is part of the [Aurelia](http://www.aurelia.io/) platform and contains its CLI implementation. -To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.aurelia.io/) and [our email list](http://eepurl.com/ces50j). We also invite you to [follow us on twitter](https://twitter.com/aureliaeffect). If you have questions look around our [Discourse forums](https://discourse.aurelia.io/), chat in our [community on Gitter](https://gitter.im/aurelia/discuss) or use [stack overflow](http://stackoverflow.com/search?q=aurelia). Documentation can be found [in our developer hub](http://aurelia.io/docs). If you would like to have deeper insight into our development process, please install the [ZenHub](https://zenhub.io) Chrome or Firefox Extension and visit any of our repository's boards. +To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscribe to [the official blog](http://blog.aurelia.io/) and [our email list](http://eepurl.com/ces50j). We also invite you to [follow us on twitter](https://twitter.com/aureliaeffect). If you have questions look around our [Discourse forums](https://discourse.aurelia.io/), chat in our [community on Gitter](https://gitter.im/aurelia/discuss) or use [stack overflow](http://stackoverflow.com/search?q=aurelia). Documentation can be found [in our developer hub](http://aurelia.io/docs). ## Documentation diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 2d9b1e3a9..083f036fa 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,39 @@ +# [1.0.0-beta.14](https://github.com/aurelia/cli/compare/1.0.0-beta.13...1.0.0-beta.14) (2019-03-20) + + +### Bug Fixes + +* **bundler:** avoid unnecessary rewrite of index.html ([9faea2f](https://github.com/aurelia/cli/commit/9faea2f)), closes [#1049](https://github.com/aurelia/cli/issues/1049) +* **bundler:** enable tracing @babel/polyfill ([1bef893](https://github.com/aurelia/cli/commit/1bef893)) +* **bundler:** improve compatibility with legacy libs that depends on jquery or momentjs ([cd079a0](https://github.com/aurelia/cli/commit/cd079a0)) +* **bundler:** improve compatibility with nodejs global var "global" ([02d1cd0](https://github.com/aurelia/cli/commit/02d1cd0)) +* **bundler:** isolate cache between systemjs and requirejs apps ([5466ceb](https://github.com/aurelia/cli/commit/5466ceb)) +* **bundler:** skip deps cleanup (remove .js) for UMD file ([a4731da](https://github.com/aurelia/cli/commit/a4731da)), closes [#1054](https://github.com/aurelia/cli/issues/1054) +* **cypress task:** Return error when tests fail ([ea43b59](https://github.com/aurelia/cli/commit/ea43b59)) +* **cypress task:** Return error when tests fail ([7fa7e9e](https://github.com/aurelia/cli/commit/7fa7e9e)), closes [#1057](https://github.com/aurelia/cli/issues/1057) +* **generate-skeletons:** add missing httpProtocal to project definitions ([bab0e39](https://github.com/aurelia/cli/commit/bab0e39)) +* **jest task:** Return error when tests fail ([bfbe072](https://github.com/aurelia/cli/commit/bfbe072)), closes [#1052](https://github.com/aurelia/cli/issues/1052) +* **jest task:** Return error when tests fail ([830bda8](https://github.com/aurelia/cli/commit/830bda8)) +* **skeleton:** fix navigation scaffold with alameda ([9413239](https://github.com/aurelia/cli/commit/9413239)) +* **sourcemaps:** strip path from bundle sourcemap ([8601622](https://github.com/aurelia/cli/commit/8601622)) +* **webpack:** correctly exclude spec/test files from coverage report ([b2582f9](https://github.com/aurelia/cli/commit/b2582f9)) + + +### Features + +* **generate-skeletons:** add alameda to generate-skeletons ([0147567](https://github.com/aurelia/cli/commit/0147567)) +* **integration-test-runner:** Add Cypress ([4b5919a](https://github.com/aurelia/cli/commit/4b5919a)) +* **integration-test-runner:** Add Cypress ([77c6f60](https://github.com/aurelia/cli/commit/77c6f60)) +* **integration-test-runner:** Add Cypress ([1ece72e](https://github.com/aurelia/cli/commit/1ece72e)) +* **integration-test-runner:** Add Cypress ([f2eb6c5](https://github.com/aurelia/cli/commit/f2eb6c5)) +* **integration-test-runner:** Add Cypress ([21ac3db](https://github.com/aurelia/cli/commit/21ac3db)) +* **new-application:** fix format on log messages ([6d6fcea](https://github.com/aurelia/cli/commit/6d6fcea)) +* **test:** Add Cypress integration test runner ([cabe6ce](https://github.com/aurelia/cli/commit/cabe6ce)), closes [#943](https://github.com/aurelia/cli/issues/943) +* **ui:** add Enquirer as UI lib ([f05da1a](https://github.com/aurelia/cli/commit/f05da1a)) +* unattended mode, descriptive skeleton ([0123c58](https://github.com/aurelia/cli/commit/0123c58)) + + + # [1.0.0-beta.13](https://github.com/aurelia/cli/compare/1.0.0-beta.12...1.0.0-beta.13) (2019-02-05) diff --git a/lib/dependencies.json b/lib/dependencies.json index 07ac69797..65bdb1d85 100644 --- a/lib/dependencies.json +++ b/lib/dependencies.json @@ -7,7 +7,7 @@ "aspnet-webpack": "^3.0.0", "aurelia-animator-css": "^1.0.4", "aurelia-bootstrapper": "^2.3.2", - "aurelia-cli": "^1.0.0-beta.13", + "aurelia-cli": "^1.0.0-beta.14", "aurelia-loader-nodejs": "^1.0.1", "aurelia-pal-nodejs": "^1.2.0", "aurelia-protractor-plugin": "^1.0.6", diff --git a/package-lock.json b/package-lock.json index 6ddf7e427..81f7f531a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3046,8 +3046,7 @@ "ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "optional": true + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" }, "aproba": { "version": "1.2.0", @@ -3068,14 +3067,12 @@ "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "optional": true + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3090,20 +3087,17 @@ "code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", - "optional": true + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "optional": true + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", - "optional": true + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" }, "core-util-is": { "version": "1.0.2", @@ -3220,8 +3214,7 @@ "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "optional": true + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { "version": "1.3.5", @@ -3233,7 +3226,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3248,7 +3240,6 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3256,14 +3247,12 @@ "minimist": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", - "optional": true + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "minipass": { "version": "2.3.5", "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz", "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", - "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -3282,7 +3271,6 @@ "version": "0.5.1", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", - "optional": true, "requires": { "minimist": "0.0.8" } @@ -3363,8 +3351,7 @@ "number-is-nan": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "optional": true + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" }, "object-assign": { "version": "4.1.1", @@ -3376,7 +3363,6 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "optional": true, "requires": { "wrappy": "1" } @@ -3462,8 +3448,7 @@ "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "optional": true + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, "safer-buffer": { "version": "2.1.2", @@ -3499,7 +3484,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -3519,7 +3503,6 @@ "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3563,14 +3546,12 @@ "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "optional": true + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "yallist": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", - "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==", - "optional": true + "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==" } } }, diff --git a/package.json b/package.json index 1014d65e3..9c7f4f8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",