From ca8b6d227ce8b638e63c92e5613644a54f943782 Mon Sep 17 00:00:00 2001 From: Thomas Wirth Date: Mon, 21 Oct 2019 22:31:31 +0200 Subject: [PATCH] v8.0.0 --- CHANGELOG.md | 8 +++++--- README.md | 1 - package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554f61c03c..f4620231f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ ## Changelog (master) +### v8.0.0 + #### Features * (**BREAKING**): Refine ast-transformer behavior: only transform `styles`-assignments inside @Component ([#261](https://github.com/thymikee/jest-preset-angular/pull/261)) and TypeScript v2.9 `createStringLiteral` is polyfilled if an older version is used ([#272](https://github.com/thymikee/jest-preset-angular/issues/272)). * (**BREAKING**): Restructure project with `src` and `build` folder ([#307](https://github.com/thymikee/jest-preset-angular/pull/307)). * (**BREAKING**): Support `tsconfig.spec.json` in root folder by default ([#309](https://github.com/thymikee/jest-preset-angular/pull/309)). -* (**BREAKING**): Enable AngularNoAngularNoNgAttributesSnapshotSerializer (created in [#97](https://github.com/thymikee/jest-preset-angular/pull/97)) by default ([#318](https://github.com/thymikee/jest-preset-angular/pull/318)). -* Remove `core-js` dependency by using internal, minimal reflect-metadata ([#315](https://github.com/thymikee/jest-preset-angular/pull/315)). +* (**BREAKING**): Enable AngularNoAngularNoNgAttributesSnapshotSerializer (created in [#97](https://github.com/thymikee/jest-preset-angular/pull/97)) by default ([#318](https://github.com/thymikee/jest-preset-angular/pull/318)). +* Remove `core-js` dependency by using internal, minimal reflect-metadata ([#315](https://github.com/thymikee/jest-preset-angular/pull/315)). #### Chore && Maintenance * Update example app to match Angular 8 Boilerplate ([#311](https://github.com/thymikee/jest-preset-angular/pull/311)). -* Update example app to not use karma, extract jest config, fix paths ([#316](https://github.com/thymikee/jest-preset-angular/pull/316)) +* Update example app to not use karma, extract jest config, fix paths ([#316](https://github.com/thymikee/jest-preset-angular/pull/316)). * Update jsdom to current version 15 ([#318](https://github.com/thymikee/jest-preset-angular/pull/318)). #### Migration Guide diff --git a/README.md b/README.md index c128ca7ba8..9770d590bd 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ By Angular CLI defaults you'll have a `src/test.ts` file which will be picked up ## Exposed [configuration](https://github.com/thymikee/jest-preset-angular/blob/master/jest-preset.js) -> :warning: This is the latest configuration file from the master branch. If you are using the latest NPM package, please follow [this link](https://www.npmjs.com/package/jest-preset-angular#exposed-configuration) for the exposed configuration. ```js module.exports = { diff --git a/package.json b/package.json index 58efefd234..3772c627d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-angular", - "version": "7.1.1", + "version": "8.0.0", "description": "Jest preset configuration for Angular projects", "main": "index.js", "repository": "git@github.com:thymikee/jest-preset-angular.git",