v1.1.0
Improvements
The big change here is the rewrite/removal of unless
due to unless "eventually" being deprecated. Thanks to @janpieper and @ypconstante for bringing this up in #190.
unless
: rewrite allunless
toif
(#190)pipes
: optimize|> Stream.{each|map}(fun) |> Stream.run()
to|> Enum.each(fun)