File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33# Mindee
44module Mindee
5- VERSION = '2.2.1 '
5+ VERSION = '3.0.0 '
66
77 # @return [String]
88 def self . find_platform
You can’t perform that action at this time.
0 commit comments