Skip to content

Releases: mindee/mindee-api-dotnet

Version 3.2.0

13 Sep 09:30
b0d5431
Compare
Choose a tag to compare

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

09 Aug 12:14
d33da5a
Compare
Choose a tag to compare

Changes

  • ✨ add support for US driver license v1

Full Changelog: v3.0.0...v3.1.0

v3.0.0

28 Jul 18:04
Compare
Choose a tag to compare

¡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

30 May 13:06
81196b6
Compare
Choose a tag to compare

Changes

  • ⬆️ update RestSharp to 109.0.1

Full Changelog: v2.2.0...v2.2.1

Version 2.2.0

16 Mar 17:10
4c064b6
Compare
Choose a tag to compare

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

09 Mar 14:21
5d06caf
Compare
Choose a tag to compare

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

08 Mar 16:42
908ce9b
Compare
Choose a tag to compare

What's Changed

Fixes

  • 🐛 fix trouble with .NET 4.8/4.7.2 usage

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

20 Feb 14:26
6702bd6
Compare
Choose a tag to compare

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

03 Feb 09:58
15e0faa
Compare
Choose a tag to compare

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

04 Jan 14:39
9637a49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0