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

Latest commit

 

History

History
61 lines (48 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

61 lines (48 loc) · 1.89 KB

Changelog

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.

5.0.1 - 2020-03-05

Changed

  • Changed company name references.

5.0.0 - 2019-11-10

Changed

  • Unified namespace conventions used across packages

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.

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.

Removed

  • RequestInterface method definitions.

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.

Removed

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

1.0.0 - 2019-03-05

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