Skip to content

Latest commit

 

History

History
181 lines (127 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

181 lines (127 loc) · 4.6 KB

Mindee PHP API Library Changelog

v1.12.0 - 2024-10-11

Changes

  • ✨ add support for Financial Document v1.10
  • ✨ add support for Invoice v4.8

v1.11.1 - 2024-09-19

Fixes

  • ♻️ removed unused dependency
  • ♻️ fix tests

v1.11.0 - 2024-09-18

Changes

  • ✨ add support for BillOfLadingV1
  • ✨ add support for (US) UsMailV2
  • ✨ add support for (FR) EnergyBillV1
  • ✨ add support for (FR) PayslipV1
  • ✨ add support for NutritionFactsLabelV1
  • ✨ add support for full text OCR extra

Fixes

  • 🐛 fixed a bug that prevented longer decimals from appearing in the string representation of some objects
  • 🐛 fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console
  • 📝 fix a few documentation errors & typos
  • 🔧 updated CI dependencies

v1.10.0 - 2024-09-04

Changes

  • ✨ add support for pdf operations
  • ✨ add support for multi-receipts auto-extraction
  • ✨ add support for invoice-splitter auto-extraction

Fixes

  • ⚰️ remove regression testing
  • 📝 update documentation
  • 🔧 add a few integration tests

v1.9.0 - 2024-07-23

Changes

  • ✨ add support for US healthcare card V1
  • ✨ add support for Invoice V4.7
  • ✨ add support for FinancialDocument V1.9
  • ✨ add PDF fixing utility

Fixes

  • ♻️ rigidify api key check

v1.8.1 - 2024-06-24

Fixes

  • 🐛 fix improper script targeting causing warning in composer install (#70)

v1.8.0 - 2024-05-31

Changes

  • ✨ add support for webhooks & HMAC validation (#64)

v1.7.0 - 2024-05-28

Changes

  • ✨ add support for boolean fields
  • ✨ add support for US Mail V2
  • ✨ add support for local responses & webhooks
  • ✨ add support for HMAC validation

Fixes

  • 🐛 fix base64 encoded files not being sent properly
  • ♻️ loosen symfony/console version to prevent incompatibilities (Co-authored-by: @psihius)

v1.6.0 - 2024-05-22

Changes

  • ✨ add Command Line Utility
  • ♻️ tweak tests
  • 📝 add CLI documentation

v1.5.0 - 2024-05-21

Changes

  • ✨ update financial document to v1.7
  • ✨ update receipt to v5.2

v1.4.3 - 2024-05-04

Fixes

  • 🐛 fix urls improperly being handled (#52)

v1.4.2 - 2024-05-04

Fixes

  • 🐛 fix improper handling of url sources in client calls (#50)
  • ♻️ add more relevant tests

v1.4.1 - 2024-05-03

Fixes

  • 🐛 replace instance of invalid syntax for older php versions (#47)

v1.4.0 - 2024-05-02

Changes

  • ✨ update invoice to 4.6 and financial document to 1.6 (#44)

v1.3.4 - 2024-03-20

Fixes

  • 🐛 fix improper handling of number fields on Generated APIs (see #41)

v1.3.3 - 2024-03-15

Fixes

  • 🐛 not sending the custom endpoint to parseQueued method (#39) (Co-authored-by: andreifiroiu)

v1.3.2 - 2024-03-12

Fixes

  • 🐛 fix improper handling of base64 files
  • 🐛 fix improper handling of bytes files
  • 🐛 fix error catching for CURL calls

v1.3.1 - 2024-03-07

Changes

  • ♻️ update error handling to account for future evolutions
  • 📝 update miscellaneous product documentations

Fixes

  • 🐛 fix file close not working properly

v1.3.0 - 2024-02-23

Changes

  • ✨ add support for GeneratedV1
  • ♻️ update internals to support changes

v1.2.0 - 2024-02-21

Changes

  • ✨ add support for International ID V2
  • ✨ add support for Resume V1
  • ✨ add support for EU Driver License

Fixes

  • 🐛 fix display issue for rst columns that were exactly the length of a cell
  • ♻️ properly parse bytes, base64 & file inputs (see #23 )
  • ♻️ removed base64 coercion on most input types
  • 🐛 fix mimetype being improperly assigned for most input types
  • 🐛 fix an issue that prevented some errors from being displayed properly
  • 📝 update documentation

v1.1.0 - 2024-01-30

Changes

  • ⬆️ update invoices to v4.4
  • ✨ add support for raw_value in string fields

v1.0.1 - 2024-01-23

Fixes

  • 🐛 fix Fatal error including API version string in a namespaced project (Co-authored-by: superwave1999)

v1.0.0 - 2024-01-08

  • 🎉 First official release!

v1.0.0-RC2 - 2023-12-19

Changes

  • 📝 fix typos in README.md documentation
  • 📝 fix typos in getting_started.md documentation
  • 🔧 add code samples directly in documentation
  • ♻️ uniformize name for default sample

v1.0.0-RC1 - 2023-12-19

  • 🎉 First release!