File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mindee PHP API Library Changelog
22
3+ ## v2.0.0 - 2025-09-11
4+ ### Changes
5+ * :sparkles : add support for V2 Mindee API
6+ * :sparkles : add support for PHP 8.4
7+ * :sparkles : add more functions to Polygon class
8+ * :recycle : prohibit nulls in some functions
9+ ### ¡Breaking Changes!
10+ * :coffin : ** remove support for PHP 7.4 and 8.0**
11+ * :recycle : remove useless class ` EnqueueAndParseMethodOptions ` , replace with ` PollingOptions `
12+ * :coffin : remove some static methods from the ` PolygonUtils ` class, use directly from ` Polygon ` class instead
13+ * :recycle : remove ` processPDF() ` in favor of ` applyPageOptions() `
14+ ### Fixes
15+ * :bug : fix for polygon points not correctly initialized
16+
17+
318## v1.23.0-rc3 - 2025-09-09
419### Changes
5- * :sparkles : allow inference options to be set
20+ * :sparkles : allow v2 inference options to be set
621* :sparkles : add more functions to Polygon class
722* :recycle : remove unused DynamicField & put location data into BaseField
823### ¡Breaking Changes!
9- * :recycle : :boom : update options and raw text to new format
24+ * :recycle : :boom : update v2 options and raw text to the new format
1025### Fixes
11- * :bug : fix for polygon points not being init correctly
26+ * :bug : fix for polygon points not correctly initialized
1227
1328
1429## v1.23.0-rc2 - 2025-08-01
Original file line number Diff line number Diff line change 22
33namespace Mindee ;
44
5- const VERSION = '1.23.0-rc3 ' ;
5+ const VERSION = '2.0.0 ' ;
You can’t perform that action at this time.
0 commit comments