Geen omschrijving

CHANGELOG.md 7.7KB

v1.4.1 (2017-12-13)

Bug Fixes

  • replace coffee-script with coffeescript (#34) (2ec4144)

Features

  • transpile coffeescript written in ES6 (#35) (c5448c7)
  • sourceMap: Add source mapping for external scripts (#37) (213ac68)

v1.4.0 (2017-12-13)

Bug Fixes

  • replace coffee-script with coffeescript (#34) (2ec4144)

Features

  • transpile coffeescript written in ES6 (#35) (c5448c7)

v1.3.0 (2017-12-05)

Features

  • return source map object (92b664e)

1.2.0 (2017-11-27)

Features

  • external scripts: add support for external scripts in SFC

1.1.0 (2017-11-22)

Features

  • HAML: support for HAML components

1.0.3 (2017-11-13)

Bug Fixes

  • handle cases where script block is empty

1.0.2 (2017-11-05)

Bug Fixes

  • add callback and array prop detection in functional template (#23) (82f7a7e)

Renamed to vue-jest.

Features

  • functional components: support for functional components
  • tsx: add tsx support

0.7.2 (2017-10-06)

0.8.1 (2017-10-11)

Bug Fixes

  • use the absolute path to babel preset (#12) (60bccff)

2.0.0 (2017-10-10)

Features

  • babel: use vue-app babel preset (123ce43)

0.7.2 (2017-10-06)

Bug Fixes

  • use babel to compile TS (3467128)

0.7.1 (2017-10-06)

Bug Fixes

  • remove babel from typescript pipeline (5ed30be)

0.7.0 (2017-10-02)

Bug Fixes

  • use babel env in babel-compiler (2e83e7b)

0.6.0 (2017-10-01)

Bug Fixes

  • get tsconfig when compiling typescript (7ce2ee6)

Performance Improvements

0.5.6 (2017-09-19)

Bug Fixes

  • remove compiler peerDependencies and require inside functions (cce605b)

0.5.5 (2017-09-19)

Bug Fixes

  • add vue-template-es2015-compiler to dependencies (3c73d20)

0.5.4 (2017-09-19)

Bug Fixes

  • make tests work with pure render functions (52ce64a)

0.5.3 (2017-09-14)

Performance Improvements

0.5.2 (2017-09-07)

Bug Fixes

  • remove template from branch coverage (a23d3c1), closes #3

0.5.1 (2017-09-06)

Bug Fixes

0.5.0 (2017-09-06)

Bug Fixes

  • remove stage-2 from .babelrc (890b3c9)
  • remove stage-2 from babel.spec (836e469)

Features

  • babel: log when no .babelrc could be found (199d969)
  • babel: support babelrc in package.json (fd58a77)

0.4.0 (2017-09-03)

Features

  • errors: throw errors with standard format (d5dcb6b)

0.3.0 (2017-09-03)

Features

  • coffeescript: add support for lang=coffeescript (b63a424)

0.2.0 (2017-09-03)

Bug Fixes

  • add vue as peer dependency (f79f8f4)

Features

  • babel: use root .babelrc if exists (ba46b9f)
  • coffeescript: add support for coffeescript (562da10)
  • jade: add support for jade template lang (a1b8152)
  • pug: add support for pug template lang (98cbf25)
  • typescript: generate (incomplete) TypeScript source maps (455cd98)

0.1.1 (2017-09-02)

Bug Fixes

0.1.0 (2017-09-02)

Features

  • typescript: add ts support (4354570)