Skip to content

Releases: mindee/mindee-api-nodejs

v5.1.1

11 Mar 12:57
abae633

Choose a tag to compare

Changes

  • ➖ tslib is never imported, remove from dependencies

Full Changelog: v5.1.0...v5.1.1

v5.1.0

02 Mar 12:59
d49ce59

Choose a tag to compare

Changes

  • ✨ add to job information

Fixes

  • 🐛 fix for printing crop results
  • 🐛 proper init of webhook payload

Full Changelog: v5.0.2...v5.1.0

v5.0.2

27 Feb 11:16
58dfeaf

Choose a tag to compare

Changes

  • 🐛 always use the provided result URL

Full Changelog: v5.0.1...v5.0.2

v5.0.1

24 Feb 11:39
4f83106

Choose a tag to compare

Changes

  • ♻️ rename client options directory (internal)
  • ⬆️ bump dev dependencies to fix vulnerabilities

Full Changelog: v5.0.0...v5.0.1

v5.0.0

19 Feb 14:11
02f4aed

Choose a tag to compare

¡Breaking Changes!

  • 💥 ✨ move PDF and image libraries to optional dependencies (resolves #388)
  • ♻️ 💥 rework of directory structure and exports (resolves #276)
  • 💥 drop support for node.js 18
  • 💥 ♻️ separate polling options
  • ⚰️ remove support for API builder (no longer maintained, use v2)
  • ⚰️ remove support for v1 products available in v2
  • ⚰️ remove support for unused products

Changes

  • ✨ add support for all utility products
  • ✨ add V2 CLI
  • ✨ add Job to inference responses
  • ✨ handle abort signal stream inputs
  • ♻️ use undici (compatible with v6 or v7) for HTTP requests and mocking
  • ✨ add ability for a user to specify their own undici Dispatcher instance
  • ♻️ migrate to ES modules

Full Changelog: v4.36.3...v5.0.0

v5.0.0-rc2

18 Feb 10:51
88d0fba

Choose a tag to compare

v5.0.0-rc2 Pre-release
Pre-release

Changes

  • ✨ add Job to inference responses

Fixes

  • 🐛 fix for bin scripts

Full Changelog: v5.0.0-rc1...v5.0.0-rc2

v5.0.0-rc1

17 Feb 15:01
5a801db

Choose a tag to compare

v5.0.0-rc1 Pre-release
Pre-release

Changes

  • 💥 drop support for node.js 18
  • 💥 ♻️ separate polling options

Full Changelog: v5.0.0-alpha2...v5.0.0-rc1

v5.0.0-alpha2

16 Feb 18:08
v5.0.0-alpha2
63fc506

Choose a tag to compare

v5.0.0-alpha2 Pre-release
Pre-release

Changes

  • ♻️ use node test methods
  • ♻️ v1 ocr word should be a class
  • ♻️ make v2 products top level
  • 🐛 fix for optional node-poppler

Full Changelog: v5.0.0-alpha1...v5.0.0-alpha2

v5.0.0-alpha1

13 Feb 11:13
v5.0.0-alpha1
89f6438

Choose a tag to compare

v5.0.0-alpha1 Pre-release
Pre-release

What's Changed

💥 ♻️ base for v5

  • ⬆️ 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
    • payslip_fra_v2_async
    • idcard_fr_v1
    • ind_passport_v1_async
    • us_mail_v3_async
    • energy_bill_fra_v1_async
    • french_healthcard_v1_async
    • payslip_fra_v3_async
  • ♻️ use undici for HTTP requests and mocking
  • ✨ add ability for a user to specify their own undici Dispatcher instance
  • ✨ add basic V2 CLI
  • ♻️ 💥 rework of directory structure
  • ♻️ 💥 rework input source errors
  • ✨ handle abort signal stream inputs
  • ✨ add support for all utility products
  • 💥 ✨ move PDF and image libraries to optional dependencies

Full Changelog: v4.36.3...v5.0.0-alpha1

v4.36.3

20 Jan 09:22
a61360e

Choose a tag to compare

Fixes

  • 🐛 fix streams not loading properly

Full Changelog: v4.36.2...v4.36.3