Skip to content

Releases: Subwaytime/vite-aliases

v0.11.6

08 Mar 16:52
Compare
Choose a tag to compare

Typescript was not properly detected in some cases, so this should fix it!

v0.11.5

29 Jan 11:01
Compare
Choose a tag to compare

v0.11.4

15 Jan 09:43
Compare
Choose a tag to compare
  • chore: update packages

v0.11.3

27 Aug 12:23
Compare
Choose a tag to compare
  • chore: update packages

v0.11.2

28 May 13:40
Compare
Choose a tag to compare
  • Add silent option
  • Fix some Bugs in example

v0.11.1

19 May 18:16
Compare
Choose a tag to compare
  • Add new override config Option ovrConfig - This will basically replace the entire config paths block even if you have already set paths in there.
  • Default prefix has been changed from @ to ~;
  • Update dependencies/packages

v0.11.0

08 Mar 18:22
Compare
Choose a tag to compare
  • minify build (should save some bytes)
  • add automatic typescript detection
  • add indentation detection (#56)
  • minor bugfixes

Breaking Changes:

  • useTypescript is now dts, it will automatically detect if your project uses typescript and use the config file accordingly

v0.10.0

04 Jan 20:08
Compare
Choose a tag to compare
  • fix esm build
  • fix build target
  • add vite 4 support

v0.9.9

30 Dec 09:33
Compare
Choose a tag to compare
v0.9.9 Pre-release
Pre-release
  • fix aliases to be always an array instead of an object [issue: #47]

v0.9.8

11 Dec 13:01
Compare
Choose a tag to compare
v0.9.8 Pre-release
Pre-release
  • fix readme
  • update packages