Skip to content

Releases: kentcdodds/eslint-find-new-rules

v2.0.2

31 Aug 16:47
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2016-08-31)

Bug Fixes

  • deprecate: Publish deprecation notice (c0d0ee6a)

v2.0.1

11 Apr 21:07
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-04-11)

Bug Fixes

  • usage: use latest version of lodash.difference (#33) (3823e54c)

v2.0.0

29 Mar 10:16
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-03-29)

Breaking Changes

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

    (ea617cfc)

v1.2.0

20 Mar 18:45
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-03-20)

Bug Fixes

  • coverage: ignored branch coverage (49fd8234)
  • 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)

Features

v1.1.0

19 Mar 20:32
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-03-19)

Bug Fixes

  • lib:
    • Restore original behavior when invoking without any argument (14a9de7b)
    • Assure comp. with Node 0.10 (c1205f97)
  • tests: Alter tests to reflect the module's originally intended behavior (ffb0f16d)

Features

  • lib: Support extends and plugins (18b8aae8)

v1.0.3

17 Mar 16:35
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2016-03-17)

Bug Fixes

  • tests:
    • Correct link to required bin.js (977b6316)
    • Use proxyquire to mock fs object instead of mocking the filesystem. (7f967044)

v1.0.2

16 Mar 22:03
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-03-16)

Bug Fixes

  • readme: fix typos in readme file (4a4bfa4b)

v1.0.1

16 Mar 13:09
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-03-16)

Bug Fixes

  • docs: Commit random stuff to force a docs release (00aa680a)

v1.0.0

16 Mar 12:34
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-03-16)

Bug Fixes

  • compat: Fix issues with node@^0.10 (7055b70f)

Features