Skip to content

v1.0.0

Compare
Choose a tag to compare
@sarbbottam sarbbottam released this 14 Apr 19:59
· 88 commits to 924244a0b9530827fcd0a3a277c549c1a8a31e60 since this release

<a name"1.0.0">

1.0.0 (2016-04-14)

Bug Fixes

  • coverage: ignored branch coverage (49fd8234)
  • lib:
    • Restore original behavior when invoking without any argument (14a9de7b)
    • Assure comp. with Node 0.10 (c1205f97)
  • plugin:
    • Rename rules according to plugin name (81e1b47d)
    • Fix collecting keys for a plugin's rule set (ae0bde2d)
  • tests:
    • Fix mock up of referenced plugin (329947ec)
    • Alter tests to reflect the module's originally intended behavior (ffb0f16d)

Features

  • cli: accepts options corresponding to rules (e2cf04e1)
  • exit: non-zero exit code for getUnusedRules (#34) (adb85057)
  • lib: Support extends and plugins (18b8aae8)
  • plugin: support plugin rules (256ff6e3, closes #14)

Breaking Changes

  • the API has changed
    from findNewRules(currentRules, pluginRules)
    to getRuleFinder('path/to/eslint-config').getUnusedRules()

    (ea617cfc)