File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Mindee Java API Library Changelog
2
2
3
+ ## v4.0.0 - 2023-06-20
4
+ ### ¡Breaking Changes!
5
+ * :art : harmonize variable and class names with API response
6
+ * :art : improve code structure
7
+ * :recycle : harmonize naming with other client libraries
8
+ * :art : put all the api classes in the http package
9
+ * :recycle : simplify getting a polygon's centroid
10
+ * :art : simplify MindeeClient creation
11
+ * :art : simplify product class names
12
+ ### Changes
13
+ * :sparkles : add support for asynchronous endpoints
14
+ * :sparkles : add support for invoice splitter v1
15
+ * :sparkles : add support for financial document v1.1
16
+ * :sparkles : add support for FR bank account details v2
17
+ * :sparkles : add receipt v5 support
18
+ * :sparkles : allow printing of the entire response
19
+ * :sparkles : better printing of tax information
20
+ * :recycle : use better table output for line items
21
+ * :art : harmonize CLI with other libraries
22
+ * :speech_balloon : update product property descriptions
23
+ ### Fixes
24
+ :bug : fix for proper ordering of words
25
+ :bug : make sure account and endpoint is set on test script
26
+
3
27
## v3.4.0 - 2023-05-02
4
28
### Changes
5
29
* :memo : make code samples easier to read
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.mindee.sdk</groupId >
7
7
<artifactId >mindee-api-java</artifactId >
8
- <version >3.4 .0</version >
8
+ <version >4.0 .0</version >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<name >Mindee Java Helper Library</name >
11
11
<description >Java Library to call Mindee's Off-The-Shelf and Custom APIs</description >
You can’t perform that action at this time.
0 commit comments