Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 865 Bytes

v0.4.0 - 2024-04-26

  • Allow filtering changes by values with negative matching

v0.3.0 - 2024-04-26

  • Allow querying changes by a record
  • Allow filtering changes by values and operations
  • Allow sorting changes by using new scopes
  • Allow diffing a change
  • Filter logs by using Rails.application.config.filter_parameters

v0.2.1 - 2024-04-16

  • Validate context type to make sure it's a hash or hash-like object

v0.2.0 - 2024-04-16

  • Fix compatibility with ActiveRecord versions prior to 7.1
  • Validate context size to keep it under 1MB

v0.1.0 - 2024-03-08

  • Create the gem