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

fix: default brotliOptions does not applied to createBrotliCompress and createBrotliDecompress #284

Merged
merged 5 commits into from
Mar 27, 2024

Commits on Mar 26, 2024

  1. fix: default brotliOptions does not applied to createBrotliCompress a…

    …nd createBrotliDecompress
    stanleyxu2005 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ff2f873 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Polish test cases

    stanleyxu2005 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be81ae8 View commit details
    Browse the repository at this point in the history
  2. Only override default compress level for global options (route specif…

    …ic compress will be merged with global options anyway)
    stanleyxu2005 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    cc21c0d View commit details
    Browse the repository at this point in the history
  3. Cosmetic changes

    stanleyxu2005 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4487ef1 View commit details
    Browse the repository at this point in the history
  4. Fix type tests error

    stanleyxu2005 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e20b949 View commit details
    Browse the repository at this point in the history