All Versions
115
Latest Version
Avg Release Cycle
8 days
Latest Release
-

Changelog History
Page 10

  • v0.3.10 Changes

    • ๐Ÿ›  Fix a bug resulting in UnicodeConversionError for code containing UTF-8 comments.
  • v0.3.9 Changes

    • ๐Ÿ›  Fix a bug in AliasUsage.
  • v0.3.8 Changes

    • ๐Ÿ›  Fix false positives for AliasUsage.
  • v0.3.7 Changes

    • ๐Ÿ›  Fix false positive for SpaceAroundOperators.
  • v0.3.6 Changes

    • ๐Ÿ›  Fix false positives for SpaceAroundOperators and PipeChainStart.
    • โž• Add option to read from STDIN for better editor integration
  • v0.3.5 Changes

    • โœ‚ Remove superfluous call to IO.inspect.
    • โšก๏ธ Update deps requirements to make HexFaktor happy.
  • v0.3.4 Changes

    • ๐Ÿ›  Fix false positives for SpaceAroundOperators in binary pattern matches.
    • ๐Ÿ›  Fix a bug when supplying a single file via the CLI.
  • v0.3.3 Changes

    • ๐Ÿ›  Fix false positives for SpaceAroundOperators and SpaceInParentheses.
  • v0.3.2 Changes

    • mix do credo, <something-else> was broken and never ran <something-else>, even if credo succeeded (exited with exit status 0). Now it runs <something-else> as long as credo succeeds.
  • v0.3.1 Changes

    • ๐Ÿ›  Fix compiler warnings
    • ๐Ÿ‘Œ Improve copywriting for consistency checks (thx @vdaniuk)