Releases: mindee/mindee-api-nodejs
Releases · mindee/mindee-api-nodejs
Version 3.5.0
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
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
Version 3.3.0
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
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
supplier
property name inReceiptV4
document.
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
pageOptions
parameter in theparse
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
Fixes
- 🐛 fix for sending base64 documents.