Skip to content

Commit 4650886

Browse files
authored
🔖 Version 4.29.0 (#385)
1 parent a97a5d1 commit 4650886

File tree

3 files changed

+15
-27
lines changed

3 files changed

+15
-27
lines changed

CHANGELOG.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v4.29.0 - 2025-08-29
4+
### Changes
5+
* :sparkles: add typed accessors for fields, list, object
6+
* :sparkles: add typed value accessors
7+
* :sparkles: add geometry methods to polygon class
8+
### Fixes
9+
* :bug: Polygon and BoundingBox should be a real classes
10+
11+
312
## v4.29.0-rc6 - 2025-08-22
413
### Changes
514
* :recycle: rework local and input sources
@@ -35,7 +44,6 @@
3544
* :recycle: tweak CI & testing
3645
* :recycle: deprecate `cutPdf()` in favor of `applyPageOperations()` in `LocalInputSource`
3746
* :recycle: refactor some internals to account for new changes
38-
3947
### Fixes
4048
* :bug: fix bug where polling parameters could ignore validation checks on V1
4149

@@ -178,7 +186,6 @@
178186
* :sparkles: add support for FR Payslips V1
179187
* :sparkles: add support for Nutrition Facts Label V1
180188
* :recycle: refactor internals to accommodate for new changes
181-
182189
### Fixes
183190
* :bug: fix float numbers not containing more 3 decimals in some instances
184191
* :bug: fix boolean field display issues
@@ -224,7 +231,6 @@
224231
* :sparkles: add support for HMAC validation for webhooks
225232
* :sparkles: add support for US Mail V2
226233
* :sparkles: add support for boolean fields
227-
228234
### Fixes
229235
* :recycle: fixed Locale display
230236

@@ -242,7 +248,6 @@
242248
# v4.10.0 - 2024-04-12
243249
### Changes
244250
* :sparkles: update Invoice to v4.5 (#264)
245-
246251
### Fixes
247252
* :bug: fix error management not following intended flow (#267)
248253
* :recycle: deprecated old error handler (#266)
@@ -261,14 +266,12 @@
261266
* :sparkles: add support for resume V1
262267
* :sparkles: add support for International ID v2
263268
* :sparkles: add support for EU Driver License V1
264-
265269
### Fixes
266270
:memo: misc doc fixes
267271

268272
## v4.8.2 - 2024-02-09
269273
### Changes
270274
* :recycle: increased update time for async retries
271-
272275
### Fixes
273276
* :bug: fixed improper float parsing for Generated list objects
274277
* :bug: typescript should now allow the use of default values for enqueueAndParse() async options
@@ -292,7 +295,6 @@
292295
* :recycle: add CLI entry for generated APIs
293296
* :memo: add documentation entry for generated APIs
294297
* :recycle: expose a bit more of our internals for easier use (#247)
295-
296298
### Fixes
297299
* :memo: fix invoice v4 md doc
298300

@@ -339,7 +341,6 @@
339341
## v4.3.2 - 2023-11-07
340342
### Changes
341343
* :recycle: update invoice splitter
342-
343344
### Fixes
344345
* :bug: fix display issues when products didn't have pages
345346
* :memo: fix doc typos
@@ -369,7 +370,6 @@
369370
* :sparkles: add support for FR Id Card V2
370371
* :sparkles: add support for OTS Cropper V1
371372
* :memo: update documentation
372-
373373
### Fixes
374374
* :bug: fix missing position field display issues
375375
* :bug: fix issues with asynchronous timeouts crashing in some instances
@@ -378,7 +378,6 @@
378378
## v4.1.1 - 2023-09-04
379379
### Changes
380380
* :recycle: tweaked timer management in async
381-
382381
### Fixes
383382
* :bug: fix ocr option not being generated as an Ocr object
384383

@@ -395,15 +394,13 @@
395394
* :recycle: remove deprecated examples
396395
* :recycle: update linting rules
397396
* :arrow_up: update testing library
398-
399397
### Fixes
400398
* :bug: fix miscellaneous bugs related to http parsing issues
401399

402400

403401
## v4.0.2 - 2023-08-24
404402
### Changes
405403
* :recycle: updated technical documentation
406-
407404
### Fixes
408405
* :bug: fix url source document not being sent properly
409406

@@ -418,7 +415,6 @@
418415
* :art: :boom: harmonize response types with other libraries
419416
* :art: :boom: change endpoint management & syntax
420417
* :art: :boom: move products to `product` module
421-
422418
### Changes
423419
* :sparkles: add full support for page-specific attributes
424420
* :sparkles: add support for FR Id Card
@@ -439,7 +435,6 @@
439435
## v3.10.1 - 2023-07-04
440436
### Changes
441437
* :arrow_up: update dependencies
442-
443438
### Fixes
444439
* :pencil2: added missing entry in changelog
445440

@@ -455,8 +450,6 @@
455450
### Changes
456451
* :sparkles: support for financial document v1.1
457452
* :recycle: change http status code handling for async requests
458-
459-
460453
### Fixes
461454
* :bug: fix typing in PaymentDetails
462455
* :bug: locale value should always be set
@@ -472,7 +465,6 @@
472465
## v3.7.4 - 2023-04-20
473466
### Changes
474467
* :white_check_mark: minor improvements to tests
475-
476468
### Fixes
477469
* :bug: fix for options not being passed properly in the CLI tool
478470

@@ -502,7 +494,6 @@
502494
* :art: harmonize bbox and bounding box terminology
503495
* :arrow_up: update test files, minor updates to string output
504496
* :label: classification fields are always strings
505-
506497
### Fixes
507498
* :bug: fix error message for missing API key, document type may be undefined
508499

@@ -532,7 +523,6 @@ Usage is otherwise identical.
532523
### Changes
533524
* :memo: updates to class documentation
534525
* :sparkles: Add invoice splitter support (beta)
535-
536526
### Fixes
537527
* :bug: fix for CLI command option description
538528

@@ -593,7 +583,6 @@ Usage is otherwise identical.
593583
* :sparkles: Document (endpoints) are now versioned, providing better backward-compatible support.
594584
* :recycle: Pass the document class instead of the response class to the `parse` method.
595585
* :recycle: Some methods and parameters renamed for better clarity.
596-
597586
### Changes
598587
* :sparkles: New URL input source, `docFromUrl`.
599588
* :sparkles: Add support for expense receipts V4
@@ -630,15 +619,14 @@ It's **not** backwards compatible with previous versions.
630619

631620

632621
## v1.4.0
622+
### Changes
623+
* :sparkles: Add TIFF and HEIC support
624+
* :white_check_mark: fully test PDF cut function
633625
### Fixes
634626
* :bug: cut/merge pages of an encrypted PDF leads to unexpected results
635627
* :bug: logger not activating in some cases
636628
* :bug: align PDF cut/merge with other client libs
637629

638-
### Changes
639-
* :sparkles: Add TIFF and HEIC support
640-
* :white_check_mark: fully test PDF cut function
641-
642630

643631
## v1.3.3
644632
### Fixes

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.29.0-rc6",
3+
"version": "4.29.0",
44
"description": "Mindee Client Library for Node.js",
55
"main": "src/index.js",
66
"bin": "bin/mindee.js",

0 commit comments

Comments
 (0)