Skip to content

v1.3.2

Compare
Choose a tag to compare
@flash-gordon flash-gordon released this 30 Nov 09:04
v1.3.2
21187f2

v1.3.2 2019-11-30

Fixed

  • Warnings about keywords from Ruby 2.7 (flash-gordon)

Added

  • Pattern matching syntax was improved by implementing #deconstruct_keys. Now curly braces aren't necessary when the wrapped value is a Hash (flash-gordon)
    case result
    in Success(code: 200...300) then :ok
    end

Internal

  • Performance of do notation was improved for failing cases (1.2x to 1.3x on synthetic benchmarks) (flash-gordon)

Compare v1.3.1...v1.3.2