Releases: flightphp/active-record
Releases · flightphp/active-record
v0.6.0
What's Changed
- A significant overhaul had to be done to address a bug where wrap was not working properly. Now it is, with a lot more unit testing to ensure that.
Full Changelog: v0.5.1...v0.6.0
v0.4.8
What's Changed
- if you pass an unknown method to ActiveRecord it will pass it to the database connection by @n0nag0n in #18
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- There was an unseen merge conflict with spaces vs tabs that caused RecordCommand to....feel very sad.
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- Added new
runway
command for ActiveRecord. Ex: runway make:record users
by @n0nag0n
Full Changelog: v0.4.5...v0.4.6
v0.4.4
What's Changed
- fix: beforeUpdate & beforeSave is not working by @Billtec in #13
- Fixes some flawed logic in the events with update/save by @n0nag0n in #14
New Contributors
Full Changelog: v0.4.3...v0.4.4