Skip to content

Commit 2449cc5

Browse files
🔖 version 3.0.0 (#43)
1 parent 38a0650 commit 2449cc5

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Mindee Ruby API Library Changelog
22

3+
## v3.0.0 - 2023-06-29
4+
### ¡Breaking Changes!
5+
6+
* :boom: update `Client` creation & document upload
7+
* :boom: update custom `Endpoint` creation syntax
8+
* :art: improve product class syntax & structure
9+
* :recycle: harmonize naming with other client libraries
10+
* :art: moved most parsing modules into their own respective modules
11+
* :art: separated common, standard & custom parsing features into their own modules
12+
13+
### Changes
14+
15+
* :sparkles: add support for asynchronous endpoints
16+
* :sparkles: add support for Invoice Splitter V1
17+
* :sparkles: add support for OCR Full-text parsing on compatible APIs
18+
* :sparkles: add support for FR Bank Account Details V2
19+
* :sparkles: allow for the implementation of pages to differ from main document
20+
* :sparkles: add url input source
21+
* :coffin: remove Shipping Containers
22+
* :recycle: moved all products into the `Product` module (from `Parsing`)
23+
* :recycle: better implementation of geometric operations
24+
* :pencil2: document all previously non-documented class
25+
* :recycle: match file hierarchy with module nesting
26+
* :recycle: rewrite tutorials to match new syntax
27+
28+
### Fixes
29+
30+
* :bug: fix: pages now use the proper `orientation` property
31+
* :zap: optimize: only a single endpoint is now created on document upload
32+
33+
334
## v2.2.1 - 2023-05-22
435
### Fixes
536
* :bug: added base attribute to tax field

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Mindee
44
module Mindee
5-
VERSION = '2.2.1'
5+
VERSION = '3.0.0'
66

77
# @return [String]
88
def self.find_platform

0 commit comments

Comments
 (0)