Skip to content

Releases: zachleigh/yarak

Version 1.2.0

17 Jan 13:12
Compare
Choose a tag to compare

Breaking Changes

  • Extracted command wrapper to separate package. Could affect interface type hints. See release notes for more info.

Version 1.1.3

30 Nov 13:10
Compare
Choose a tag to compare
  • 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

04 May 01:41
Compare
Choose a tag to compare

Version 1.1.1

22 Apr 08:48
Compare
Choose a tag to compare
  • Fixed a bug that prevented default config values from being used.

Version 1.1.0

17 Apr 22:50
Compare
Choose a tag to compare
  • 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

11 Apr 02:28
Compare
Choose a tag to compare
  • Bug fixes and configuration tweaks.

Version 1.0.2

09 Apr 21:55
Compare
Choose a tag to compare
  • Better namespace resolution.

Version 1.0.1

07 Apr 23:04
Compare
Choose a tag to compare
  • Bug fixes
  • Example command improvements

Version 1.0.0

07 Apr 00:00
Compare
Choose a tag to compare
  • 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 use migrate:rollback, migrate:reset and migrate:refresh.
  • Bug fixes and code improvements.

Version 0.9.2

24 Mar 13:49
Compare
Choose a tag to compare
  • Improved console output.