Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

46 lines (30 loc) · 594 Bytes

Changelog

master

  • switch CI to github actions
  • remove danger
  • remove codecov

1.0.0

  • repackage 0.3.1 as 1.0.0
  • setup circleci
  • drop ruby < 2.4

0.3.1

  • fix after wrapper ordering bug PR#6

0.3.0

  • add danger
  • also support higher arity methods (== method with more than one argument)

0.2.0

  • update documentation
  • enable ruby 2.1+

0.1.1

  • add changelog, update copyright
  • add test helper method ensure_method_delegators to make rspec stubs/mocks work as expected

0.1.0

  • initial release