Releases: benpickles/operatic
Releases · benpickles/operatic
0.7.0
- Data within an operation is now gathered on a separate
#data
object that's passed to a concreteOperatic::Success
/Operatic::Failure
result instance on completion. Convenience data accessors can be defined on theData
object (via the renamedOperatic.data_attr
) but remain available on the result using the magic ofResult#method_missing
. #18 - Require Ruby version 2.7+.
- Support pattern matching solely against a Result's data. #20
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
Version 0.2.0
First official version hosted on RubyGems.org.
0.1.1
Hoping to fix publishing to GPR 🤞
First release
v0.1.0 Publish to GPR on release.