Skip to content

Releases: vuejs/vue-jest

v4.0.0-beta.1

28 Jan 21:03
77ed857
Compare
Choose a tag to compare

Bug Fixes

Features

v4.0.0-beta.0

06 Jan 20:15
Compare
Choose a tag to compare

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

v3.0.2

06 Jan 19:57
Compare
Choose a tag to compare

Bug fixes

  • do not use babel config if babelConfig option is falsy dc260ca

v3.0.1

25 Nov 21:21
Compare
Choose a tag to compare

# v3.0.1 (2018-11-25)

Bug fixes

v3.0.0

14 Oct 16:51
Compare
Choose a tag to compare

Features

Breaking

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

v2.6.0

17 May 21:48
Compare
Choose a tag to compare

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

v.2.5.0

14 Apr 07:59
Compare
Choose a tag to compare

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)

v2.4.1

08 Apr 16:19
Compare
Choose a tag to compare

v2.4.1 (2018-04-08)

Bug Fixes

  • default to object for config (923ce82)

v2.4.0

08 Apr 04:47
Compare
Choose a tag to compare

v2.4.0 (2018-04-08)

Features

  • add config option to stop warning (2d0f1ad)

v2.3.0

22 Mar 22:32
Compare
Choose a tag to compare

v2.3.0 (2018-03-22)

Features

  • add expirmentalCSSCompile flag (dae9ab6)