Skip to content

v3.0.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 31 Oct 12:13
· 248 commits to master since this release
v3.0.0
34928aa

Breaking Changes

  • 9aa7e8d added the check of new features in Node.js 7 into no-unsupported-features rule. (#46)
    This is about ECMAScript 2016-2017.
  • ce465b8 added the check of new deprecated APIs in Node.js 7 into no-deprecated-api rule. (#54)
  • It updated plugin:node/recommended config.
    • 8e0c033 enabled no-process-exit rule. (#53)
    • 13c61b1 enabled node/no-unpublished-bin and node/process-exit-as-throw rules.

Bug Fixes

  • 292e8f8 fixed a false positive of no-unsupported-features about Unicode code point escapes.