Skip to content

Releases: mindee/mindee-api-nodejs

Version 3.2.0

14 Nov 08:58
fc4bfcc

Choose a tag to compare

What's Changed

  • πŸ“ Comment the response objects by @Kvindee in #110
  • ✨ Add support for US Bank Check V1. by @Kvindee in #113
  • πŸ“ Export and add comments for method parameters. by @ianardee in #117
  • ✨ Add support for FR Bank Account Details V1 by @Kvindee in #118
  • ✨ Add support for Carte Vitale V1 by @Kvindee in #119
  • πŸ› Fix and improve cli by @ianardee in #121
  • ✨ Add support for EU license plate V1 by @Kvindee in #120
  • ✨ Add support for shipping container API V1 by @Kvindee in #122

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

Version 3.1.1

08 Nov 15:11

Choose a tag to compare

  • πŸ› fix proper import and documentation of region-specific documents

Version 3.1.0

08 Nov 10:04
b0b671a

Choose a tag to compare

  • ✨ Add support for French ID cards.
  • ✨ add buffer input source

Version 3.0.1

02 Nov 17:14

Choose a tag to compare

Fixes

  • πŸ› Fix for supplier property name in ReceiptV4 document.

Version 3.0.0

31 Oct 14:47

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

Choose a tag to compare

Fixes

  • πŸ› fix for sending base64 documents.

Version 2.1.0

19 Oct 11:26

Choose a tag to compare

Changes

  • ✨ add cropper support to predict requests
  • ✨ add stand-alone cropper support

Version 2.0.1

13 Oct 14:08

Choose a tag to compare

Fixes

  • πŸ› Fix for packaging and documentation related to commonJS imports

Version 2.0.0

26 Aug 16:41

Choose a tag to compare

Note

This is a complete rewrite in TypeScript!

It's not backwards compatible with previous versions.

Changes

  • ✨ Add Passport API support
  • ✨ Add custom document support (API builder)
  • ✨ Add basic geometry functions
  • 🏷️ everything is typed, in particular response objects.
    Allows for much easier auto-completion in your IDE.
  • ⬆️ all major dependencies updated

v1.4.0

01 Jul 11:50

Choose a tag to compare

Fixes

  • πŸ› cut/merge pages of an encrypted PDF leads to unexpected results
  • πŸ› logger not activating in some cases
  • πŸ› align PDF cut/merge with other client libs

Changes

  • ✨ Add TIFF and HEIC support
  • βœ… fully test PDF cut function