Releases: zachleigh/yarak
Releases · zachleigh/yarak
Version 1.2.0
Breaking Changes
- Extracted command wrapper to separate package. Could affect interface type hints. See release notes for more info.
Version 1.1.3
- Several new command line helpers: confirm, ask, askPassword, choose, anticipate, and choice.
- Travis testing improvements that allow testing up to PHP 7.2
- Bug fixes
Thanks to @micheleangioni for all the above!
Version 1.1.2
- Fixed bug with make:migration --create (Issue #21)
- Fixed documentation errors
- Added developer documentation (https://github.com/zachleigh/yarak#developing)
- Minor dev changes
Version 1.1.1
- Fixed a bug that prevented default config values from being used.
Version 1.1.0
- Moved config to Phalcon config and changed how Yarak access config values. Please see the README for more information.
- Simplified Di resolution.
Version 1.0.3
- Bug fixes and configuration tweaks.
Version 1.0.2
- Better namespace resolution.
Version 1.0.1
- Bug fixes
- Example command improvements
Version 1.0.0
- Added user defined commands. Create your own commands and run them through Yarak.
- Migration command syntax has changed. The flags
--rollback
,--reset
and--refresh
have been changed to separate commands in the migrate namespace. Please usemigrate:rollback
,migrate:reset
andmigrate:refresh
. - Bug fixes and code improvements.
Version 0.9.2
- Improved console output.