Skip to content

Releases: php-unified/state

Version 1.0.4

05 Mar 21:03
Compare
Choose a tag to compare

1.0.4 - 2020-03-05

Changed

  • Changed company name references.

Version 1.0.3

05 Mar 20:02
Compare
Choose a tag to compare

Added .gitattributes file to remove some files from the exported package.

Version 1.0.2

21 Feb 18:30
1d44175
Compare
Choose a tag to compare

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

Version 1.0.1

15 Jan 19:56
8451398
Compare
Choose a tag to compare

Removed an old naming idea from the composer.json file.

Version 1.0.0

10 Jan 19:09
c46acdf
Compare
Choose a tag to compare

The initial release of this package contains the following implementations:

  • 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.