Skip to content

v0.2.0

Choose a tag to compare

@Maks3w Maks3w released this 23 Nov 11:25
· 47 commits to master since this release

Added

  • [Api] Add getHttpStatusCode to ApiClientException and ApiServerException. This method returns the response HTTP status code.
  • [Serializer] New component focused only in assist the conversion of PHP types to JSON compatible types.

Changed

  • [BusinessModel] This component has been replaced by [Serializer]
  • [Api] Change in ApiClientException and ApiServerException constructor signature.

Deprecated

Removed

  • [BusinessModel] This component has been replaced by [Serializer]

Fixed

Security