UNPKG

jest-vue

Version:

Jest Vue transform

162 lines (86 loc) 5.45 kB
<a name="0.8.1"></a> ## [0.8.1](https://github.com/eddyerburgh/jest-vue/compare/v0.8.0...v0.8.1) (2017-10-11) ### Bug Fixes * use the absolute path to babel preset ([#12](https://github.com/eddyerburgh/jest-vue/issues/12)) ([60bccff](https://github.com/eddyerburgh/jest-vue/commit/60bccff)) <a name="0.8.0"></a> # [2.0.0](https://github.com/eddyerburgh/jest-vue/compare/v0.7.2...v0.8.0) (2017-10-10) ### Features * **babel:** use vue-app babel preset ([123ce43](https://github.com/eddyerburgh/jest-vue/commit/123ce43)) <a name="0.7.2"></a> ## [0.7.2](https://github.com/eddyerburgh/vue-jest/compare/v0.7.1...v0.7.2) (2017-10-06) ### Bug Fixes * use babel to compile TS ([3467128](https://github.com/eddyerburgh/vue-jest/commit/3467128)) <a name="0.7.1"></a> ## [0.7.1](https://github.com/eddyerburgh/vue-jest/compare/v0.7.0...v0.7.1) (2017-10-06) ### Bug Fixes * remove babel from typescript pipeline ([5ed30be](https://github.com/eddyerburgh/vue-jest/commit/5ed30be)) <a name="0.7.0"></a> # [0.7.0](https://github.com/eddyerburgh/vue-jest/compare/v0.6.0...v0.7.0) (2017-10-02) ### Bug Fixes * use babel env in babel-compiler ([2e83e7b](https://github.com/eddyerburgh/vue-jest/commit/7ce2ee6)) <a name="0.6.0"></a> ## [0.6.0](https://github.com/eddyerburgh/vue-jest/compare/v0.5.5...v0.6.0) (2017-10-01) ### Bug Fixes * get tsconfig when compiling typescript ([7ce2ee6](https://github.com/eddyerburgh/vue-jest/commit/7ce2ee6)) ### Performance Improvements * cache .babelrc ([2e1f555](https://github.com/eddyerburgh/vue-jest/commit/2e1f555)) * cache tsconf.json ([e119cd3](https://github.com/eddyerburgh/vue-jest/commit/e119cd3)) <a name="0.5.6"></a> ## [0.5.6](https://github.com/eddyerburgh/vue-jest/compare/v0.5.5...v0.5.6) (2017-09-19) ### Bug Fixes * remove compiler peerDependencies and require inside functions ([cce605b](https://github.com/eddyerburgh/vue-jest/commit/cce605b)) <a name="0.5.5"></a> ## [0.5.5](https://github.com/eddyerburgh/vue-jest/compare/v0.5.4...v0.5.5) (2017-09-19) ### Bug Fixes * add vue-template-es2015-compiler to dependencies ([3c73d20](https://github.com/eddyerburgh/vue-jest/commit/3c73d20)) <a name="0.5.4"></a> ## [0.5.4](https://github.com/eddyerburgh/vue-jest/compare/v0.5.3...v0.5.4) (2017-09-19) ### Bug Fixes * make tests work with pure render functions ([52ce64a](https://github.com/eddyerburgh/vue-jest/commit/52ce64a)) <a name="0.5.3"></a> ## [0.5.3](https://github.com/eddyerburgh/vue-jest/compare/v0.5.2...v0.5.3) (2017-09-14) ### Performance Improvements * add getCacheKey function ([621ede0](https://github.com/eddyerburgh/vue-jest/commit/621ede0)) * cache .babelrc search ([e60a6c3](https://github.com/eddyerburgh/vue-jest/commit/e60a6c3)) <a name="0.5.2"></a> ## [0.5.2](https://github.com/eddyerburgh/vue-jest/compare/v0.5.1...v0.5.2) (2017-09-07) ### Bug Fixes * remove template from branch coverage ([a23d3c1](https://github.com/eddyerburgh/vue-jest/commit/a23d3c1)), closes [#3](https://github.com/eddyerburgh/vue-jest/issues/3) <a name="0.5.1"></a> ## [0.5.1](https://github.com/eddyerburgh/vue-jest/compare/v0.5.0...v0.5.1) (2017-09-06) ### Bug Fixes * get .babelrc from cwd ([6baf3c7](https://github.com/eddyerburgh/vue-jest/commit/6baf3c7)) <a name="0.5.0"></a> # [0.5.0](https://github.com/eddyerburgh/vue-jest/compare/v0.4.0...v0.5.0) (2017-09-06) ### Bug Fixes * remove stage-2 from .babelrc ([890b3c9](https://github.com/eddyerburgh/vue-jest/commit/890b3c9)) * remove stage-2 from babel.spec ([836e469](https://github.com/eddyerburgh/vue-jest/commit/836e469)) ### Features * **babel:** log when no .babelrc could be found ([199d969](https://github.com/eddyerburgh/vue-jest/commit/199d969)) * **babel:** support babelrc in package.json ([fd58a77](https://github.com/eddyerburgh/vue-jest/commit/fd58a77)) <a name="0.4.0"></a> # [0.4.0](https://github.com/eddyerburgh/vue-jest/compare/v0.3.0...v0.4.0) (2017-09-03) ### Features * **errors:** throw errors with standard format ([d5dcb6b](https://github.com/eddyerburgh/vue-jest/commit/d5dcb6b)) <a name="0.3.0"></a> # [0.3.0](https://github.com/eddyerburgh/vue-jest/compare/v0.2.0...v0.3.0) (2017-09-03) ### Features * **coffeescript:** add support for lang=coffeescript ([b63a424](https://github.com/eddyerburgh/vue-jest/commit/b63a424)) <a name="0.2.0"></a> # [0.2.0](https://github.com/eddyerburgh/vue-jest/compare/v0.1.1...v0.2.0) (2017-09-03) ### Bug Fixes * add vue as peer dependency ([f79f8f4](https://github.com/eddyerburgh/vue-jest/commit/f79f8f4)) ### Features * **babel:** use root .babelrc if exists ([ba46b9f](https://github.com/eddyerburgh/vue-jest/commit/ba46b9f)) * **coffeescript:** add support for coffeescript ([562da10](https://github.com/eddyerburgh/vue-jest/commit/562da10)) * **jade:** add support for jade template lang ([a1b8152](https://github.com/eddyerburgh/vue-jest/commit/a1b8152)) * **pug:** add support for pug template lang ([98cbf25](https://github.com/eddyerburgh/vue-jest/commit/98cbf25)) * **typescript:** generate (incomplete) TypeScript source maps ([455cd98](https://github.com/eddyerburgh/vue-jest/commit/455cd98)) <a name="0.1.1"></a> # 0.1.1 (2017-09-02) ### Bug Fixes * add correct main file ([a60e64c](https://github.com/eddyerburgh/vue-jest/commit/a60e64c)) <a name="0.1.0"></a> # 0.1.0 (2017-09-02) ### Features * **typescript:** add ts support ([4354570](https://github.com/eddyerburgh/vue-jest/commit/4354570))