Skip to content

Releases: iFaxity/vite-plugin-istanbul

v7.0.0

11 Feb 23:18
37b4bcf
Compare
Choose a tag to compare

7.0.0 (2025-02-11)

Features

  • allow passing generatorOpts down to Babel (#323) (c58d180)

BREAKING CHANGES

  • previous pr made an api change

v7.0.0-rc.1

11 Feb 23:05
213cd65
Compare
Choose a tag to compare
v7.0.0-rc.1 Pre-release
Pre-release

7.0.0-rc.1 (2025-02-11)

Features

  • allow passing generatorOpts down to Babel (#323) (c58d180)

BREAKING CHANGES

  • previous pr made an api change

v6.0.2

05 May 17:33
be2d28c
Compare
Choose a tag to compare

6.0.2 (2024-05-05)

Bug Fixes

v6.0.2-rc.1

05 May 17:29
be2d28c
Compare
Choose a tag to compare
v6.0.2-rc.1 Pre-release
Pre-release

6.0.2-rc.1 (2024-05-05)

Bug Fixes

v6.0.1

05 May 00:51
9fe5933
Compare
Choose a tag to compare

6.0.1 (2024-05-05)

Bug Fixes

v6.0.1-rc.1

04 May 23:28
9fe5933
Compare
Choose a tag to compare
v6.0.1-rc.1 Pre-release
Pre-release

6.0.1-rc.1 (2024-05-04)

Bug Fixes

v5.0.0

09 Mar 20:30
a75c1cc
Compare
Choose a tag to compare

5.0.0 (2023-07-22)

Bug Fixes

  • Ensure identity source map has the same number of fields as the combined source map (#122) (98a9a73)
  • Remove file entry from source map (#115) (f5bb178)

v6.0.0

09 Mar 20:31
a7979cb
Compare
Choose a tag to compare

6.0.0 (2024-03-09)

Bug Fixes

BREAKING CHANGES

  • updating from espree v9 to v10 deprecates older node versions

  • feat!: update to support vite v5

  • least supported version changed from v2.9.1 to v4

v5.0.0-rc.5

18 Feb 00:32
614f8bd
Compare
Choose a tag to compare
v5.0.0-rc.5 Pre-release
Pre-release

5.0.0-rc.5 (2024-02-18)

BREAKING CHANGES

  • updating from espree v9 to v10 deprecates older node versions

  • feat!: update to support vite v5

  • least supported version changed from v2.9.1 to v4

v5.0.0-rc.4

17 Feb 22:24
c8a7ca7
Compare
Choose a tag to compare
v5.0.0-rc.4 Pre-release
Pre-release

5.0.0-rc.4 (2024-02-17)

Bug Fixes

  • add regex for vue SFC to prevent instrumenting style and templates (#180) (c8a7ca7), closes #96 #178 #89