Skip to content

Commit 190481f

Browse files
🔖 Version 4.16.0 (#299)
1 parent 3ac5748 commit 190481f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
# v4.16.0 - 2024-09-17
4+
### Changes
5+
* :sparkles: add support for US Mail V2
6+
* :sparkles: add support for Bill of Lading V1
7+
* :sparkles: add support for FR Energy Bill V1
8+
* :sparkles: add support for FR Payslips V1
9+
* :sparkles: add support for Nutrition Facts Label V1
10+
* :recycle: refactor internals to accommodate for new changes
11+
12+
### Fixes
13+
* :bug: fix float numbers not containing more 3 decimals in some instances
14+
* :bug: fix boolean field display issues
15+
* :bug: fix values being extracted as `undefined` instead of `null`, as is present in the initial prediction.
16+
17+
318
## v4.15.0 - 2024-09-12
419
### Changes
520
* :sparkles: add support for full text OCR extraction

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mindee",
3-
"version": "4.15.0",
3+
"version": "4.16.0",
44
"description": "Mindee Client Library for Node.js",
55
"main": "src/index.js",
66
"bin": "bin/mindee.js",

0 commit comments

Comments
 (0)