Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

80 lines (59 loc) · 1.76 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.

1.0.3 - 2020-03-05

Changed

  • Changed company name references.

1.0.2 - 2019-02-21

Added

  • CHANGELOG.md
  • CONTRIBUTING.md
  • phpcs.xml
  • squizlabs/php_codesniffer package to dev requirements.

Changed

  • Archive exclusion rules in composer.json.
  • .travis.yml added composer cache and added PHPCS test.
  • README.md added Contributing and Change log additions.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

1.0.1 - 2019-01-15

Added

  • CODE_OF_CONDUCT
  • PULL_REQUEST_TEMPLATE

Changed

  • Old name idea from composer.json

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

1.0.0 - 2019-01-10

Added

  • PhpUnified\State\Common\StateInterface an interface as a state keeper of a component or an entire system.
  • PhpUnified\State\Common\StateTrackerInterface an interface which indicates that an object has an option to keep track of a state.
  • PhpUnified\State\State a basic implementation of the StateInterface.
  • PhpUnified\State\VoidState an implementation of the StateInterface which does not hold any information.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing