Skip to content

Releases: nonzzz/vite-plugin-compression

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.

v0.9.0

20 Apr 07:05
16b9cc5
Compare
Choose a tag to compare

Background

  • Support multiple process. #27

v0.8.4

13 Apr 10:04
70df0d5
Compare
Choose a tag to compare

Background

Patches

  • Fix filter can't work with dynamic source. #25

v0.8.3

03 Apr 09:09
cc7e5e3
Compare
Choose a tag to compare

Background

  • Reduce bundle size.
  • Perf ReadAll func.

v0.8.2

14 Feb 08:15
92ef032
Compare
Choose a tag to compare

Background

Patches

  • Fix nesting public assets can't work normal. #23

v0.8.1

13 Feb 06:45
8efcbfa
Compare
Choose a tag to compare

Background

Patches

  • Fix public assets can't work with filter

v0.8.0

12 Feb 14:20
35a8b77
Compare
Choose a tag to compare

Background

Improves & Features

  • Support compress public resource. #22

v0.7.0

06 Feb 03:07
3c369bb
Compare
Choose a tag to compare

Background

Improves & Features

  • Remove hook order #20
  • Remove peerDependencies