Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Releases: ulrack/transaction

Version 5.0.1

05 Mar 21:06
Compare
Choose a tag to compare

5.0.1 - 2020-03-05

Changed

  • Changed company name references.

Version 5.0.0

10 Nov 19:45
Compare
Choose a tag to compare

5.0.0 - 2019-11-10

Changed

  • Unified namespace conventions used across packages

Version 4.0.0

10 Oct 21:37
Compare
Choose a tag to compare

4.0.0 - 2019-10-10

Added

  • Command interface and implementation.
  • Factories for Requests and Commands.

Changed

  • Request and response methods return types to simplify implementing the
    objects in applications.
  • Simplified the README for easier maintenance.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

Version 3.0.0

16 May 15:14
Compare
Choose a tag to compare

3.0.0 - 2019-05-16

Added

  • MethodEnum to make a more strict definition of the available methods.

Changed

  • Order of parameters for the Request object constructor.

Deprecated

  • Nothing

Removed

  • RequestInterface method definitions.

Fixed

  • Nothing

Security

  • Nothing

Version 2.0.0

22 Mar 11:54
5d5bbfd
Compare
Choose a tag to compare

2.0.0 - 2019-03-22

Added

  • Added parameters to the Request interface and implementation.

Changed

  • Order of constructor parameters
  • Default value of the request method.

Deprecated

  • Nothing

Removed

  • SearchCriteria dependency by expecting GET parameters as an associative array.

Fixed

  • Nothing

Security

  • Nothing

Version 1.0.0

05 Mar 19:58
8acde64
Compare
Choose a tag to compare

Added

  • Initial implementation of ulrack/transaction
  • Ulrack\Transaction\Common\RequestInterface
  • Ulrack\Transaction\Common\ResponseInterface
  • Ulrack\Transaction\Transaction\Request
  • Ulrack\Transaction\Transaction\Response
  • Ulrack\Transaction\Exception\HeaderNotFoundException
  • Unit Tests

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing