8000 Releases · prantlf/minified-size · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: prantlf/minified-size

4.0.0

26 Apr 11:42
Compare
Choose a tag to compare

4.0.0 (2025-04-26)

Features

  • Upgrade dependencies (fbe2276)
  • Use esbuild minified by default (93628d5)

Bug Fixes

  • Pass the JS source type property in non-JSON mode (c4d98bc)

BREAKING CHANGES

The default minifier is esbuild now. It will probably
break no real-world use case. Nevertheless, the reported minified
changes with the default parameters might change.

The minimum supported version of Node.js is 14.13 from
now on. It will probably not break anything, because this version is
very old.

v3.1.0

10 Dec 18:15
Compare
Choose a tag to compare

3.1.0 (2023-12-10)

Bug Fixes

Features

  • Allow setting the source type for swc (7ef2608)

v3.0.0

01 Aug 09:29
Compare
Choose a tag to compare

3.0.0 (2022-08-01)

Bug Fixes

  • Upgrade deps, pin pretty-bytes, replace chalk with colorette (4fba183)

Features

  • Minify with swc by default (b3a2336)

BREAKING CHANGES

  • Although the output of this tool did not change,
    swc may have different behaviour than esbuild. The effect should
    be better compression, but if this tool starts failing, you can
    file a bugu about it and force esbuild or other minifier
    as a temporary workaround.

Release v2.3.1

26 Dec 17:33
Compare
Choose a tag to compare
  • Upgrade package dependencies

Release v2.3.0

08 Jun 21:05
Compare
Choose a tag to compare
  • Estimate the size of the brotli-compressed minified code

2.2.1

08 Jun 21:06
Compare
Choose a tag to compare
  • Estimate the gzipped size using gzip and not deflate
  • Upgrade dependencies

v2.2.0

19 Sep 20:48
Compare
Choose a tag to compare

2.2.0 (2020-09-19)

Features

  • Computet total sizes from multiple file results (b24e48b)

v2.1.0

19 Sep 18:20
Compare
Choose a tag to compare

2.1.0 (2020-09-19)

Features

  • Minify by esbuild, optionally by terser or babel (70c7932)

v2.0.5

19 Sep 14:52
Compare
Choose a tag to compare

2.0.5 (2020-09-19)

Bug Fixes

  • Upgrade dependencies, switch to pnpm (6b7eb28)

v2.0.4

24 Sep 08:01
Compare
Choose a tag to compare

2.0.4 (2019-09-24)

Bug Fixes

  • Upgrade package dependencies (11ed306)
0