Skip to content

Releases: seancheung/history

v2.7.0

22 Mar 03:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added Laravel 9 support

v2.3.0

22 Sep 09:38
10b7c61
Compare
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
Compare
Choose a tag to compare

Added PHP 8 support

v2.2.0

02 Dec 17:24
Compare
Choose a tag to compare

Added auth guard configuration support

v2.1.1

20 Oct 04:48
Compare
Choose a tag to compare
  • doc update
  • travis fix