Skip to content

v0.11.9

Choose a tag to compare

@novaugust novaugust released this 26 Jan 20:10
· 252 commits to main since this release

Improvements

  • pipes: check for Stream.foo equivalents to Enum.foo in a few more cases

Fixes

  • pipes: |> then(&(&1 op y)) rewrites with |> Kernel.op(y) as long as the operator is defined in Kernel; skips the rewrite otherwise (h/t @kerryb for the report & @saveman71 for the fix)