dry-transaction v0.8.0 Release Notes

Release Date: 2016-07-06 // almost 8 years ago
  • ➕ Added

    • Provide your own matcher object via a matcher: option passed to Dry.Transaction (timriley)

    🔄 Changed

    • Match block API is now provided by dry-matcher gem (timriley)
    • Matching behaviour is clearer: match cases are run in order, the first match case “wins” and is executed, and all subsequent cases are ignored. This ensures a single, deterministic return value from the match block - the output of the single “winning” match case. (timriley)

    Compare v0.7.0...v0.8.0