Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.86 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 2.86 KB

Changelog

  • Suppress method redefined warnings when $VERBOSE is true #80 (@dgollahon)
  • Detect lets and other constructs using a block-pass like let(:example, &block) #76 (@dgollahon)
  • Fix keyword forwarding for ruby 3.x #71 and #73 (@bquorning, @dgollahon)
  • Dropped support for ruby 2.7 - #72 (@dgollahon)
  • Improve test coverage and officially support the last 4 minor versions of rspec and all non-EOL ruby versions. #70 (@dgollahon)
  • Remove concord, anima, and their transitive dependencies; nice! - #69
  • Slightly improve performance via #bind_call - #59 (@dgollahon)
  • Dropped support for ruby 2.6 - #58 (@dgollahon)
  • Fixed parser version constraint - #43 (@dgollahon) (+ thanks @chiastolite)
  • Re-enabled diagnostic warnings - #39 (@dgollahon)
  • Dropped support for ruby 2.5 - #53 (@alejandropere)

0.0.1

  • Initial release, including the ability to