Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 2.23 KB

[0.1.7] - 2023-11-21

  • Validate detected instance_variable is an ActiveRecord::Relation ed650ae 86497bd
  • Add includes after methods returning AR on autocorrect 767e5e1

[0.1.6] - 2023-11-09

Fix a bug when N+1 is caused not in the request (e.g. Sidekiq) 51f051e

[0.1.5] - 2023-10-27

Be able to patch for nested associations require includes though child associations are already included d1b7445

[0.1.4] - 2023-10-22

  • Patch files other than controllers 218566d
  • Patch unassigned queries 159573a
  • Apply patches starting from the top of the method f8d0058
  • Log also when the target file is in the skip list a23a3bc

[0.1.3] - 2023-10-18

  • Fix a redundant auto-correct for multiple tests with n+1 queries when running RSpec #6 (@ydah)

[0.1.2] - 2023-10-16

[0.1.1] - 2023-10-11

[0.1.0] - 2023-10-10

  • Initial release