Releases: javierav/haku
Releases · javierav/haku
v1.5.0
v1.4.0
What's Changed
- Improve
Haku::Eventable
module to support more data sources for event properties - Add
Haku::Delayable
module to execute service object in background - Improve README
- Breaking: Require
activesupport
>= 6.1 - Breaking: Require Ruby >= 2.7
- Fix CI test invocation
Full Changelog: v1.3.1...v1.4.0
v1.3.0
v1.2.1
v1.2.0
v1.1.0
What's Changed
- Add Eventable module by @javierav in #2
- Add persist_resource method to Resourceable module by @javierav in #3
- Allow to declare inputs in service objects by @javierav in #4
- Improve call method by @javierav in #5
- Add configuration method to Haku module by @javierav in #6
- Improve readme by @javierav in #7
- Use Appraisal for test against multiple gems versions by @javierav in #8
- Rename has_event to event by @javierav in #9
Full Changelog: v1.0.0...v1.1.0