Skip to content

Releases: owen-it/laravel-auditing

v13.6.5

14 Mar 13:43
27e1b31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.6.4...v13.6.5

v13.6.4

31 Dec 09:18
42ebec8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.6.3...v13.6.4

v13.6.3

20 Dec 08:34
66498a9
Compare
Choose a tag to compare

What's Changed

  • Fix queue auditing contracts breaking changes by @erikn69 in #883

Full Changelog: v13.6.2...v13.6.3

v13.6.2

18 Dec 20:25
2d3510d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.6.1...v13.6.2

v13.6.1

18 Dec 07:39
0d4398a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.6.0...v13.6.1

v13.6.0

14 Dec 12:50
cac184d
Compare
Choose a tag to compare

What's Changed

  • PhpStan fixes by @erikn69 in #848
  • allow selecting columns to be saved when using auditAttach() method by @s4muel in #844
  • allow selecting columns to be saved when using auditDetach(), auditSync() and auditSyncWithoutDetaching() by @s4muel in #850
  • Use GitHub Actions V4 by @erikn69 in #868
  • Test against php 8.3 by @erikn69 in #867
  • Make UrlResolver resolve the proper command line used instead of "console" by @tigitz in #851
  • fix ArrayObject::__construct() TypeError by @erikn69 in #865
  • Unset classCastCache for given key by @bskl in #742
  • Fix tests by @erikn69 in #872
  • Include Attribute Mutator on Audit Formatting by @hamedghaderi in #829
  • Refactor auditSync, auditDetach, auditAttach methods by @erikn69 in #866
  • Avoid duplicate data on detach, attach, sync by @erikn69 in #873

New Contributors

Full Changelog: v13.5.1...v13.6.0

What's Changed

  • PhpStan fixes by @erikn69 in #848
  • allow selecting columns to be saved when using auditAttach() method by @s4muel in #844
  • allow selecting columns to be saved when using auditDetach(), auditSync() and auditSyncWithoutDetaching() by @s4muel in #850
  • Use GitHub Actions V4 by @erikn69 in #868
  • Test against php 8.3 by @erikn69 in #867
  • Make UrlResolver resolve the proper command line used instead of "console" by @tigitz in #851
  • fix ArrayObject::__construct() TypeError by @erikn69 in #865
  • Unset classCastCache for given key by @bskl in #742
  • Fix tests by @erikn69 in #872
  • Include Attribute Mutator on Audit Formatting by @hamedghaderi in #829
  • Refactor auditSync, auditDetach, auditAttach methods by @erikn69 in #866
  • Avoid duplicate data on detach, attach, sync by @erikn69 in #873
  • Queued Auditing by @Orrison in #846

New Contributors

Full Changelog: v13.5.1...v13.6.0

v13.5.1

19 Jun 14:56
8b9c5bd
Compare
Choose a tag to compare

What's Changed

  • Use FQN instead of alias to fix phpstan internal error by @SanderMuller in #807
  • Replace lumen-vendor-publish with larasupport by @erikn69 in #824
  • Update return value of Auditor->execute so that it works for PHP Version 8.1.19 by @weirdlooop in #838
  • Fix null parameter when no created_at/updated_at by @erikn69 in #833
  • Don't need to execute these calls multiple times by @gms8994 in #831

New Contributors

Full Changelog: v13.5.0...v13.5.1

v13.5.0

20 Mar 18:11
f7da93e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.4.0...v13.5.0

v13.4.0

13 Mar 12:27
5f86086
Compare
Choose a tag to compare

What's Changed

  • Fix disable auditing before model initialization by @evgeek in #758
  • fix: datetime values are shifted by the timezone modifier by @erikn69 in #775

New Contributors

Full Changelog: v13.3.0...v13.4.0

v13.3.0

10 Mar 15:03
6c0746f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.2.0...v13.3.0