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/css-minimizer-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: webpack-contrib/css-minimizer-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 7 contributors

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    8ca0c7c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump nanoid from 3.1.30 to 3.2.0 (#156)

    Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.1.30...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    39324a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Mar 1, 2022

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

Commits on Mar 4, 2022

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

Commits on Mar 18, 2022

  1. chore: replace deprecated String.prototype.substr() (#162)

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    Signed-off-by: Tobias Speicher <[email protected]>
    CommanderRoot authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    ff1e63f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

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

Commits on Apr 12, 2022

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

Commits on Apr 28, 2022

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

Commits on May 3, 2022

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

Commits on May 16, 2022

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

Commits on May 17, 2022

  1. refator: drop node v12 (#171)

    BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
    snitin315 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    88a5674 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    d06fc6a View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0

    alexander-akait committed May 18, 2022
    Configuration menu
    Copy the full SHA
    d0b96c6 View commit details
    Browse the repository at this point in the history
Loading