Skip to content

Releases: DamienHarper/auditor

2.1.1

31 Oct 15:22
2d4cfa1
Compare
Choose a tag to compare

What's Changed

References

Official documentation

Full Changelog: 2.1.0...2.1.1

2.1.0

30 Oct 21:36
4072a4e
Compare
Choose a tag to compare

What's Changed

New Contributors

References

Official documentation

Full Changelog: 2.0.5...2.1.0

2.0.5

07 Aug 15:16
Compare
Choose a tag to compare

What's Changed

References

Official documentation

Full Changelog: 2.0.4...2.0.5

2.0.4

07 Aug 14:21
Compare
Choose a tag to compare

What's Changed

References

Official documentation

Full Changelog: 2.0.3...2.0.4

2.0.3

18 May 06:50
600f64f
Compare
Choose a tag to compare

What's Changed

New Contributors

References

Official documentation

Full Changelog: 2.0.2...2.0.3

2.0.2

04 Apr 16:08
Compare
Choose a tag to compare

What's Changed

  • Better transaction processor/hydrator code coverage by @DamienHarper in #93
  • Switch from arrays to DTO classes when passing event information around by @janklan in #94

References

Official documentation

Full Changelog: 2.0.1...2.0.2

2.0.1

08 Mar 08:30
657164b
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect dissociation array destructuring by @janklan in #92

New Contributors

References

Official documentation

Full Changelog: 2.0.0...2.0.1

2.0.0

05 Mar 21:00
Compare
Choose a tag to compare

What's Changed

This release is focused on bringing Symfony 6 and doctrine/dbal 3.x support as well as dropping PHP 7.2 and 7.3 compatibility.

BC changes

  • Providing an integer value for the keep argument of the audit:clean command is no longer supported. Use the ISO 8601 duration format (e.g. P12M) instead.
  • Passing name and value to the Query::addFilter() method is no longer supported. Pass it a FilterInterface object instead.
  • Query::addRangeFilter() method has been removed, you should call Query::addFilter() instead and pass it a RangeFilter object.
  • Query::addDateRangeFilter() method has been removed, you should call Query::addFilter() instead and pass it a DateRangeFilter object.

Changes

Fixes

New Contributors

References

Official documentation

Full Changelog: 1.3.0...2.0.0

1.4.0

10 Feb 08:47
93f7952
Compare
Choose a tag to compare

What's Changed

References

Official documentation

Full Changelog: 1.3.2...1.4.0

1.3.2

04 Feb 13:00
84f2e42
Compare
Choose a tag to compare

What's Changed

References

Official documentation

Full Changelog: 1.3.1...1.3.2