We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d3b01 commit 51d4477Copy full SHA for 51d4477
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.16.0 - 2024-05-27
4
+### Changes
5
+* :sparkles: add isEmpty() method to field classes
6
+* :recycle: allow easier sub-classing of inferences
7
+* :recycle: add public constructors to feature classes
8
+
9
10
## v4.15.0 - 2024-05-23
11
### Changes
12
* :sparkles: add boolean field support
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.15.0</version>
+ <version>4.16.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments