Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 819 Bytes

Changelog

0.4.0

Added

  • PHP 8.2 compatibility

0.3.1

Fixed

  • Try to extract boolean value from non-boolean type values if expected type is a boolean.

0.3.0

Added

  • Support for php 8.0

Removed

  • Removed (temporary) paysera/lib-php-cs-fixer-config

0.2.2

Fixed

  • Saves originalData and introduces method getOriginalData to access it; Adds method getDataAsArray to get data in array form
  • remove clone
  • improve array handling in getObjectWrapperAsArray
  • improve array handling in getObjectWrapperAsArray once more

0.2.1

Fixed

  • improve array handling in getObjectWrapperAsArray

0.2.0

Added

  • Ability to access originally passed data

0.1.1

Fixed

  • Fixed mistype for exception message

0.1.0

Fixed

  • Fixes strange test case with PHP 7.0