Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 1.84 KB

Changelog

  • Make static_facade and method_object take a block for initalization.
  • Drop end-of-lifed Ruby 2.5 and 2.6.
  • Don't share default value object instances. (We now do a shallow dup.) Thanks to sammo1235!
  • Fix keyword argument warnings with Ruby 2.7. Thanks to Elliot Winkler!
  • attr_implement error says "an 'ear()' method" instead of "a 'ear()' method", when the method starts with a likely vowel.
  • Another bugfix when passing hash values to positional arguments.
  • Bugfix when passing hash values to positional arguments.

6.0.0 (yanked)

  • Default arguments! Thanks to Ola K. For example: pattr_initialize [:foo, bar: "default value"]

5.2.0 and earlier

Please see Git history.