## [v1.4.1](https://github.com/eddyerburgh/vue-jest/compare/v1.3.0...v1.4.1) (2017-12-13) ### Bug Fixes * replace coffee-script with coffeescript ([#34](https://github.com/eddyerburgh/vue-jest/issues/34)) ([2ec4144](https://github.com/eddyerburgh/vue-jest/commit/2ec4144)) ### Features * transpile coffeescript written in ES6 ([#35](https://github.com/eddyerburgh/vue-jest/issues/35)) ([c5448c7](https://github.com/eddyerburgh/vue-jest/commit/c5448c7)) * **sourceMap:** Add source mapping for external scripts ([#37](https://github.com/eddyerburgh/vue-jest/issues/37)) ([213ac68](https://github.com/eddyerburgh/vue-jest/commit/213ac68)) # [v1.4.0](https://github.com/eddyerburgh/vue-jest/compare/v1.3.0...v1.4.0) (2017-12-13) ### Bug Fixes * replace coffee-script with coffeescript ([#34](https://github.com/eddyerburgh/vue-jest/issues/34)) ([2ec4144](https://github.com/eddyerburgh/vue-jest/commit/2ec4144)) ### Features * transpile coffeescript written in ES6 ([#35](https://github.com/eddyerburgh/vue-jest/issues/35)) ([c5448c7](https://github.com/eddyerburgh/vue-jest/commit/c5448c7)) # [v1.3.0](https://github.com/eddyerburgh/vue-jest/compare/v1.2.0...v1.3.0) (2017-12-05) ### Features * return source map object ([92b664e](https://github.com/eddyerburgh/vue-jest/commit/92b664e)) ## [1.2.0](https://github.com/eddyerburgh/vue-jest/compare/v1.1.0...v1.2.0) (2017-11-27) ### Features * **external scripts:** add support for external scripts in SFC ## [1.1.0](https://github.com/eddyerburgh/vue-jest/compare/v1.0.3...v1.1.0) (2017-11-22) ### Features * **HAML:** support for HAML components ## [1.0.3](https://github.com/eddyerburgh/vue-jest/compare/v1.0.2...v1.0.3) (2017-11-13) ### Bug Fixes * handle cases where script block is empty ## [1.0.2](https://github.com/eddyerburgh/vue-jest/compare/v1.0.1...v1.0.2) (2017-11-05) ### Bug Fixes * add callback and array prop detection in functional template ([#23](https://github.com/eddyerburgh/vue-jest/issues/23)) ([82f7a7e](https://github.com/eddyerburgh/vue-jest/commit/82f7a7e)) Renamed to vue-jest. ### Features * **functional components:** support for functional components * **tsx:** add tsx support ## [0.7.2](https://github.com/eddyerburgh/vue-jest/compare/v0.7.1...v0.7.2) (2017-10-06) ## [0.8.1](https://github.com/eddyerburgh/vue-jest/compare/v0.8.0...v0.8.1) (2017-10-11) ### Bug Fixes * use the absolute path to babel preset ([#12](https://github.com/eddyerburgh/vue-jest/issues/12)) ([60bccff](https://github.com/eddyerburgh/vue-jest/commit/60bccff)) # [2.0.0](https://github.com/eddyerburgh/vue-jest/compare/v0.7.2...v0.8.0) (2017-10-10) ### Features * **babel:** use vue-app babel preset ([123ce43](https://github.com/eddyerburgh/vue-jest/commit/123ce43)) ## [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)) ## [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)) # [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)) ## [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)) ## [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)) ## [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)) ## [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)) ## [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)) ## [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) ## [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)) # [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)) # [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)) # [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)) # [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)) # 0.1.1 (2017-09-02) ### Bug Fixes * add correct main file ([a60e64c](https://github.com/eddyerburgh/vue-jest/commit/a60e64c)) # 0.1.0 (2017-09-02) ### Features * **typescript:** add ts support ([4354570](https://github.com/eddyerburgh/vue-jest/commit/4354570))