Releases: mindee/mindee-api-nodejs
Releases Β· mindee/mindee-api-nodejs
Version 3.2.0
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
- π fix proper import and documentation of region-specific documents
Version 3.1.0
- β¨ Add support for French ID cards.
- β¨ add buffer input source
Version 3.0.1
Fixes
- π Fix for
supplierproperty name inReceiptV4document.
Version 3.0.0
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
pageOptionsparameter in theparsemethod. - β¨ Document (endpoints) are now versioned, providing better backward-compatible support.
- β»οΈ Pass the document class instead of the response class to the
parsemethod. - β»οΈ Some methods and parameters renamed for better clarity.
Changes
- β¨ New URL input source,
docFromUrl. - β¨ Add support for expense receipts V4
Version 2.1.1
Fixes
- π fix for sending base64 documents.
Version 2.1.0
Changes
- β¨ add cropper support to predict requests
- β¨ add stand-alone cropper support
Version 2.0.1
Fixes
- π Fix for packaging and documentation related to commonJS imports
Version 2.0.0
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