Releases: Gusto/ar-query-matchers
Releases · Gusto/ar-query-matchers
v0.8.0
[0.8.0] - 2023-07-26
Modified
Changed the implementation of ArQueryMatchers::Queries::TableName to calculate distance of class name to table name to determine which class name is most likely. This changes how tables in only_load_at_most_models
are calculated.
Added ruby 3.2 and removed rails 5 from testing matrix
v0.7.0
Version bump
v0.5.3 bump once more (#26)
Improve MODEL_SQL_PATTERN regex
Allow for more granular SQL statement matching for loads (#25) * CI: Remove ruby 2.5.x and 2.6.x tests in favor of 2.7.x * minor: Update publish script tag version -> ruby-version * refactor: Update MODEL_SQL_PATTERN to allow for more granular matches; remove MODEL_LOAD_PATTERN * rubocop: Fix or ignore * chore: Remove dead code * bump * revert: Roll-back query matcher changes * refactor: Ensure MODEL_SQL_PATTERN captures first-most table