Skip to content

v1.1.1

Choose a tag to compare

@novaugust novaugust released this 18 Oct 18:30
· 152 commits to main since this release

Improvements

  • unless: rewrite unless a |> b |> c as unless !(a |> b() |> c()) rather than unless a |> b() |> c() |> Kernel.!() (h/t @GregMefford)