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/source-map-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: webpack-contrib/source-map-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 7 contributors

Commits on Mar 18, 2022

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

    .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
    db5f46c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#165)

    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 11, 2022
    Configuration menu
    Copy the full SHA
    173c6a3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. ci: add node v18 (#166)

    add node 18 to test workflow
    amareshsm authored May 1, 2022
    Configuration menu
    Copy the full SHA
    f097926 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    2c7aaaf View commit details
    Browse the repository at this point in the history
  2. chore: update github actions (#169)

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

Commits on Jun 13, 2022

  1. refactor: drop node v12 (#167)

    BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
    amareshsm authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bb4461d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce2676 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.0

    alexander-akait committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    309e0ac View commit details
    Browse the repository at this point in the history
Loading