Releases: zachleigh/yarak
Releases · zachleigh/yarak
Version 0.9.1
- Add database seeding.
Version 0.9.0
- Yarak::call now optionally accepts Phalcon\DiInterface as its third argument.
- Improved exception handling.
- Moved all tests over to Codeception.
Version 0.8.6
- 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
- Added model factories for easy test data creation.
Version 0.8.4
- Fix bug that deleted all migration table columns when rolling back.
- Documentation improvements.
Version 0.8.3
- 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
- Improved documentation
- Added example yarak file to project
- Minor fixes and improvements
Version 0.8.1
- Improve documentation
- Fix rollback command bug
Version 0.8.0
Initial release