Ongoing ☰
...
2.5.0 (2021-02-13) ☰
- Added JSON files to compressable extensions
- Moved from Travis CI to GitHub Actions
- Stop overwriting Jekyll config, which invalidates the Jekyll cache (see jekyll/jekyll#8551)
2.4.1 (2020-01-30) ☰
- Fixes the path handed to
Dir.glob
by usingFile.join
instead of string concatenation
2.4.0 (2019-12-31) ☰
- Doesn't regenerate files that haven't changed in incremental builds.
2.3.0 (2019-10-23) ☰
- Fixed tests and actually replaces files when it is supposed to. Thanks @pat!
2.2.0 (2019-08-26) ☰
- Opens up version support for Jekyll 4 (thanks @thedanbob)
2.1.0 (2019-03-30) ☰
- Adds setting to replace original files with gzipped for serving from AWS S3
2.0.0 (2018-11-24) ☰
- Hooks into Jekyll::Assets if available
- Adds frozen string literal comment
- Uses built in
Jekyll.env
instead ofENV["JEKYLL_ENV"]
- Changes
Jekyll::Zopfli::Compressor
to a module and implements acompress_directory
method - Moves Jekyll::Zopfli::ZIPPABLE_EXTENSIONS into plugin config that can overwritten in the site config
1.1.0 (2018-01-03) ☰
- Only run the post write hook when the environment variable
JEKYLL_ENV
isproduction
1.0.0 (2018-01-02) ☰
- Methods to Gzip compress text files throughout a Jekyll site using Zopfli
- Site post write hook to trigger compression