Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 594 Bytes

Change Log

All notable changes to this project will be documented in this file.

0.2.0 - 2014-11-12

Added

  • Added PhpSpecRunExtension to execute the phpspec run command after describing missing classes/methods.

  • Bumped to ~0.2 of the ExemplifyExtension. Which adds:

    • Asking whether an instance method, static method or name constructor is being described
    • Checking to see if the method has already been described and only adding the example if it hasn't.