Sha256: 7dce1244db907816e8bd00702bf65807f153180a5889ca1140206516320faa80
Contents?: true
Size: 1.71 KB
Versions: 1
Compression:
Stored size: 1.71 KB
Contents
# Changelog ## Ongoing [☰](https://github.com/philnash/jekyll-brotli/compare/v2.3.0...main) ... ## 2.3.0 (2021-02-13) [☰](https://github.com/philnash/jekyll-brotli/compare/v2.2.1...v2.3.0) ### Fixed - Stop overwriting Jekyll config, which invalidates the Jekyll cache (see https://github.com/jekyll/jekyll/issues/8551) ### Changed - Added JSON files to compressable extensions - Moved from Travis CI to GitHub Actions ## 2.2.1 (2020-01-30) [☰](https://github.com/philnash/jekyll-brotli/compare/v2.2.0...v2.2.1) ### Changed - Fixes the path handed to `Dir.glob` by using `File.join` instead of string concatenation ## 2.2.0 (2019-12-31) [☰](https://github.com/philnash/jekyll-brotli/compare/v2.1.0...v2.2.0) ### Changed - - Doesn't regenerate files that haven't changed in incremental builds (thanks [@fauno](https://github.com/fauno)) ## 2.1.0 (2019-08-26) [☰](https://github.com/philnash/jekyll-brotli/compare/v2.0.0...v2.1.0) ### Changed - Opens up version support for Jekyll 4 (thanks [@thedanbob](https://github.com/thedanbob)) ## 2.0.0 (2018-11-24) [☰](https://github.com/philnash/jekyll-brotli/compare/v1.0.0...v2.0.0) ### Added - Adds frozen string literal comments - Tries to hook into Jekyll::Assets if available ### Changed - Uses built in `Jekyll.env` instead of `ENV["JEKYLL_ENV"]` - Changes `Jekyll::Brotli::Compressor` to a module and implements a `compress_directory` method - Moves Jekyll::Brotli::COMPRESSABLE_EXTENSIONS into plugin config that can overwritten in the site config ## 1.0.0 (2018-01-03) [☰](https://github.com/philnash/jekyll-brotli/commits/v1.0.0) ### Added - Methods to Gzip compress text files throughout a Jekyll site using Brotli - Site post write hook to trigger compression
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-brotli-2.3.0 | CHANGELOG.md |