Elixir v1.12.0-rc.1 released

Thanks team! Lots of good stuff in 1.12.

I’m particularly happy to see Kernel.then, which provides a standard way to pipe values into functions where the piped value does not take the first position in the function’s arguments.

https://github.com/elixir-lang/elixir/blob/v1.12/CHANGELOG.md

1 Like