Skip to content

Releases: plank/laravel-checkpoint

v2.1.0

21 Mar 22:14
92b0aaf

Choose a tag to compare

Support Laravel Version 9

Had to remove our psalm workflows and composer dependencies until they properly support Laravel 9.

Multiple Timelines for Checkpoints

11 Nov 15:24
70012cf

Choose a tag to compare

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

09 Sep 16:34

Choose a tag to compare

v2.0.1-alpha Pre-release
Pre-release

Fixing hardcoded reference to timeline model

v2.0.0-alpha

09 Sep 14:58

Choose a tag to compare

v2.0.0-alpha Pre-release
Pre-release

Branch to test multiple timeline functionality

Initial Release

24 Nov 18:11
b1f4a8c

Choose a tag to compare

Initial Release Pre-release
Pre-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.