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