Skip to content

Releases: nonzzz/vite-plugin-compression

v0.10.6

19 Oct 08:49
4216c6a
Compare
Choose a tag to compare

Background

Improves

  • Perf types.
  • Reduce unnecessary installation packages.

v0.10.5

20 Sep 12:59
98dfad9
Compare
Choose a tag to compare

Background

Improves

  • Reduce bundle size.

Patches

  • Fix can't work at monorepo.

v0.10.4

22 Aug 02:06
ece1390
Compare
Choose a tag to compare

Background

  • Make options happy

v0.10.3

19 Jul 16:10
960bd2c
Compare
Choose a tag to compare

Background

Patches

  • Fix output option duplicate. #39

v0.10.2

09 Jul 14:06
06af79c
Compare
Choose a tag to compare

Background

Patches

  • Fix option filename called result same as bundle filename can't work. #31

v0.10.1

28 Jun 02:00
1f7bd77
Compare
Choose a tag to compare

Background

Patches

  • Fix chunk with side effect can't work with threshold #33

v0.10.0

26 Jun 13:07
595946b
Compare
Choose a tag to compare

Background

Improve & Features

  • Add skipIfLargerOrEqual option. #32

Credits

@vHeemstra @nonzzz

v0.9.3

26 Jun 11:09
0b77cfd
Compare
Choose a tag to compare

Background

Improve

  • Static Directory support size check.

v0.9.2

05 Jun 19:45
f28a0bc
Compare
Choose a tag to compare

Background

Patches

  • Fix filename same as bundle source name can't work. #30

Credits

@jglee96 @nonzzz

v0.9.1

28 Apr 07:24
ce5e636
Compare
Choose a tag to compare

Background

Improve

  • Reduce unnecessary io (Currently, We don't handle viteMetaData. Because vite has already process them)
  • Add queue to optimize task processing.

Patches

  • Fix that the file with side effect can't be filtred.
  • Static assets can't handle correctly.