Releases: sparksp/elm-review-always
Releases · sparksp/elm-review-always
Use elm-review v2.10.0
Better import handling
NoAlways now ignores always functions that have been declared locally and can tell when Basics has been aliased.
Improved details
NoAlways now only offers fixes for always constants (including numbers, strings, and typed values), for everything else there's an extra warning given in the details to caution against doing any heavy computation in lambda functions. This will give users the chance to review the always instead of accidentally converting it to a lambda.