vue-jest

Jest Vue transformer

MIT License

Downloads
3.7M
Stars
744
Committers
81

Bot releases are visible (Hide)

vue-jest - v4.0.0-beta.1

Published by eddyerburgh over 5 years ago

vue-jest - v4.0.0-beta.0

Published by eddyerburgh almost 6 years ago

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

  • remove tsConfig options. The logic for resolving the tsconfig file is replaced by ts-jest. You can use the ts-jest options to configure tsconfig resolution
  • remove babelConfig options. This will be replaced by adding a createTransformer method that accepts a babel transformer
vue-jest - v3.0.2

Published by eddyerburgh almost 6 years ago

Bug fixes

  • do not use babel config if babelConfig option is falsy dc260cae7e474d71b7a6e8f5a9dd96d06edeffc6
vue-jest - v3.0.1

Published by eddyerburgh almost 6 years ago

# v3.0.1 (2018-11-25)

Bug fixes

  • safely add source map bdfcdf4f26f6610dd5106cf238805b6be9c74c22, fixes #123
vue-jest - v3.0.0

Published by eddyerburgh about 6 years ago

Features

  • add style injection for modules in functional components (#92) 4c74e43, closes #92
  • generate inline source map (#115) 835602e, closes #115

Breaking

  • support for babelConfig and tsConfig, and standardize options (#111) 4ac913d, closes #111
  • use file directory for .babelrc lookup (#93) b40094f, closes #93
vue-jest -

Published by yyx990803 over 6 years ago

Bug Fixes

  • add _compiled to functional so that it handles slot properly (#90) ed6041d, closes #90
  • correct providing a default tsconfig if none exists (#85) f150076, closes #85 #84
  • process functional component (#89) 7c2f268, closes #89

Features

  • add config options for Babel and Typescript (#87) fc3164d, closes #87
  • support loading babel.config.js 0283ef9
vue-jest - v.2.5.0

Published by eddyerburgh over 6 years ago

v2.5.0 (2018-04-14)

Bug Fixes

  • hide SCSS error warning with hideStyleWarn config option (8f1ff0b)
  • support styles when combining modules and SCSS (#79) (aa94fef), closes #63

Features

  • configuring Pug compiler from vue-jest configuration (#81) (0981e65)
  • improved support for SCSS and SASS (#82) (28bc315)
  • support for extending pug templates using relative paths (#83) (f9516a8)
vue-jest - v2.4.1

Published by eddyerburgh over 6 years ago

v2.4.1 (2018-04-08)

Bug Fixes

  • default to object for config (923ce82)
vue-jest - v2.4.0

Published by eddyerburgh over 6 years ago

v2.4.0 (2018-04-08)

Features

  • add config option to stop warning (2d0f1ad)
vue-jest - v2.3.0

Published by eddyerburgh over 6 years ago

v2.3.0 (2018-03-22)

Features

  • add expirmentalCSSCompile flag (dae9ab6)
vue-jest - v2.2.1

Published by eddyerburgh over 6 years ago

v2.2.1 (2018-03-18)

Bug Fixes

vue-jest - v2.2.0

Published by eddyerburgh over 6 years ago

v2.2.0 (2018-03-17)

Bug Fixes

  • typescript: use empty string when sourceMapText is undefined (#68) (87d1049)
  • only log sass warning once (26e6306)

Features

vue-jest - v2.1.1

Published by eddyerburgh over 6 years ago

v2.1.1 (2018-03-05)

Bug Fixes

  • avoid parsing LESS, and PostCSS (#58) c26db3b, closes #58
  • display scss warning only once (#59) 7cf388a, closes #59
  • remove cacheing d9afe4b
vue-jest - v1.4.0

Published by eddyerburgh over 6 years ago

v1.4.0 (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)
vue-jest - v1.3.0

Published by eddyerburgh over 6 years ago

v1.3.0 (2017-12-05)

Features

  • return source map object (92b664e)
vue-jest - v1.2.0

Published by eddyerburgh over 6 years ago

1.2.0 (2017-11-27)

Features

  • external scripts: add support for external scripts in SFC
vue-jest - v1.1.0

Published by eddyerburgh over 6 years ago

1.1.0 (2017-11-22)

Features

  • HAML: support for HAML components
vue-jest - v1.0.3

Published by eddyerburgh over 6 years ago

1.0.3 (2017-11-13)

Bug Fixes

  • handle cases where script block is empty
vue-jest - v1.0.2

Published by eddyerburgh over 6 years ago

1.0.2 (2017-11-05)

Bug Fixes

  • add callback and array prop detection in functional template (#23) (82f7a7e)
vue-jest - v1.0.0

Published by eddyerburgh over 6 years ago

Renamed to vue-jest.

Features

  • functional components: support for functional components
  • tsx: add tsx support
Package Rankings
Top 0.97% on Npmjs.org
Top 6.71% on Proxy.golang.org
Top 40.42% on Repo1.maven.org
Related Projects