Skip to content

Releases: svitejs/vitefu

v1.0.3

14 Oct 12:29
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Align findDepPkgJsonPath implementation with Vite
  • Allow Vite 5 peer dependency

v0.2.4

17 Dec 06:40
Compare
Choose a tag to compare
  • Fix findDepPkgJsonPath usage in Windows mapped network drives

v0.2.3

09 Dec 04:46
Compare
Choose a tag to compare
  • Allow Vite 4 peer dependency

v0.2.2

23 Nov 08:53
Compare
Choose a tag to compare
  • findClosestPkgJsonPath only returns package.json file, not directory
  • Support predicate parameter for findClosestPkgJsonPath to filter paths

v0.2.1

22 Nov 17:48
Compare
Choose a tag to compare
  • Don't throw error if package.json not found in Deno

(forgot to cut GitHub release)

v0.2.0

10 Nov 07:52
Compare
Choose a tag to compare
  • BREAKING: Rename pkgJsonNeedsOptimization to pkgNeedsOptimization with new parameters and async for correctness
  • Prevent deep optimize packages with no exports and index.js file
  • Correctly respect Vite user config for crawlFrameworkPkgs
  • Export new utilities to respect Vite user config

v0.1.1

01 Nov 07:05
Compare
Choose a tag to compare
  • Resolve packages without root entry (#1)
  • Support yarn pnp (#2)

v0.1.0

26 Oct 17:50
Compare
Choose a tag to compare
  • Fix Windows package.json import resolve
  • Remove ssr.external duplicates for crawlFrameworkPkgs