Skip to content

Commit

Permalink
version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Mar 16, 2023
1 parent 701a929 commit 4c064b6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# CHANGELOG

## v2.2.0 - 2023-03-16
### Changes
* :children_crossing: Improve the UX when in CLI
* :memo: prediction class documentation updates
* :sparkles: add support for FR bank account details
* :sparkles: adding summary for table in custom document
* :recycle: major rework of line items detection and generation

### Fixes
* :bug: fix running sample code


## v2.1.2 - 2023-03-09
### Fixes
* :bug: custom document default version must be '1', not '1.0'


## v2.1.1 - 2023-03-08
### Fixes
* :bug: fix trouble with .NET 4.8/4.7.2 usage


## v2.1.0 - 2023-02-20
### ¡Breaking Changes!
* :boom: some properties renaming for French ID card and Carte Vitale
Expand All @@ -21,6 +35,7 @@
* :bug::boom: details property in Error become an object because it can handle both string and object
* :bug::arrow_up: update RestSharp to fix a bug on .NET 7 #120


## v2.0.0 - 2023-02-02
### ¡Breaking Changes!
* :boom: drop Invoice v3 support
Expand All @@ -40,11 +55,13 @@
### Fixes
* :bug:! Details property in Error become an object because it can handle both string and object


## v1.4.0 - 2023-01-04
### Changes
* :sparkles: Support Receipt V4.1
* :sparkles: Support Invoice V4.1


## v1.3.0 - 2022-12-22

### Changes
Expand All @@ -57,17 +74,19 @@
* :sparkles: Support US Bank Check V1
* :sparkles: Support EU License plates V1

## v1.2.0 - 2022-12-07

## v1.2.0 - 2022-12-07
### Changes
* :sparkles: Add Invoice V4 support

## v1.1.0 - 2022-11-28

## v1.1.0 - 2022-11-28
### Changes
* :boom: Changing the settings section name from MindeeApiSettings to MindeeSettings.
* :boom: IConfiguration is replaced by IOptions<MindeeSettings> in MindeeClient.
* :sparkles: Add cropper support
* :memo: Publish technical documentation on GitHub pages

## v1.0.0 - 2022-11-17

## v1.0.0 - 2022-11-17
* :tada: First release
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.1.2</VersionPrefix>
<VersionPrefix>2.2.0</VersionPrefix>
<Authors>Mindee</Authors>
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/mindee/mindee-api-dotnet</RepositoryUrl>
Expand Down

0 comments on commit 4c064b6

Please sign in to comment.