Skip to content

Releases: iFaxity/vite-plugin-istanbul

v2.6.0

11 Apr 21:30
Compare
Choose a tag to compare

2.6.0 (2022-04-11)

Bug Fixes

  • Added typings for "ws" to fix typing problem with Vite@^2.9.0 (cced656)

Features

  • Updated dependencies and switched to npm (c7e321d)
  • Updated dependencies and switched to npm (891c5c9)

v2.5.1

06 Mar 14:04
df416f1
Compare
Choose a tag to compare

2.5.1 (2022-03-06)

Bug Fixes

  • Docs for automatic sourcemapping (21b7750)

v2.5.0

09 Feb 23:45
648b542
Compare
Choose a tag to compare

2.5.0 (2022-02-09)

Features

  • Support instrument in build mode (90b7e8b)

v2.4.0

17 Jan 19:23
Compare
Choose a tag to compare

2.4.0 (2022-01-17)

Features

  • Support for env files from config (4accd4a)

v2.3.0

26 Nov 21:14
af295ad
Compare
Choose a tag to compare

2.3.0 (2021-11-26)

Bug Fixes

Features

v2.2.2

20 Oct 20:58
Compare
Choose a tag to compare

2.2.2 (2021-10-20)

Bug Fixes

  • Added variable for turning off NODE_ENV check (fdbfbc5)

v2.2.1

06 Oct 19:39
6d074a7
Compare
Choose a tag to compare

2.2.1 (2021-10-06)

Bug Fixes

  • don't run if env is false (98bf77d)

v2.2.0

14 Jul 01:51
f1390a7
Compare
Choose a tag to compare

2.2.0 (2021-07-14)

Bug Fixes

  • remove the vue specific code and avoid transforming in prod (a8d8110)
  • remove useless regexp (44b24b2)
  • Swapped package babel-plugin-istanbul to istanbul-lib-instrument (4727c56)
  • use a strict typescript and make the plugin a post (59e7132)

Features

  • accept babelConfig option making ts possible (a0c7aa7), closes #1

v2.1.2

29 Jun 16:02
35f6425
Compare
Choose a tag to compare

2.1.2 (2021-06-29)

Bug Fixes

  • should ignore user provided babel configs (12d7b54)

v2.1.1

21 Jun 20:52
92b2798
Compare
Choose a tag to compare

2.1.1 (2021-06-21)

Bug Fixes

  • correct logic of requireEnv (30e8823)