Releases: 10quality/wpmvc-commands
Releases · 10quality/wpmvc-commands
Version 1.1.9
Changelog
- Minor prettify improvements.
Version 1.1.9
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
Changelog
- Bug fixes.
- Deprecation of
SetNameCommand
inSetupCommand
.
Version 1.1.7
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
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
Changelog
- Quick patch fix.
Version 1.1.5
Version 1.1.4
Version 1.1.3
Changelog
- Bug fixes on term model generation.
Version 1.1.2
Changelog
- Comments, strings, and text refactoring.
TermModel
support.- Bug fixing.