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: knowledgecode/jquery-param
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.4
Choose a base ref
...
head repository: knowledgecode/jquery-param
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.5
Choose a head ref
  • 10 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 24, 2024

  1. Bump rollup from 4.21.0 to 4.22.4

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.22.4.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.0...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1617012 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Merge pull request #26 from knowledgecode/dependabot/npm_and_yarn/rol…

    …lup-4.22.4
    
    Bump rollup from 4.21.0 to 4.22.4
    knowledgecode authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    687f4a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Bump form-data from 4.0.0 to 4.0.4

    Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
    - [Commits](form-data/form-data@v4.0.0...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6b1e8d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from knowledgecode/dependabot/npm_and_yarn/for…

    …m-data-4.0.4
    
    Bump form-data from 4.0.0 to 4.0.4
    knowledgecode authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    5968d9d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Update package.json to modern best practices

    - Reorder fields according to npm recommendations
    - Add modern exports field with conditional exports
    - Set type: "module" for ES modules by default
    - Add sideEffects: false for tree shaking optimization
    - Add new development scripts (build:watch, test:watch)
    - Update dependencies to latest versions
    knowledgecode committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    97d77dd View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    knowledgecode committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    70c0dd0 View commit details
    Browse the repository at this point in the history
  3. Update CI badge in README.md

    - Replace CircleCI badge with GitHub Actions badge
    - Add npm version badge
    knowledgecode committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    601a0af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc6215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    154bad9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #28 from knowledgecode/develop

    Modernize package.json and update CI infrastructure
    knowledgecode authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    4931669 View commit details
    Browse the repository at this point in the history
Loading