v1.2.0
Improvements
pipes
: pipe-ifies when first arg to a function is a pipe. reach out if this happens in unstylish places in your code (Closes #133)pipes
: unpiping assignments will make the assignment one-line when possible (Closes #181)deprecations
: 1.18 deprecationsList.zip
=>Enum.zip
first..last = range
=>first..last//_ = range
(this may actually be from 1.17?)
Fixes
pipes
: optimizations are less likely to move comments (Closes #176)