Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Brotli compression support #432

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Apr 13, 2021

  1. Drop gzip-size dependency

    dcsaszar committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    912aa8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4a361 View commit details
    Browse the repository at this point in the history
  3. Change public API from gzip to compressed

    To be in line with the new `compressedSize*` options.
    
    Supports `gzip` as a synonym for backwards compatibility.
    Internal naming is also still `gzip*`.
    dcsaszar committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    ec1fa85 View commit details
    Browse the repository at this point in the history
  4. Add Brotli size helper

    dcsaszar committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    4dfbb5c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    80511a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70d8cf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    3f183c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8dcd04 View commit details
    Browse the repository at this point in the history
  3. Drop defaultSizes: 'compressed'

    but be forgiving with a gzip/brotli mismatch
    dcsaszar committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b71f9ae View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    13f00fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1d33d View commit details
    Browse the repository at this point in the history