Skip to content

Releases: owen-it/laravel-auditing

v13.6.7

30 May 13:32
22682dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.6.6...v13.6.7

v13.6.6

28 May 16:18
5dd4036
Compare
Choose a tag to compare

What's Changed

  • Read Audit Implementation from Auditable by @erikn69 in #874
  • Fix Laravel 11 event auto-discovery by registering listeners in AuditingServiceProvider by @onlime in #916
  • Add config to allow records array values by @rizkypujiraharja in #915
  • Fix DispatchAudit Serialization Problems by @erikn69 in #893
  • 12.x EOL by @erikn69 in #934
  • Avoid only using id as audit model primary key by @erikn69 in #933
  • Add withoutAuditing() callback method to temporarily disable auditing for one class by @derekmd in #917
  • Globally disable auditing on withoutAuditing() by @erikn69 in #938
  • feat (Auditable): customized relationship for Attach, Detach and Sync by @wilianx7 in #921
  • Added auditSyncWithPivotValues method by @erikn69 in #939

New Contributors

Full Changelog: v13.6.5...v13.6.6

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