Releases: plank/laravel-checkpoint
v2.1.0
Multiple Timelines for Checkpoints
This release grants the ability for there to be multiple timelines for checkpoints that can exist at the same time and be queried separately.
v2.0.1-alpha
Fixing hardcoded reference to timeline model
v2.0.0-alpha
Branch to test multiple timeline functionality
Initial Release
Description
Comes with basic revisioning capabilities, ways to register columns as meta data, and stop watching specific columns, some global scopes for filtering, a artisan command for generating a first batch of revisions, as well as some extendible models for Checkpoint
and Revision
Usage
Any models you wish to store revisions for should use the hasRevisions
trait. After ensuring you've run the migrations, you can call php artisan checkpoint:start <Model FQCN>
to initialize that models revisions.
Notes
This release fulfils a basic list of requirements, and likely has bugs and unforeseen consequences. This is a beta.