Skip to content

Releases: seancheung/history

v2.8.0

21 Oct 03:06
1948bf7

Choose a tag to compare

Added Laravel 12 support

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

22 Mar 03:58

Choose a tag to compare

Added custom history event translation support

Full Changelog: v2.6.1...v2.7.0

v2.6.1

22 Mar 02:39
59c0871

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.6.0...v2.6.1

v2.6.0

19 Mar 17:39

Choose a tag to compare

Added Laravel 11 support

What's Changed

New Contributors

Full Changelog: 2.5.1...2.6.0

v2.5.1

02 Jun 06:00
bf2c637

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.5.1

v2.5.0

27 Mar 05:23

Choose a tag to compare

Added Laravel 10 support

What's Changed

  • Pleasing static analyzer (Psalm) by @nxmndr in #28
  • Removed deprecated $dates mutator

New Contributors

Full Changelog: 2.4.0...2.5.0

v2.4.0

15 Jun 09:58

Choose a tag to compare

Added Laravel 9 support

v2.3.0

22 Sep 09:38
10b7c61

Choose a tag to compare

  • Added custom meta support #19

You can now override default meta for created/updating/deleting/restored events via getModelMeta method in HasHistories trait.

Contributed by @adbhutagaurangadas

v2.2.1

18 Jan 12:33
4fd4d03

Choose a tag to compare

Added PHP 8 support

v2.2.0

02 Dec 17:24

Choose a tag to compare

Added auth guard configuration support