Skip to content

Releases: tdewolff/minify

v2.11.4

22 May 19:08
Compare
Choose a tag to compare
  • HTML: fix attribute quoting bugs

v2.11.3

22 May 18:54
Compare
Choose a tag to compare

v2.11.2

26 Apr 14:55
Compare
Choose a tag to compare

v2.11.1

08 Apr 21:35
Compare
Choose a tag to compare

v2.11.0

08 Apr 17:57
Compare
Choose a tag to compare

v2.10.0

27 Jan 20:53
Compare
Choose a tag to compare
  • cmd: fix path errors on Windows, see #450
  • cmd: allow absolute paths
  • cmd: minifying to same file now more robust in checking if it's the same file
  • cmd cmd: fix input/output directories when output is a directory to better match with the behaviour of cp, see #460
  • JS: prefer double quotes over single quotes (for GZIP compression)
  • JS: support strings in import and export statements
  • JS: revert the reversal of < and <=, fixes #462

v2.9.29

18 Jan 17:32
Compare
Choose a tag to compare
  • JS: rewrite < and <= as > and >=, slightly improves GZIP compressions
  • JS: merge variable declarations and assignments in comma expressions, fixes #455

v2.9.28

13 Jan 20:53
Compare
Choose a tag to compare
  • JS: parse comma-operator expressions as a list not a tree, fixes #451

v2.9.27

04 Jan 14:16
Compare
Choose a tag to compare
  • cmd: revert "Add --sequential option to run jobs in serial"
  • cmd: don't use concurrency for single tasks
  • cmd: refactor read/write code
  • JS: rewrite variable renamer to define order of variable names, performance improvement of 3%-4%
  • JS: use average character frequency of sample of JS files for variable renaming, reduces GZIP size

v2.9.26

29 Dec 22:29
Compare
Choose a tag to compare
  • cmd: Add buffering for stdout (performance)
  • cmd: Fix bug for stdin