Skip to content

Releases: svitejs/vitefu

v1.1.1

04 Jul 12:47
04f8198

Choose a tag to compare

  • fix: ensure workspaceRoot option works on windows (#26)

v1.1.0

03 Jul 08:12
971d4e1

Choose a tag to compare

  • Add workspaceRoot option to crawlFrameworkPkgs that enables crawling devDependencies of local workspace private packages (#23)

v1.0.7

20 Jun 08:32
64ea4c3

Choose a tag to compare

  • Allow Vite 7 peer dependency (#21)

v1.0.6

24 Feb 10:10

Choose a tag to compare

  • Handle ssr.external: true Vite config when calling crawlFrameworkPkgs and isDepExternaled (#19)

NOTE: v1.0.5 was forgotten to release on GitHub. Here are its release notes:

  • Don't require package.json to exist for crawlFrameworkPkgs (#16)

v1.0.4

26 Nov 14:29

Choose a tag to compare

  • Allow Vite 6 peer dependency (remove beta support)

v1.0.3

14 Oct 12:29

Choose a tag to compare

  • Allow Vite 6 beta peer dependency (experimental support)

NOTE: v1.0.1 and v1.0.2 are hot fixes for the types exports.

v1.0.0

26 Aug 12:40

Choose a tag to compare

The library is now v1! This release is mostly ceremonial as the API has been stable for a while without any plans to change it. As such, there are no breaking changes.

  • Remove top-level await to allow future compatibility to require ESM code
  • Export proper ESM and CJS types

v0.2.5

13 Oct 08:26

Choose a tag to compare

  • Align findDepPkgJsonPath implementation with Vite
  • Allow Vite 5 peer dependency

v0.2.4

17 Dec 06:40

Choose a tag to compare

  • Fix findDepPkgJsonPath usage in Windows mapped network drives

v0.2.3

09 Dec 04:46

Choose a tag to compare

  • Allow Vite 4 peer dependency