All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.1 - 2018-08-02
- Updated static's compressed file are now properly updated (#7, #8, thanks @hongquan)
1.2.0 - 2018-07-30
- Added the following settings (#2, thanks @hongquan)
STATIC_COMPRESS_FILE_EXTS
STATIC_COMPRESS_METHODS
STATIC_COMPRESS_KEEP_ORIGINAL
- Added method
gz+zlib
for gzip compression without Zopfli
- Files smaller than 30kB are no longer compressed. This is the value that Webpack base on to split chunks
- Set
STATIC_COMPRESS_MIN_SIZE_KB=0
to restore original behavior
- Set
- Added coding standard checkers and formatters
1.1.1 - 2017-12-24
- Updated Brotli and Zopfli