Releases: mindee/mindee-api-dotnet
Releases · mindee/mindee-api-dotnet
Version 3.2.0
Changes
- ✨ add support for FR ID card v2
- ✨ add support for US W9 v1
- ✨ add built-in async call polling
- ✨ add DecimalField
- 🔊 better logging
- ✨ add a dateObject property to DateField class
Fixes
- 🐛 fix for alignment issues on ToString
- 🐛 StringField value should be null in case of empty string
Full Changelog: v3.1.0...v3.2.0
Version 3.1.0
v3.0.0
¡Breaking Changes!
- 🎨 💥 harmonize response type with other libraries
- 🎨 💥 change appsettings main key to 'Mindee'
- 🎨 💥 separate HTTP classes, move products to Product namespace
- 🔥 🎨 💥 init of client should be done directly
- ♻️ 🎨 💥 send inputSource instances directly to parse methods
- ♻️ 💥 seal product classes
- ♻️ 💥 use PredictOptions object to allow more flexibility in the client API
Changes
- ⚰️ remove shipping container
- ✨ support async and invoice splitter v1
- 🎨 rework CLI
- ✨ update to latest version of passport, invoice, receipt, financial doc
- ✨ add support for fr bank account details v2
- ✅ add tests for empty responses
- ✅ add more relevent integration tests
Fixes
- 🐛 fix page output in us bank check
Full Changelog: v2.2.1...v3.0.0
Version 2.2.1
Version 2.2.0
Changes
- 🚸 Improve the UX when in CLI
- 📝 prediction class documentation updates
- ✨ add support for FR bank account details
- ✨ adding summary for table in custom document
- ♻️ major rework of line items detection and generation
Fixes
- 🐛 fix running sample code
Full Changelog: v2.1.2...v2.2.0
Version 2.1.2
Fixes
- 🐛 custom document default version must be '1', not '1.0'
New Contributors
Full Changelog: v2.1.1...v2.1.2
Version 2.1.1
Version 2.1.0
What's Changed
¡Breaking Changes!
- 💥 some properties renaming for French ID card and Carte Vitale
Changes
- ✨ support lines items post processing reconstruction for API Builder
- ✨ support Polygon object for field coordinates
- ✨ support Math Bbox concept
Fixes
- 🐛💥 details property in Error become an object because it can handle both string and object
- 🐛⬆️ update RestSharp to fix a bug on .NET 7 #120
Full Changelog: v2.0.0...v2.1.0
Version 2.0.0
What's Changed
!BREAKING CHANGES
- 💥 drop Invoice v3 support
- 💥 prediction model classes must be replaced by inference model to use OTS APIs
- 💥 renaming Date to DateField
Changes
- ✨ support Financial Document V1
- ✨ support Proof of Address V1
- ✨ enable the use of custom time out when calling Mindee API
- ✨ improve MindeeClient by using IPredictable instead of instance of MindeeApi
- ✨ expose a static helper to instantiate a new MindeeClient
- ✨ improve summaries
- ✨ support classification type for custom document
- ♻️ renaming AllWord to Word
Fixes
- 🐛! Details property in Error become an object because it can handle both string and object
New Contributors
Full Changelog: v1.4.0...v2.0.0
Version 1.4.0
What's Changed
Full Changelog: v1.3.0...v1.4.0