Skip to content

Releases: mindee/mindee-api-nodejs

Version 3.5.0

17 Jan 11:34
a7d73d4
Compare
Choose a tag to compare

Changes

  • 📝 updates to class documentation
  • ✨ Add invoice splitter support (beta)

Fixes

  • 🐛 fix for CLI command option description

Full Changelog: v3.4.1...v3.5.0

Version 3.4.1

05 Jan 13:27
Compare
Choose a tag to compare

Changes

  • 🏷️ Added typing information, get rid of any type in various places
  • ♻️ Use a specific TextField class for fields we know are textual
  • ⬆️ update dependencies

Fixes

  • 🐛 Expose various class and type definitions to improve developer experience

Version 3.4.0

04 Jan 14:40
397a688
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

Version 3.3.0

01 Dec 15:40
2ccbbdc
Compare
Choose a tag to compare

What's Changed

  • ✨ An env variable can be used to change the Mindee base API url by @Kvindee in #126
  • ✨ Add Invoice V4 with line items by @Kvindee in #128

Full Changelog: v3.2.0...v3.3.0

Version 3.2.0

14 Nov 08:58
fc4bfcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

Version 3.1.1

08 Nov 15:11
Compare
Choose a tag to compare
  • 🐛 fix proper import and documentation of region-specific documents

Version 3.1.0

08 Nov 10:04
b0b671a
Compare
Choose a tag to compare
  • ✨ Add support for French ID cards.
  • ✨ add buffer input source

Version 3.0.1

02 Nov 17:14
Compare
Choose a tag to compare

Fixes

  • 🐛 Fix for supplier property name in ReceiptV4 document.

Version 3.0.0

31 Oct 14:47
Compare
Choose a tag to compare

v3.0.0 - 2022-10-31 🎃

¡Breaking Changes!

  • ✨ New PDF cut system, which allows specifying exactly which pages to keep or remove.
  • ♻️ PDF documents are no longer cut by default, use the pageOptions parameter in the parse method.
  • ✨ Document (endpoints) are now versioned, providing better backward-compatible support.
  • ♻️ Pass the document class instead of the response class to the parse method.
  • ♻️ Some methods and parameters renamed for better clarity.

Changes

  • ✨ New URL input source, docFromUrl.
  • ✨ Add support for expense receipts V4

Version 2.1.1

28 Oct 08:43
Compare
Choose a tag to compare

Fixes

  • 🐛 fix for sending base64 documents.