Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 760 Bytes

File metadata and controls

27 lines (19 loc) · 760 Bytes

CHANGELOG

v1.0.0

  • MachineTest: more detailed tests implemented
  • added installation procedure to README.md
  • added MachineInterface::runOnce() and Machine::runOnce() to allow just one pass over possible transitions
  • started actual CHANGELOG.md
  • small fix for example used in documentation (missing $machine->init() call)
  • implemented tests for assertion classes
  • updated and extended documentation (README.md)

v0.3

  • README.md updated
  • created CODE_OF_CONDUCT.md
  • created CONTRIBUTING.md

v0.2

  • defined php version requirements
  • fixed Machine::setMachineState() behavior with exactly same state given in param
  • implemented basic tests

v0.1

  • basic functionality and architecture implementation, first working version