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: imagekit-developer/imagekit-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.0
Choose a base ref
...
head repository: imagekit-developer/imagekit-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.1
Choose a head ref
  • 13 commits
  • 41 files changed
  • 2 contributors

Commits on Jun 1, 2026

  1. Configuration menu
    Copy the full SHA
    82a556b View commit details
    Browse the repository at this point in the history
  2. fix: make safeBtoa browser-safe with UTF-8 handling

    Rewrite safeBtoa to prefer Buffer when available and fall back to a
    chunked btoa with a manual UTF-8 encoder, throwing a clear error when
    neither is available. Removes reliance on a Node-only code path.
    
    - test: migrate suite from mocha/sinon/nyc to Playwright (test-app)
    - ci: replace nodejs.yml with ci.yml; rename npmpublish.yml to publish-npm.yml
    - chore: drop mocha/chai/sinon/nyc/codecov and related devDependencies
    - docs: remove Codecov badge from README
    - chore: add LICENSE and set license to Apache-2.0
    manu4543 committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    cca89cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aadd312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c7112 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efabbab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d62046 View commit details
    Browse the repository at this point in the history
  7. fix(transformation): improve safeBtoa for UTF-8 handling and add test…

    …s for Hindi characters
    manu4543 committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    1343333 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ddb8bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    774bedf View commit details
    Browse the repository at this point in the history
  10. Merge pull request #116 from imagekit-developer/base64-fix

    Base64 fix and test cases refactor to use real browser
    imagekitio authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    ce4fc3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d32b6ed View commit details
    Browse the repository at this point in the history
  12. release: 5.4.1

    imagekitio committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    710c93d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #117 from imagekit-developer/release-please--branc…

    …hes--master--components--javascript
    
    release: 5.4.1
    imagekitio authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    e295727 View commit details
    Browse the repository at this point in the history
Loading