All notable changes to laravel-revisions
will be documented in this file
- Support Laravel 7.x
- Support Laravel 6.0
- Delete future added child related records when rolling back
- Allow for revisions to contain timestamps
- Fixed relations with custom pivot accessors
- Fixed
saveAsRevision()
method expecting default model return type
- Added support for excluding certain fields when creating a revision.
- Support Laravel >= 5.8
- breaking change:
bigInteger
column type onusers
table -> affects foreign key constraints onusers
table
- breaking change:
- Transferred ownership to the Neurony organisation
- Changed package name in
composer.json
file fromzbiller/laravel-revisions
toneurony/laravel-revisions
- Changed namespace from
Zbiller\Revisions
toNeurony\Revisions
- Updated continuous integration badges to point to the newly transferred repository
- Initial release