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.
- Changed company name references.
- Unified namespace conventions used across packages
- Command interface and implementation.
- Factories for Requests and Commands.
- Request and response methods return types to simplify implementing the objects in applications.
- Simplified the README for easier maintenance.
- MethodEnum to make a more strict definition of the available methods.
- Order of parameters for the Request object constructor.
- RequestInterface method definitions.
- Added parameters to the Request interface and implementation.
- Order of constructor parameters
- Default value of the request method.
- SearchCriteria dependency by expecting GET parameters as an associative array.
- 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