|
| 1 | +<a name="0.24.0"></a> |
| 2 | +# [0.24.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.21.0...0.24.0) (2019-05-29) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* add support for executing unit tests for vue projects ([#839](https://github.com/NativeScript/nativescript-dev-webpack/issues/839)) ([d6f6672](https://github.com/NativeScript/nativescript-dev-webpack/commit/d6f6672)) |
| 8 | +* add support for executing unit tests for vue projects ([#839](https://github.com/NativeScript/nativescript-dev-webpack/issues/839)) ([#870](https://github.com/NativeScript/nativescript-dev-webpack/issues/870)) ([c8afe9f](https://github.com/NativeScript/nativescript-dev-webpack/commit/c8afe9f)) |
| 9 | +* add support for ts files on test command when `--bundle` is provided ([#848](https://github.com/NativeScript/nativescript-dev-webpack/issues/848)) ([bd4fa9c](https://github.com/NativeScript/nativescript-dev-webpack/commit/bd4fa9c)) |
| 10 | +* bump version to 0.24.0 ([4a3089a](https://github.com/NativeScript/nativescript-dev-webpack/commit/4a3089a)) |
| 11 | +* clean up snpashot tool on download fail ([#893](https://github.com/NativeScript/nativescript-dev-webpack/issues/893)) ([0bedefc](https://github.com/NativeScript/nativescript-dev-webpack/commit/0bedefc)) |
| 12 | +* fix "ERROR in Must have a source file to refactor." error from ngCompilerPlugin on `test` command ([#859](https://github.com/NativeScript/nativescript-dev-webpack/issues/859)) ([196d977](https://github.com/NativeScript/nativescript-dev-webpack/commit/196d977)) |
| 13 | +* ignore the Webpack runtime chunks when sending HMR updates ([be82ab7](https://github.com/NativeScript/nativescript-dev-webpack/commit/be82ab7)) |
| 14 | +* import the workaroundResolve funciton based on the Angular version (it was moved from compiler_host to utils in Angular 8) ([56224a8](https://github.com/NativeScript/nativescript-dev-webpack/commit/56224a8)) |
| 15 | +* respect files property from karma.config on `tns test android --bundle` command ([#844](https://github.com/NativeScript/nativescript-dev-webpack/issues/844)) ([7034a97](https://github.com/NativeScript/nativescript-dev-webpack/commit/7034a97)) |
| 16 | +* show proper stack traces from uglified code (split by new line instead of semicolon) ([0ae6030](https://github.com/NativeScript/nativescript-dev-webpack/commit/0ae6030)) |
| 17 | +* sourceMap not generated with Uglify ([#819](https://github.com/NativeScript/nativescript-dev-webpack/issues/819)) ([b5fd066](https://github.com/NativeScript/nativescript-dev-webpack/commit/b5fd066)) |
| 18 | +* support platform specific files that are not directly imported anywhere in the app ([#843](https://github.com/NativeScript/nativescript-dev-webpack/issues/843)) ([e1e9463](https://github.com/NativeScript/nativescript-dev-webpack/commit/e1e9463)) |
| 19 | +* typescript source maps are containing javascript code ([#857](https://github.com/NativeScript/nativescript-dev-webpack/issues/857)) ([384bee2](https://github.com/NativeScript/nativescript-dev-webpack/commit/384bee2)) |
| 20 | +* update the configs of the demo apps ([167bc6e](https://github.com/NativeScript/nativescript-dev-webpack/commit/167bc6e)) |
| 21 | +* **hmr:** run ts-loader in transpileOnly mode ([#878](https://github.com/NativeScript/nativescript-dev-webpack/issues/878)) ([0317729](https://github.com/NativeScript/nativescript-dev-webpack/commit/0317729)) |
| 22 | +* update the css loader in order to fix a bug with leading dashes of css classes ([#847](https://github.com/NativeScript/nativescript-dev-webpack/issues/847)) ([7670e33](https://github.com/NativeScript/nativescript-dev-webpack/commit/7670e33)) |
| 23 | +* use correct slashes on windows ([#851](https://github.com/NativeScript/nativescript-dev-webpack/issues/851)) ([9020c47](https://github.com/NativeScript/nativescript-dev-webpack/commit/9020c47)) |
| 24 | + |
| 25 | + |
| 26 | +### Features |
| 27 | + |
| 28 | +* replace UglifyJs with Terser ([621090a](https://github.com/NativeScript/nativescript-dev-webpack/commit/621090a)) |
| 29 | +* support hidden source maps to map error stack traces from crash reports ([#854](https://github.com/NativeScript/nativescript-dev-webpack/issues/854)) ([dbcfbc2](https://github.com/NativeScript/nativescript-dev-webpack/commit/dbcfbc2)) |
| 30 | +* update deps to Angular 8.0.0 deps ([d6afb74](https://github.com/NativeScript/nativescript-dev-webpack/commit/d6afb74)) |
| 31 | + |
| 32 | + |
| 33 | + |
1 | 34 | <a name="0.22.0"></a>
|
2 | 35 | # [0.22.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/0.21.0...0.22.0) (2019-05-15)
|
3 | 36 |
|
|
0 commit comments