|
| 1 | +# [2.0.0](https://github.com/aurelia/cli/compare/1.3.1...2.0.0) (2020-08-25) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* **cli-bundler:** avoid unwanted match on prototype ([9054f9c](https://github.com/aurelia/cli/commit/9054f9cbf1c7c3b82866a15d9bb26ca6aa6c646b)) |
| 7 | +* **cli-bundler:** warn user about missed source matcher ([bf13526](https://github.com/aurelia/cli/commit/bf13526bf26d967dd1198134a7a8f8305334560f)), closes [#1182](https://github.com/aurelia/cli/issues/1182) [#1160](https://github.com/aurelia/cli/issues/1160) |
| 8 | +* **docker:** e2e folder is changed ([b45e6b1](https://github.com/aurelia/cli/commit/b45e6b1f2a46ec617b8daa52888a9d828319a26d)) |
| 9 | +* **docker:** no more types folder ([56caa9e](https://github.com/aurelia/cli/commit/56caa9ebfc4184f764e0f73e22624d8b54ba50e2)) |
| 10 | +* **scaffold-navigation:** wrong fontawesome class used ([03d509e](https://github.com/aurelia/cli/commit/03d509e898efc22916a1902d0ec5ca1e882c60fe)) |
| 11 | +* **typescript:** fix karma+ts unit tests ([7d90d2b](https://github.com/aurelia/cli/commit/7d90d2ba837c15291b2cd6fc295998a69b7965ff)) |
| 12 | +* **typescript:** fix missing eslintrc ([c59195d](https://github.com/aurelia/cli/commit/c59195d2e0db6e83e08e16fc9025655b6ffc9a29)) |
| 13 | +* fix lint task ([23ffc87](https://github.com/aurelia/cli/commit/23ffc87ff5091d0db313fee523f246577fa6243d)) |
| 14 | +* **typescript:** fix few typing conflicts by moving e2e files ([156fb6e](https://github.com/aurelia/cli/commit/156fb6e26ba7b5c346e85d679cf16aa2aa39ce82)) |
| 15 | +* latest cypress is confused about module format ([c427b25](https://github.com/aurelia/cli/commit/c427b2578973e5cff4edbc7c915cc6fe248d03b2)) |
| 16 | +* latest cypress simplified ts setup ([7ac344b](https://github.com/aurelia/cli/commit/7ac344b3a5275a618fd5678cb1a595d4ba42ab9f)) |
| 17 | +* **docker:** copy fortawesome files ([fa63b0a](https://github.com/aurelia/cli/commit/fa63b0aa1daa56bda72011777934bdcaa2fbce51)) |
| 18 | +* **docker:** remove unnecessary copy task ([eed22ae](https://github.com/aurelia/cli/commit/eed22aeee276ffb08cb959c038dc890928043f13)) |
| 19 | +* **scaffold-navigation:** change to modern fas ([b8480a4](https://github.com/aurelia/cli/commit/b8480a42e59fbf70d65d95b5336905de840ded1d)) |
| 20 | +* **scaffold-navigation:** fix spinner class ([98c0270](https://github.com/aurelia/cli/commit/98c027007eecb7137d49adf1075dae124375b5d7)) |
| 21 | + |
| 22 | + |
| 23 | +### Features |
| 24 | + |
| 25 | +* au new wraps npx makes aurelia/v1 ([4599a12](https://github.com/aurelia/cli/commit/4599a123d9127e1c662fbba633af23c85939e3e2)) |
| 26 | +* onNotBundled callback to report not bundled items ([62305d0](https://github.com/aurelia/cli/commit/62305d07f2e95e00c11963e01c2705b0d6c7f2e5)) |
| 27 | +* upgrade deps, many dropped nodejs v8 support ([0249227](https://github.com/aurelia/cli/commit/02492274470c39b439d0412c7b2e2dcd0f306743)) |
| 28 | + |
| 29 | + |
| 30 | +### BREAKING CHANGES |
| 31 | + |
| 32 | +* skeleton files is moved to dedicated repo https://github.com/aurelia/v1 |
| 33 | +* release-check is removed. Skeletons check is done in aurelia/v1 repo. |
| 34 | +* "--unattended" is removed from "au new" params. |
| 35 | +* "au generate-skeletons" is removed. |
| 36 | +* drop nodejs v8 support |
| 37 | + |
| 38 | + |
| 39 | + |
1 | 40 | ## [1.3.1](https://github.com/aurelia/cli/compare/1.3.0...1.3.1) (2020-04-15)
|
2 | 41 |
|
3 | 42 |
|
|
0 commit comments