Releases: iFaxity/vite-plugin-istanbul
Releases · iFaxity/vite-plugin-istanbul
v2.6.0
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
2.5.1 (2022-03-06)
Bug Fixes
- Docs for automatic sourcemapping (21b7750)
v2.5.0
2.5.0 (2022-02-09)
Features
- Support instrument in build mode (90b7e8b)
v2.4.0
2.4.0 (2022-01-17)
Features
- Support for env files from config (4accd4a)
v2.3.0
2.3.0 (2021-11-26)
Bug Fixes
Features
v2.2.2
2.2.2 (2021-10-20)
Bug Fixes
- Added variable for turning off NODE_ENV check (fdbfbc5)
v2.2.1
2.2.1 (2021-10-06)
Bug Fixes
- don't run if env is false (98bf77d)
v2.2.0
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
2.1.2 (2021-06-29)
Bug Fixes
- should ignore user provided babel configs (12d7b54)
v2.1.1
2.1.1 (2021-06-21)
Bug Fixes
- correct logic of requireEnv (30e8823)