Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 993 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v2.2.0] - 2022-05-13

Added

  • Error handler for failed response

[v2.1.1] - 2021-09-29

Fixed

  • Fix exception message retrieving from error collection

[v2.1.0] - 2021-07-02

Changed

  • Increase code coverage

[v2.0.0] - 2021-06-23

Added

  • Add new file entity to serialize

Changed

  • Refactor factories
  • Update jms/serializer to 3+ version
  • Update guzzle to 7+ version

Deprecated

  • Deprecate SignNow\Rest\EntityManagerFactory

Fixed

  • Fix array type mapping
  • Fix FileLink type formatting for multipart
  • Fix SplFileInfo type formatting for multipart

[v1.0.1] - 2021-04-16

Fixed

  • Add required php extension to composer.json

[v1.0.0] - 2019-10-23

Added

  • Initial release