Skip to content

Releases: zachleigh/yarak

Version 0.9.1

24 Mar 13:48
Compare
Choose a tag to compare
  • Add database seeding.

Version 0.9.0

14 Mar 22:53
Compare
Choose a tag to compare
  • Yarak::call now optionally accepts Phalcon\DiInterface as its third argument.
  • Improved exception handling.
  • Moved all tests over to Codeception.

Version 0.8.6

13 Mar 03:42
Compare
Choose a tag to compare
  • Added support for model relationships in factories.
  • Better error handling.
  • Put migration logic behind interfaces to allow for other migration types.

Version 0.8.5

12 Mar 01:03
Compare
Choose a tag to compare
  • Added model factories for easy test data creation.

Version 0.8.4

07 Mar 23:28
Compare
Choose a tag to compare
  • Fix bug that deleted all migration table columns when rolling back.
  • Documentation improvements.

Version 0.8.3

06 Mar 01:23
Compare
Choose a tag to compare
  • Fixed bug in example yarak_example file.
  • Yarak::call now takes the command as a separate argument rather than as part of the arguments array.
  • Added better error handling to Yarak::call.

Version 0.8.2

03 Mar 23:35
Compare
Choose a tag to compare
  • Improved documentation
  • Added example yarak file to project
  • Minor fixes and improvements

Version 0.8.1

03 Mar 13:09
Compare
Choose a tag to compare
  • Improve documentation
  • Fix rollback command bug

Version 0.8.0

03 Mar 13:08
Compare
Choose a tag to compare

Initial release