Skip to content

v0.10.1

Choose a tag to compare

@dannote dannote released this 05 May 12:25
· 12 commits to master since this release

Fixed

  • Restored pipe-aware pattern matching after the 0.10.0 candidate prefilter optimization. Piped calls such as data |> Enum.map(fun) now match direct call patterns like Enum.map(_, _) again.