Skip to content

Latest commit

 

History

History
108 lines (73 loc) · 2.6 KB

File metadata and controls

108 lines (73 loc) · 2.6 KB

Mindee PHP API Library Changelog

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!