This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
Releases: ulrack/transaction
Releases · ulrack/transaction
Version 5.0.1
5.0.1 - 2020-03-05
Changed
- Changed company name references.
Version 5.0.0
5.0.0 - 2019-11-10
Changed
- Unified namespace conventions used across packages
Version 4.0.0
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
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
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
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