v1.3.2
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)