minify v2.8.0 Release Notes

Release Date: 2020-07-28 // over 3 years ago
  • WARNING for package maintainers, some files have been renamed , adjust your build scripts accordingly.

    • ๐Ÿš€ Use Makefile instead of GoReleaser to build releases for all architectures, use make release. This fixes the README.md file location inside the archives to be in the root of the archive
    • ๐Ÿš€ Release archives will no longer have the version name explicitly stated, fixes #316
    • โœ‚ Remove cmd/minify/install.sh, use make install instead
    • Rename cmd/minify/minify_bash_tab_completion to cmd/minify/bash_completion
    • ๐Ÿ“‡ Rename LICENSE.md to LICENSE as it is not a Markdown file
    • ๐Ÿ“ฆ Rename min subpackage to minify
    • ๐Ÿ–จ cmd: running minify without arguments will print a more informative error message
    • cmd: bad arguments will not display cmd usage automatically