All Versions
115
Latest Version
Avg Release Cycle
8 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v0.3.10 Changes
- ๐ Fix a bug resulting in
UnicodeConversionError
for code containing UTF-8 comments.
- ๐ Fix a bug resulting in
-
v0.3.9 Changes
- ๐ Fix a bug in
AliasUsage
.
- ๐ Fix a bug in
-
v0.3.8 Changes
- ๐ Fix false positives for
AliasUsage
.
- ๐ Fix false positives for
-
v0.3.7 Changes
- ๐ Fix false positive for
SpaceAroundOperators
.
- ๐ Fix false positive for
-
v0.3.6 Changes
- ๐ Fix false positives for
SpaceAroundOperators
andPipeChainStart
. - โ Add option to read from STDIN for better editor integration
- ๐ Fix false positives for
-
v0.3.5 Changes
- โ Remove superfluous call to
IO.inspect
. - โก๏ธ Update deps requirements to make HexFaktor happy.
- โ Remove superfluous call to
-
v0.3.4 Changes
- ๐ Fix false positives for
SpaceAroundOperators
in binary pattern matches. - ๐ Fix a bug when supplying a single file via the CLI.
- ๐ Fix false positives for
-
v0.3.3 Changes
- ๐ Fix false positives for
SpaceAroundOperators
andSpaceInParentheses
.
- ๐ Fix false positives for
-
v0.3.2 Changes
mix do credo, <something-else>
was broken and never ran<something-else>
, even ifcredo
succeeded (exited with exit status 0). Now it runs<something-else>
as long ascredo
succeeds.
-
v0.3.1 Changes
- ๐ Fix compiler warnings
- ๐ Improve copywriting for consistency checks (thx @vdaniuk)