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/copy-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.2.4
Choose a base ref
...
head repository: webpack/copy-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 17 commits
  • 12 files changed
  • 9 contributors

Commits on Feb 4, 2022

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

Commits on Mar 1, 2022

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

Commits on Mar 4, 2022

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

Commits on Mar 18, 2022

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

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

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    e378d8c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#678)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2022
    Configuration menu
    Copy the full SHA
    b68abd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. docs: improve readme

    Etheryte authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    4b18a6b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. docs: add path string to options signature (#683)

    Scott Martin authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    64cf06f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. ci: don't install webpack again (#680)

    Co-authored-by: Nitin Kumar <snitin315@gmail.com>
    ersachin3112 and snitin315 authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    f1a91e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. chore: add node 18 to workflow (#686)

    Strek authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e50d708 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. ci: remove node v17 (#687)

    snitin315 authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e27006e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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

Commits on May 16, 2022

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

Commits on May 17, 2022

  1. build: drop node v12 (#691)

    BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
    snitin315 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    675c676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8424ca8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b2c24 View commit details
    Browse the repository at this point in the history
Loading