Skip to content

Releases: nonzzz/vite-plugin-compression

v0.6.3

01 Feb 10:11
db64bc1
Compare
Choose a tag to compare

Background

Patches

  • Fix type error (#16)

Credits

@ModyQyW

v0.6.2

01 Feb 06:56
4d6b0fe
Compare
Choose a tag to compare

Background

  • Fix bundle error

v0.6.1

01 Feb 06:39
4f2dae5
Compare
Choose a tag to compare

Background

Improves & Features

  • Perf function type. (Details see #12)
  • Add named exports.(Some user prefer like their project is full esm. #14)

Credits

@MZ-Dlovely @ModyQyW

v0.6.0

27 Jan 13:42
4a9d06a
Compare
Choose a tag to compare

Background

Improves & Features

  • Algorithm will using gzip If user pass a error union type.
  • Update document usage.

v0.5.0

06 Jan 10:35
b27fa37
Compare
Choose a tag to compare

MINOR

  • Migrate vite version.
  • Peerdependencies support vite3 and vite.

v0.4.3

03 Jan 13:44
aade24d
Compare
Choose a tag to compare

Background

Patches

  • Fix dynamicImports loose right assets info.(Vite's intenral logic cause it. So we define the order for us plugin).

v0.4.2

01 Jan 14:55
22aa509
Compare
Choose a tag to compare

Background

Minor

  • Perf chunk collect logic. In collect setp. Don't clone a new buffer data.
  • Change release file. using .mjs,.js.

Others

  • Update project dependencies.

v0.4.1

28 Nov 06:34
c1e1f1e
Compare
Choose a tag to compare

Background

Patches

  • Fix dynamicImports can't generator right compressed file.

v0.4.0

27 Nov 15:54
f9d61d9
Compare
Choose a tag to compare

Background

Improves & Features

  • Add filename prop.(Control the generator source name)
  • Enhanced type inference.
  • Performance optimization.

V0.3.0

23 Nov 13:08
0fecf24
Compare
Choose a tag to compare

Patches

  • Fix bundle file condit.