Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 650 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 650 Bytes

[Unreleased]

[1.5.0] - 2024-12-18

  • Support inheritance

[1.4.0] - 2024-06-23

  • Support customize method owner name

[1.3.0] - 2022-12-23

  • Support &block

[1.2.1] - 2022-11-21

  • Build on main branch

[1.2.0] - 2022-11-21

  • Support class_method

[1.1.1] - 2022-10-08

  • Change owner method define from self.calss.define_method to self.define_singleton_method

[1.1.0] - 2022-10-08

  • Support module_function

[1.0.0] - 2022-09-16

  • Now you can use .active_method through include ActiveMethod
  • Get each method with owner like Foo[user].call(a: 1) for testing

[0.5.0] - 2022-08-28

  • Initial release