Skip to content

Releases: sparksp/elm-review-always

Use elm-review v2.10.0

09 Nov 14:47
d50bcce
Compare
Choose a tag to compare

Add better support for jfmengels/elm-review v2.10.0.

Better import handling

10 Jan 10:00
336cd67
Compare
Choose a tag to compare

NoAlways now ignores always functions that have been declared locally and can tell when Basics has been aliased.

Improved details

17 Jun 16:48
80c445d
Compare
Choose a tag to compare

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.