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

Changelog History
Page 6

  • v0.8.10 Changes

    • ๐Ÿš€ Maintenance release
  • v0.8.9 Changes

    • ๐Ÿ›  Fix false positive in ParenthesesInCondition
    • ๐Ÿ›  Fix Code.to_tokens/1 for Elixir 1.6
    • ๐Ÿ›  Fix documentation for several checks

    ๐Ÿ†• New checks

    • โš  Credo.Check.Warning.ExpensiveEmptyEnumCheck
  • v0.8.8 Changes

    • ๐Ÿ›  Fix false positive for LargeNumbers
    • ๐Ÿ›  Fix SpaceAroundOperators for @type module attributes
    • Ignore def arguments and specs for OperationOnSameValues
    • ๐Ÿ›  Fix crash in ParenthesesOnZeroArityDefs for variables named defp
    • ๐Ÿ›  Fix false positives for TagHelper
  • v0.8.7 Changes

    • ๐Ÿ›  Fix false positive in ModuleAttributeNames
    • ๐Ÿ›  Fix false positives in unused return checks
    • ๐Ÿ›  Fix underlining in "list" action
    • ๐Ÿ›  Fix CLI argument parsing for mix credo.gen.check
    • ๐Ÿ›  Fix loading of custom checks
    • Prevent error when run against empty umbrella projects
    • โœ… Prevent output for tests
  • v0.8.6 Changes

    • ๐Ÿ›  Fix false positive in SpaceAfterCommas
    • ๐Ÿ›  Fix false positive in SpaceAroundOperators
    • ๐Ÿ›  Fix bug with extracting explain command args
    • ๐Ÿ‘ Allow anonymous functions to be piped as raw values
  • v0.8.5 Changes

    • Speed up scope counting in CLI summary
  • v0.8.4 Changes

    • โœ‚ Remove CheckForUpdates for good
    • ๐Ÿ›  Fix RaiseInsideRescue for implicit try
  • v0.8.3 Changes

    • โšก๏ธ Do not run CheckForUpdates on CI systems and in editor integrations
  • v0.8.2 Changes

    • ๐Ÿ”จ Refactor all consistency checks, providing a nice speed improvement (thx @little-bobby-tables)
    • ๐Ÿ‘Œ Improve Elixir 1.5 compatibility
  • v0.8.1 Changes

    • ๐Ÿ›  Fix misleading issue message for LongQuoteBlocks