Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack-contrib/compression-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: webpack-contrib/compression-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 7 commits
  • 46 files changed
  • 2 contributors

Commits on Aug 14, 2020

  1. feat: improve compatibility with webpack@5

    BREAKING CHANGE: use `processAssets` hook for webpack@5 compatibility, it can create incompatibility with plugins that do not support webpack@5, please open an issue in their repositories
    evilebottnawi authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    1f9674e View commit details
    Browse the repository at this point in the history
  2. fix: default value of the filename option is '[path].gz' (#179)

    BREAKING CHANGE: default value of the `filename` option is `'[path].gz'`
    evilebottnawi authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    04b81c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    66af7cb View commit details
    Browse the repository at this point in the history
  2. test: check on gzip (#181)

    evilebottnawi authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f3d9450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d61b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dd5909 View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.0.0

    alexander-akait committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    506fe12 View commit details
    Browse the repository at this point in the history
Loading