Skip to content

Releases: 10quality/wpmvc-commands

Version 1.1.9

27 Jan 19:39
Compare
Choose a tag to compare

Changelog

  • Minor prettify improvements.

Version 1.1.9

26 Jan 23:29
Compare
Choose a tag to compare

Changelog

  • New PrettifyCommand.
  • Improved prettification on arrays with too many arguments (printed in multiple lines).
  • Improved prettification on comparing conditions (if, while, else if and such) with too many arguments (printed in multiple lines).
  • Added Ayuco's options support for --comment, --audit and --void.
  • SetNameCommand fully deprecated.
  • Bug fixes and minor updates.

Version 1.1.8

21 Jan 06:23
Compare
Choose a tag to compare

Changelog

  • Bug fixes.
  • Deprecation of SetNameCommand in SetupCommand.

Version 1.1.7

19 Jan 01:15
Compare
Choose a tag to compare

Changelog

  • Added pretty-printer WPPrinter class.
  • Comment @version, @author and @package not get updated with commands.
  • Comment @version updated on metho addition to a controller.
  • Bug fixes.

Version 1.1.6

18 Jan 08:21
Compare
Choose a tag to compare

Changelog

  • Prevents duplication.
  • Comments generation process updated and refactored to include @author, @version and @package.
  • SetCommand and SetupCommand now supports author.
  • Migrated to PHPUnit v8, added more test cases and tests.
  • Bug fixing.

Version 1.1.5.1

14 Jan 12:23
Compare
Choose a tag to compare

Changelog

  • Quick patch fix.

Version 1.1.5

14 Jan 03:21
Compare
Choose a tag to compare

Changelog

Version 1.1.4

14 Jan 00:01
dbd34c6
Compare
Choose a tag to compare

Changelog

Version 1.1.3

12 Jan 10:34
Compare
Choose a tag to compare

Changelog

  • Bug fixes on term model generation.

Version 1.1.2

12 Jan 09:12
Compare
Choose a tag to compare

Changelog

  • Comments, strings, and text refactoring.
  • TermModel support.
  • Bug fixing.