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: v0.4.0
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: v1.0.0-beta.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    cc4524d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. refactor: apply webpack-defaults (#54)

    - refactor: Apply webpack-defaults 
    - refactor: Removes Zopfli option, which has been extracted to it's own plugin.
    
    BREAKING CHANGE: Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`. 
    
    BREAKING CHANGE: Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10`
    
    BREAKING CHANGE: Remove loose dependency on Node Zopfli, which has been extracted to it's own plugin https://github.com/webpack-contrib/zopfli-webpack-plugin
    
    Migration: 
    
    - `npm i -D zopfli-webpack-plugin`
    - The Zopfli API has remained the same, those who were using the Zopfli option in this plugin should just need to switch plugins.
    joshwiens authored Jun 24, 2017
    Configuration menu
    Copy the full SHA
    f6f8c6c View commit details
    Browse the repository at this point in the history
  2. chore: Tighten up peerDeps

    joshwiens committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    e0ea7ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5f7a0f View commit details
    Browse the repository at this point in the history
Loading