minify

Go minifiers for web formats

MIT License

Downloads
51K
Stars
3.6K
Committers
45

Bot releases are hidden (Show)

minify - v2.20.32 Latest Release

Published by tdewolff 5 months ago

  • Fix NodeJS and Python bindings on 32-bit systems (again), see #707
  • Prevent copying input data for NodeJS and Python bindings, making them slightly more efficient
minify - v2.20.31

Published by tdewolff 5 months ago

  • Fix NodeJS and Python bindings on 32-bit systems
minify - v2.20.30

Published by tdewolff 5 months ago

minify - v2.20.29

Published by tdewolff 5 months ago

  • Fix Python and NodeJS bindings for 32-bit systems, fixes #707
minify - v2.20.28

Published by tdewolff 5 months ago

  • Fix building from source for NodeJS binding
minify - v2.20.27

Published by tdewolff 5 months ago

  • Fix building locally for Python binding
minify - v2.20.26

Published by tdewolff 5 months ago

  • Fix workflows for NodeJS and Python bindings
minify - v2.20.25

Published by tdewolff 5 months ago

  • Fix NodeJS binding build-from-source
minify - v2.20.24

Published by tdewolff 5 months ago

  • Fix Python and JS bindings
minify - v2.20.23

Published by tdewolff 5 months ago

  • Fix Python binding for MacOS
minify - v2.20.14

Published by tdewolff 9 months ago

  • Update tdewolff/parse: revert ignoring error in lexer of identifier after number to be on the safe side (it should be caught by the parser nonetheless)