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: jquery/jquery-migrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.1
Choose a base ref
...
head repository: jquery/jquery-migrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 18, 2026

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

Commits on Jan 21, 2026

  1. Release: Build both script & module files on release, fix the map file

    Previously, only script files - the ones in `dist` - were generated during the
    release, and the module ones - in `dist-module` - were not generated.
    
    Also, the CDN folder was only populated with script files, now module ones are
    also added.
    
    In addition to that, the map file had incorrect file references.
    
    All those issues are now fixed.
    
    Closes gh-613
    Ref gh-614
    mgol authored Jan 21, 2026
    1 Configuration menu
    Copy the full SHA
    eb64b5a View commit details
    Browse the repository at this point in the history
  2. Tagging the 4.0.2 release.

    mgol committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    ddb3496 View commit details
    Browse the repository at this point in the history
Loading