Skip to content

Releases: EriBloo/laravel-model-snapshots

v0.4.3

30 Sep 21:25
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

What's Changed

  • fix #16 incorrect whereMorphedTo column qualification in Laravel 11.19. Thanks @vesper8 for reporting this issue
  • chore(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #14
  • chore(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #15

Full Changelog: v0.4.2...v0.4.3

v0.4.2

05 Apr 07:57
1eb3821
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

What's Changed

  • chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #9
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #8
  • Add Laravel 11 support by @it-can in #11
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #13
  • chore(deps): bump ramsey/composer-install from 2 to 3 by @dependabot in #12

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

23 Aug 11:00
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
fix: incorrect macroable trait

v0.4.0

21 Aug 19:56
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • add description to snapshots
  • add options setters to snapshotter
  • split snapshot restore method into revert, branch and fork
  • separate toModel method on snapshot
  • rename methods

v0.3.0

11 Apr 18:59
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • morph one snapshot relationship
  • better raw values storing to properly handle mutators and accessors
  • small properties and methods name changes
  • snapshot restoration
  • don't create duplicate snapshots by default
  • add events

v0.2.0

07 Mar 23:10
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • create separate snapshotter class that handles snapshot creation
  • snapshot options
  • snapshot relations
  • multiple smaller changes

v0.1.0

11 Apr 19:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • initial concept