Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 2.18 KB

REVISION.md

File metadata and controls

85 lines (56 loc) · 2.18 KB

Revision history

v0.9.10 (2017-10-27)

  • Change repo origin on npm.

v0.9.9 (2017-10-26)

  • Readme point out that ESLint is to replace JSHint.
  • Readme rephrase use 4 spaces for a tab, fix #4.
  • Readme rephrase use semicolon, fix #4.
  • Readme allow function expression without space before (), fix #3.

v0.9.8 (2017-10-20)

  • Eslint allow values to be aligned in object properties declaration.
  • Jscs not require space after keyword function.
  • Upgrade eslint.
  • Add links to eslint in README.

v0.9.7 (2017-09-18)

  • Upgrade eslint to v4.5.0 and eslint-plugin-react to v7.3.0.
  • Allow usage of console, fix #2.

v0.9.6 (2017-06-29) v0.9.5 (2017-06-29)

  • Upgrade eslint to v4.1.1 and eslint-plugin-react to v7.1.0 and jshint to v2.9.5.

v0.9.4 (2017-03-20)

  • Convert .jscsrc rules to .eslintrc.json.
  • Remove iojs from travis.

v0.9.3 (2017-03-20)

  • Add eslint as test with .eslintrc.json and passes test.
  • Add identifier naming.
  • Function parameters should be separated by ", ".
  • Object keys should be a single line or each key on a separate line.
  • Assignments separated by newline.
  • Require non empty blocks to begin and end with a newline.
  • Disallow padding newlines within block.

v0.9.2 (2017-03-20)

  • Disallow newline before block statements.
  • Disallow multiline strings separated with backslash.
  • Require a comma before a linebreak.
  • Disallow keywords on own line following a closing brace.
  • Code examples on block.
  • Use disallowTabs instead of disallowMixedSpacesAndTabs.

v0.9.1 (2017-03-20)

  • Added rule on block statements with curly braces.
  • Added rule no use of with.
  • Added rule on whitespace code formatting.
  • Added rule on multiline.
  • Added npm version badge.

v0.9.0 (2017-03-20)

  • First development version, setting the baseline for the project.