Sha256: c612ef6b558203a00fe0cd5f52e3ff199b7368bda24b5204ecc521528b52707d
Contents?: true
Size: 980 Bytes
Versions: 1
Compression:
Stored size: 980 Bytes
Contents
# Changelog ## Ongoing [☰](https://github.com/philnash/jekyll-gzip/compare/v1.1.0...master) ... ## 2.0.0 (2018-11-24) [☰](https://github.com/philnash/jekyll-zopfli/compare/v1.1.0...v2.0.0) ### Added * Hooks into Jekyll::Assets if available * Adds frozen string literal comment ### Changed * Uses built in `Jekyll.env` instead of `ENV["JEKYLL_ENV"]` * Changes `Jekyll::Zopfli::Compressor` to a module and implements a `compress_directory` method * Moves Jekyll::Zopfli::ZIPPABLE_EXTENSIONS into plugin config that can overwritten in the site config ## 1.1.0 (2018-01-03) [☰](https://github.com/philnash/jekyll-zopfli/compare/v1.0.0...v1.1.0) ### Changed * Only run the post write hook when the environment variable `JEKYLL_ENV` is `production` ## 1.0.0 (2018-01-02) [☰](https://github.com/philnash/jekyll-zopfli/commits/v1.0.0) ### Added * Methods to Gzip compress text files throughout a Jekyll site using Zopfli * Site post write hook to trigger compression
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-zopfli-2.0.0 | CHANGELOG.md |