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/enhanced-resolve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.13.0
Choose a base ref
...
head repository: webpack/enhanced-resolve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.14.0
Choose a head ref
  • 10 commits
  • 23 files changed
  • 6 contributors

Commits on Mar 18, 2022

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

    .substr() is deprecated so we replace it with .slice() or substring()
    Both work similarily but aren't deprecated
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7bd9c33 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. fix: improve typescript defs

    43081j committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    6552700 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

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

Commits on Apr 28, 2023

  1. Merge pull request #357 from 43081j/improve-types

    fix: improve typescript defs
    TheLarkInn authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    de23c0e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

Commits on May 7, 2023

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

Commits on May 8, 2023

  1. Merge pull request #380 from webpack/issue-355

    fix: resolve for exports fields and exports fields
    TheLarkInn authored May 8, 2023
    Configuration menu
    Copy the full SHA
    35af1c4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge pull request #336 from CommanderRoot/rm-deprecated-substr

    chore: replace deprecated String.prototype.substr()
    TheLarkInn authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b967209 View commit details
    Browse the repository at this point in the history
  2. 5.14.0

    TheLarkInn committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4dc1a2f View commit details
    Browse the repository at this point in the history
Loading