Skip to content

Releases: sarbbottam/eslint-find-rules

v1.6.0

21 Apr 16:24
Compare
Choose a tag to compare

<a name"1.6.0">

1.6.0 (2016-04-21)

Features

v1.5.0

21 Apr 08:34
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2016-04-21)

Features

v1.4.0

20 Apr 09:31
Compare
Choose a tag to compare

<a name"1.4.0">

1.4.0 (2016-04-20)

Features

  • lib:

v1.3.0

17 Apr 17:13
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2016-04-17)

Features

  • api: expose current rules detailed config (4c7c83cc)

v1.2.0

15 Apr 15:37
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-04-15)

Features

v1.1.0

15 Apr 00:20
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-04-15)

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

  • bin: 0 exit code when no unused rules found (#39) (a001620d)
  • 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)

v1.0.0

14 Apr 19:59
Compare
Choose a tag to compare

<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)