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: mindee/mindee-api-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mindee/mindee-api-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-stream-signal
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 539 files changed
  • 2 contributors

Commits on Jan 21, 2026

  1. 💥 ♻️ base for v5 (#413)

    * ⬆️ update file-type
    * ♻️ migrate to ES modules (node18)
    * ⚰️ remove support for obsolete/unused products:
      * API builder (no longer maintained, use v2)
    * ⚰️ remove support for unused products available in v2:
      * nutrition facts
      * business card
      * US healthcare cards
      * bill of lading
    * ⚰️ remove support for unused products:
      * delivery note
    * ♻️ use undici for HTTP requests and mocking
    * ✨ add ability for a user to specify their own undici `Dispatcher` instance
    * ✨ add basic V2 CLI
    ianardee committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    0f50404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be40d85 View commit details
    Browse the repository at this point in the history
  3. 🐛 fix examples (#416)

    ianardee committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    66a9cc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4945538 View commit details
    Browse the repository at this point in the history
  5. rework input source errors

    ianardee committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    2226550 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2ec82c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Add utility support (#418)

    * initial idea for utilities in client
    * params turn themselves into forms
    * use generic inference handling
    * pass the inference class to client methods
    ianardee authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    6388934 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. 📝 fix minor doc error

    ianardee committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d556f7f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

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

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    d72cd6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4667c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff5ae24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48882ed View commit details
    Browse the repository at this point in the history
Loading