overtrue/laravel-versionable
Add lightweight version history to Laravel Eloquent models. Track only changed attributes, control fields via whitelist/blacklist, keep a set number of versions, browse versions and revert to any saved point in time with simple APIs and migrations.
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.4.0...5.5.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.3.3...5.4.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.3.2...5.3.3
Added Version::isLatest().
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.7...5.3.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.6...5.2.7
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.5...5.2.6
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.3...5.2.4
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.2...5.2.3
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.1...5.2.2
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.2.0...5.2.1
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.1.4...5.2.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.1.2...5.1.3
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.1.1...5.1.2
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.1.0...5.1.1
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/5.0.0...5.1.0
oldestVersions()latestVersions()setVersionStrategy(string $strategy) now accept string or enum class: setVersionStrategy(string|VersionStrategy $strategy).VersionStrategy::SNAPSHOT will no longer contain all model attributes, but only all $versionable attributes.VersionStrategy::DIFF strategy.history() and replaced with latestVersions()Full Changelog: https://github.com/overtrue/laravel-versionable/compare/4.5.0...4.6.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/4.5.0...5.0.0-beta.1
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/4.4.0...4.5.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/4.3.0...4.4.0
Full Changelog: https://github.com/overtrue/laravel-versionable/compare/4.2.1...4.3.0
How can I help you explore Laravel packages today?