Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 15:19
· 1782 commits to main since this release

Breaking Changes

  • vite-node: use .mjs for esm build (692ad34)
  • remove "type": "module" from vitest/package.json (#1411) (b4a9b0b), closes #325
  • vite-node: respect ssr field, allow inlining everything (#1434) (fd57b0e)
  • improve watcher performance, add forceRerunTriggers option, watchIgnore is renamed to watchExclude and now accepts only glob patterns (#1424) (3f5ff5b)

Bug Fixes

  • repair TestFunction return type. (#1408) (f169f5a)
  • don't escape quotes for objects in difference view (#1435) (1560417)
  • types: add callable type to vi.spyOn (#1432) (17dfd39)
  • types: add explicit extension for ESM compatibility (#1417) (4b54aed)
  • vite-node: Prevent crash when passing single module as options (#1406) (ab8f004)