Skip to content

Releases: Subwaytime/vite-aliases

v0.8.2

21 Jun 14:12
Compare
Choose a tag to compare
release v0.8.2

v0.8.1

17 Jun 16:11
Compare
Choose a tag to compare
  • update duplicate Analyse
  • add stricter Rules for Foldernames
  • fix alias removal
  • fix terminal outputs

v0.8.0

16 Jun 09:34
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release
  • Fix for Infinite Building
  • Vite Aliases is now considered a Vite Plugin, it needs to know if vite runs as serve or build to stop the Filewatcher on build.
  • Duplication Changes:
  1. ignoreDuplicates is removed
  2. adjustDuplicates is added
  3. take a look at Duplicate Aliases for more Information

v0.7.2

15 Jun 11:19
Compare
Choose a tag to compare
  • Minor Typescript Fix

v0.7.1

04 Jun 11:03
Compare
Choose a tag to compare
  • Add baseUrl to IDE Preset
  • fix Config Generation for JS/TS Config
  • allow default config options

[WIP] 0.7.0 Release

02 Jun 19:40
Compare
Choose a tag to compare

For more Information, read here:
#18

v0.6.3

03 May 15:14
Compare
Choose a tag to compare

Minor Patch

  • Removes Leadingslash Option, because it is not needed anymore. (Old Vite 1 Support)
    --> If you still want a Leadingslash, use it in the Prefix directly.

0.6.2

17 Apr 14:11
Compare
Choose a tag to compare
release v0.6.2

0.6.0

17 Apr 10:30
Compare
Choose a tag to compare
  • Fix Absolute Path Generation

0.5.1

17 Mar 11:17
Compare
Choose a tag to compare
  • Fix Test / Example Environment Dependencies