Skip to content

Latest commit

 

History

History
1291 lines (1215 loc) · 78.8 KB

CHANGELOG.md

File metadata and controls

1291 lines (1215 loc) · 78.8 KB

v0.14.0 - February 7, 2015

  • 0.14.0 (Nicholas C. Zakas)
  • Update: Fix indentation of comment (Nicholas C. Zakas)
  • Fix: comma-spacing for template literals (fixes #1736) (Nicholas C. Zakas)
  • Build: Add Node.js 0.12 testing (Nicholas C. Zakas)
  • Breaking: Remove node from results (fixes #957) (Nicholas C. Zakas)
  • Breaking: Exit code is now error count (Nicholas C. Zakas)
  • Docs: Correct getFormatter() documentation (refs #1723) (Nicholas C. Zakas)
  • Update: Make rules work with arrow functions (fixes #1508, fixes #1509, fixes #1493) (Nicholas C. Zakas)
  • Fix: Ensure template string references count (fixes #1542) (Nicholas C. Zakas)
  • Fix: no-undef to work with arrow functions (fixes #1604) (Nicholas C. Zakas)
  • Upgrade: Espree to version 1.8.0 (Nicholas C. Zakas)
  • Fix: Don't throw error for arguments (fixes #1759) (Nicholas C. Zakas)
  • Fix: Don't warn on computed nonliteral properties (fixes #1762) (Nicholas C. Zakas)
  • New: Allow parser to be configured (fixes #1624) (Nicholas C. Zakas)
  • Docs: Added double quotes for JSON keys for comma-spacing and key-spacing rule (Dmitry Polovka)
  • New: Rule indent (fixes #1022) (Dmitriy Shekhovtsov)
  • Revert "New: Rule indent (fixes #1022)" (Nicholas C. Zakas)
  • Update: fix eslint indentations (fixes #1770) (Dmitriy Shekhovtsov)
  • Fix: Scoping issues for no-unused-vars (fixes #1741) (Nicholas C. Zakas)
  • Docs: Added eslint-enable inline (Ivan Fraixedes)
  • New: Add predefined Meteor globals (fixes #1763) (Johan Brook)
  • New: Rule indent (fixes #1022) (Dmitriy Shekhovtsov)
  • Update: Check all assignments for consistent-this (fixes #1513) (Timothy Jones)
  • Fix: Support exceptions in no-multi-spaces (fixes #1755) (Brandon Mills)
  • Docs: Forgotten parentheses in code snippet (Ivan Fraixedes)
  • Update: CLIEngine results include warning and error count (fixes #1732) (gyandeeps)
  • Fix: Scoping issues for no-unused-vars (fixes #1733) (Nicholas C. Zakas)
  • Update: Add getNodeByRangeIndex method (refs #1755) (Brandon Mills)
  • Update: Replace getTokenByRange(Index->Start) (refs #1721) (Brandon Mills)
  • Update: Fast-path for empty input (fixes #546) (Nicholas C. Zakas)
  • Fix: Allow single line else-if (fixes #1739) (Nicholas C. Zakas)
  • Fix: Don't crash when $HOME isn't set (fixes #1465) (Nicholas C. Zakas)
  • Fix: Make no-multi-spaces work for every case (fixes #1603, fixes #1659) (Nicholas C. Zakas)
  • Breaking: Show error and warning counts in stylish summary (fixes #1746) (Brandon Mills)
  • Docs: fixed typo in no-lone-blocks docs (Vitor Balocco)
  • Docs: fixed typo in consistent-return docs (Vitor Balocco)
  • Breaking: remove implied eval check from no-eval (fixes #1202) (Mathias Schreck)
  • Update: Improve CLIEngine.getFormatter() (refs #1723) (Nicholas C. Zakas)
  • Docs: Add Backbone plugin link (Ilya Volodin)
  • Docs: use npm's keyword route (Tom Vincent)
  • Build: Update sitegen script (Closes #1725) (Ilya Volodin)

v0.13.0 - January 24, 2015

  • 0.13.0 (Nicholas C. Zakas)
  • Update: The rule spaced-line-comment now also allows tabs and not only spaces as whitespace. (fixes #1713) (Dieter Oberkofler)
  • Docs: add Jasmine rules and eslintplugin npm links (Tom Vincent)
  • Fix: Make no-redeclare work with let (fixes #917) (Nicholas C. Zakas)
  • Update: Add CLIEngine.getFormatter() (fixes #1653) (Nicholas C. Zakas)
  • Breaking: Update escope (fixes #1642) (Nicholas C. Zakas)
  • Update: Switch to using estraverse-fb (fixes #1712) (Nicholas C. Zakas)
  • Docs: Update README FAQ (Nicholas C. Zakas)
  • Update: no-warning-comments matches on whole word only (fixes #1709) (Nick Fisher)
  • Build: Add JSDoc generation (fixes #1363) (Nicholas C. Zakas)
  • Docs: Add more info about context (fixes #1330) (Nicholas C. Zakas)
  • Upgrade: Espree to 1.7.1 (fixes #1706) (Nicholas C. Zakas)
  • Docs: Make CLA notice more prominent (Nicholas C. Zakas)
  • Update: Added globals for: phantom,jquery, prototypejs, shelljs (fixes #1704) (Dmitriy Shekhovtsov)
  • Docs: Fixed example for the space-return-throw-case rule (mpal9000)
  • Fix: Except object literal methods from func-names (fixes #1699) (Brandon Mills)
  • Update: use global strict mode everywhere (fixes #1691) (Brandon Mills)
  • Update: Add allowPattern option for dot-notation rule (fixes #1679) (Tim Schaub)
  • Fix: Missing undeclared variables in JSX (fixes #1676) (Yannick Croissant)
  • Fix: no-unused-expressions rule incorrectly flagging yield (fixes #1672) (Rémi Gérard-Marchant)
  • Update: Combine strict mode rules (fixes #1246) (Brandon Mills)
  • Fix: disregards leading './' in ignore pattern or file name (fixes #1685) (Chris Montrois)
  • Upgrade: globals module to latest (fixes #1670) (Nicholas C. Zakas)
  • Fix: generator-star should allow params (fixes #1677) (Brandon Mills)
  • Fix: no-unused-vars for JSX (fixes #1673 and fixes #1534) (Yannick Croissant)
  • Docs: Add angularjs-eslint link into the integration doc (Emmanuel DEMEY)

v0.12.0 - January 17, 2015

  • 0.12.0 (Nicholas C. Zakas)
  • Fix: Track JSX global variable correctly (fixes #1534) (Nicholas C. Zakas)
  • Fix: Property regex flag checking (fixes #1537) (Nicholas C. Zakas)
  • Docs: Add angularjs-eslint link into the integration doc (Emmanuel DEMEY)
  • Update: Expose ecmaFeatures on context (fixes #1648) (Nicholas C. Zakas)
  • Docs: Added Fitbit to the list of companies (Igor Zalutsky)
  • New: gen-star rule (refs #1617) (Jamund Ferguson)
  • New: no-var rule (refs #1617) (Jamund Ferguson)
  • Fix: Support JSX spread operator (fixes #1634) (Nicholas C. Zakas)
  • Docs: Document ecmaFeatures (Nicholas C. Zakas)
  • Upgrade: several dependencies (fixes #1377) (Nicholas C. Zakas)
  • Fix: Broken JSX test (Nicholas C. Zakas)
  • Fix: no-bitwise reports on bitwise assignment expressions (fixes #1643) (Mathias Schreck)
  • Fix: Find JSXIdentifier refs in no-unused-vars (fixes #1534) (Nicholas C. Zakas)
  • Update: Add a couple JSX tests (Nicholas C. Zakas)
  • Fix: quotes rule ignores JSX literals (fixes #1477) (Nicholas C. Zakas)
  • Fix: Don't warn on JSX literals with newlines (fixes #1533) (Nicholas C. Zakas)
  • Update: Fully enable JSX support (fixes #1640) (Nicholas C. Zakas)
  • Breaking: Allow parser feature flips (fixes #1602) (Nicholas C. Zakas)
  • Fix: Allow comments in key-spacing groups (fixes #1632) (Brandon Mills)
  • Fix: block-scoped-var reports labels (fixes #1630) (Michael Ficarra)
  • Docs: add newline to no-process-env (fixes #1627) (Tom Vincent)
  • Fix: Update optionator, --no in help (fixes #1134) (George Zahariev)
  • Fix: Allow individual newlines in space-in-brackets (fixes #1614) (Brandon Mills)
  • Docs: Correct alignment in example project tree (Tim Schaub)
  • Docs: Remove references to Esprima (Nicholas C. Zakas)
  • Docs: Remove illegal code fence (Nicholas C. Zakas)

v0.11.0 - December 30, 2014

  • 0.11.0 (Nicholas C. Zakas)
  • Fix: Adding regexp literal exception (fixes #1589) (Greg Cochard)
  • Fix: padded-blocks incorrectly complained on comments (fixes #1416) (Mathias Schreck)
  • Fix: column location of key-spacing with additional tokens (fixes #1458) (Mathias Schreck)
  • Build: tag correct commit (refs #1606) (Mathias Schreck)
  • Upgrade: Updat Espree to 1.3.1 (Nicholas C. Zakas)
  • Fix: add es3 config option to dot-notation rule (fixes #1484) (Michael Ficarra)
  • Fix: valid-jsdoc should recognize @class (fixes #1585) (Nicholas C. Zakas)
  • Update: Switch to use Espree (fixes #1595) (Nicholas C. Zakas)
  • Fix: brace-style stroustrup should report on cuddled elseif (fixes #1583) (Ian Christian Myers)
  • New: Configuration via package.json (fixes #698) (Michael Mclaughlin)
  • Update: Set environments w/ globals (fixes #1577) (Elan Shanker)
  • Fix: yoda treats negative numbers as literals (fixes #1571) (Brandon Mills)
  • Fix: function arguments now count towards no-shadow check (fixes #1584) (Glen Mailer)
  • Fix: check if next statement is on newline when warning against extra semicolons. (fixes #1580) (Evan You)
  • Update: add yoda exception for range tests (fixes #1561) (Brandon Mills)
  • New: space-after-function-name (fixes #1340) (Roberto Vidal)

v0.10.2 - December 12, 2014

  • 0.10.2 (Nicholas C. Zakas)
  • Fix: detect for...in in no-loop-func (fixes #1573) (Greg Cochard)
  • Update: simplify comma-spacing logic (fixes #1562) (Brandon Mills)
  • Fix: operator-assignment addition is non-commutative (fixes#1556) (Brandon Mills)
  • 0.10.1 (Nicholas C. Zakas)
  • Update: Add new-cap exception configurations. (Fixes #1487) - newCapsAllowed - nonNewCapsAllowed (Jordan Harband)

v0.10.1 - December 6, 2014

  • 0.10.1 (Nicholas C. Zakas)
  • Docs: Fix v0.10.0 changelog (Nicholas C. Zakas)
  • Build: Ensure changelog works with large semver versions (Nicholas C. Zakas)
  • Fix: comma-spacing and comma-style to work with array literals (fixes #1492) (Nicholas C. Zakas)
  • Update: better operator regex in use-isnan rule (fixes #1551) (Michael Ficarra)
  • Fix: wrong op index in no-multi-spaces (fixes #1547) (Brandon Mills)
  • Fix: Restrict use-isnan violations to comparison operators. (Fixes #1535) (Jordan Harband)
  • Fix: comma-spacing has false positives when parenthesis are used (fixes #1457) (Jamund Ferguson)
  • Docs: alphabetize the "Stylistic Issues" section (Jeff Williams)
  • Build: make the "gensite" target work when DOCS_DIR does not exist (fixes #1530) (Jeff Williams)
  • Docs: badges should only refer to master branch (Mathias Schreck)
  • Fix: prevent crash on empty blocks in no-else-return (fixes #1527) (Mathias Schreck)
  • Build: Fix md to html conversion regex (fixes #1525) (Brandon Mills)
  • 0.10.0 (Nicholas C. Zakas)

v0.10.0 - November 27, 2014

  • 0.10.0 (Nicholas C. Zakas)
  • Fix: Add Object and Function as exceptions in new-cap (refs #1487) (Nicholas C. Zakas)
  • Breaking: Allow extensionless files to be passed on CLI (fixes #1131) (Nicholas C. Zakas)
  • Fix: typo: iffe to iife, none to non (Michael Ficarra)
  • Update: refactor tokens API (refs #1212) (Brandon Mills)
  • New: Allow other file extensions (fixes #801) (Nicholas C. Zakas)
  • Update: Add Event to browser globals (fixes #1474) (Nicholas C. Zakas)
  • Fix: check function call arguments in comma-spacing (fixes #1515) (Mathias Schreck)
  • Update: Add no-cond-assign option to disallow nested assignments in conditionals (fixes #1444) (Jeff Williams)
  • Fix: crash in no-multi-spaces on empty array elements (fixes #1418) (Brandon Mills)
  • Fix: Don't explode on directory traversal (fixes #1452) (Nicholas C. Zakas)
  • Fix: no-fallthrough should work when semis are missing (fixes #1447) (Nicholas C. Zakas)
  • Fix: JSDoc parsing by updating doctrine (fixes #1442) (Nicholas C. Zakas)
  • Update: restore the "runs" global present in Jasmine 1.3 (fixes #1498) (Michał Gołębiowski)
  • Fix: ignore undefined identifiers in typeof (fixes #1482) (Mathias Schreck)
  • Fix: Ignoring empty comments. (fixes #1488) (Greg Cochard)
  • New: Add space-unary-ops rules (#1346) (Marcin Kumorek)
  • Update: Remove shebang workaround in spaced-line-comment (fixes #1433) (Michael Ficarra)
  • Docs: change 'and' to 'an' in docs/rules/valid-jsdoc.md (fixes #1441) (Michael Ficarra)
  • Update: Add beforeAll and afterAll to the Jasmine globals (fixes #1478) (Gyandeep Singh)
  • Update: Add exception options to space-in-parens (fixes #1368) (David Clark)
  • Build: Add check for license issues (fixes #782) (Brandon Mills)
  • Docs: update badges (Yoshua Wuyts)
  • Docs: Update pages to fix rendering of lists and fenced code blocks (David Anson)
  • Fix: env rules merging for command line config (fixes #1271) (Roberto Vidal)
  • Fix: Collect variables declare in switch-case.(fixes #1453) (chris)
  • Fix: remove extra capture group (Nate-Wilkins)
  • Update: allow distinct alignment groups in key-spacing (fixes #1439) (Brandon Mills)
  • Fix: message for numeric property names in quote-props (fixes #1459) (Brandon Mills)
  • Docs: Remove assumption about the rule config (Alexander Schmidt)
  • New: Add ability to time individual rules (fixes #1437) (Brandon Mills)
  • Fix: single quotes (Nate-Wilkins)
  • Docs: Fix broken code fences in key-spacing docs (Brandon Mills)
  • Docs: Explain .eslintignore features (fixes #1094) (Brandon Mills)
  • Breaking: ignore node_modules by default (fixes #1163) (Brandon Mills)
  • Fix: Adds clamping to getSource beforeCount (fixes #1427) (Greg Gianforcaro)
  • New: add no-inline-comment rule (fixes #1366) (Greg Cochard)
  • Fix: '.md' to '.html' with anchors (fixes #1415) (Nate-Wilkins)
  • Build: Filter and sort versions in gensite (fixes #1430) (Brandon Mills)
  • Build: Escape period in regex (fixes #1428) (Brandon Mills)
  • Revert "Fix: '.md' to '.html' with anchors (fixes #1415)" (Nicholas C. Zakas)
  • 0.9.2 (Nicholas C. Zakas)
  • New: Add operator-assignment rule (fixes #1420) (Brandon Mills)

v0.9.2 - November 1, 2014

  • 0.9.2 (Nicholas C. Zakas)
  • Fix: '.md' to '.html' with anchors (fixes #1415) (Nate-Wilkins)
  • Fix: Allow line breaks in key-spacing rule (fixes #1407) (Brandon Mills)
  • Build: add coveralls integration (fixes #1411) (Mathias Schreck)
  • Fix: add severity flag for ignored file warning (fixes #1401) (Mathias Schreck)
  • Fix: Keep sinon at ~1.10.3 (fixes #1406) (Brandon Mills)
  • Fix: ! negates .eslintignore patterns (fixes #1093) (Brandon Mills)
  • Fix: let fs.stat throw if a file does not exist (fixes #1296) (Mathias Schreck)
  • Fix: check switch statements in space-before-blocks (fixes #1397) (Mathias Schreck)
  • Docs: fix rule name in example configuration (Mathias Schreck)
  • Fix: disable colors during test run (fixes #1395) (Mathias Schreck)
  • New: add isPathIgnored method to CLIEngine (fixes #1392) (Mathias Schreck)
  • Docs: changing eslint to ESLint and add missing backtick (Mathias Schreck)
  • Docs: Documents the functionality to load a custom formatter from a file (Adam Baldwin)
  • 0.9.1 (Nicholas C. Zakas)
  • Update: Option type for mixed tabs and spaces (fixes #1374) (Max Nordlund)
  • Fix: Nested occurrences of no-else-return now show multiple reports (fixes #1369) (Jordan Hawker)

v0.9.1 - October 25, 2014

  • 0.9.1 (Nicholas C. Zakas)
  • Docs: fix link on governance model (azu)
  • Fix: plugins without rulesConfig causes crash (fixes #1388) (Mathias Schreck)
  • 0.9.0 (Nicholas C. Zakas)

v0.9.0 - October 24, 2014

  • 0.9.0 (Nicholas C. Zakas)
  • New: Allow reading from STDIN (fixes #368) (Nicholas C. Zakas)
  • New: add --quiet option (fixes #905) (Mathias Schreck)
  • Update: Add support for plugin default configuration (fixes #1358) (Ilya Volodin)
  • Fix: Make sure shebang comment node is removed (fixes #1352) (Nicholas C. Zakas)
  • New: Adding in rule for irregular whitespace checking. (fixes #1024) (Jonathan Kingston)
  • Fix: space-in-parens should not throw for multiline statements (fixes #1351) (Jary)
  • Docs: Explain global vs. local plugins (fixes #1238) (Nicholas C. Zakas)
  • Docs: Add docs on Node.js API (fixes #1247) (Nicholas C. Zakas)
  • Docs: Add recommended keywords for plugins (fixes #1248) (Nicholas C. Zakas)
  • Update: Add CLIEngine#getConfigForFile (fixes #1309) (Nicholas C. Zakas)
  • Update: turn on comma-style for project (fixes #1316) (Nicholas C. Zakas)
  • Fix: Ensure messages are sorted by line (fixes #1343) (Nicholas C. Zakas)
  • Update: Added arraysInObjects and objectsInObjects options to space-in-brackets rule (fixes #1265, fixes #1302) (vegetableman)
  • Breaking: Removed comma spacing check from space-infix-ops (fixes #1361) (vegetableman)
  • Fix: addressed linting errors (Nicholas C. Zakas)
  • Docs: Add Contributor Model (fixes #1341) (Nicholas C. Zakas)
  • Docs: Add reference to CLA (Nicholas C. Zakas)
  • Build: add version numbers to docs (fixes #1170) (Mathias Schreck)
  • Fix: no-fallthrough incorrectly flagged falls through annotations (fixes #1353) (Mathias Schreck)
  • Build: separate site publishing form generation (fixes #1356) (Mathias Schreck)
  • New: Add key-spacing rule (fixes #1280) (Brandon Mills)
  • New: add spaced-line-comment rule (fixes #1345) (Greg Cochard)
  • Docs: added more Related Rules sections (fixes #1347) (Delapouite)
  • Fix: resolve linting issue in (fixes #1339) (Nicholas C. Zakas)
  • New: add space-before-blocks rule (fixes #1277) (Mathias Schreck)
  • Docs: Remove moot integration plugins (Sindre Sorhus)
  • New: add rule for multiple empty lines (fixes #1254) (Greg Cochard)
  • Fix: no-shadow rule should consider function expressions (fixes #1322) (Mathias Schreck)
  • Update: remove globals present only in Jasmine plugins (fixes #1326) (Michał Gołębiowski)
  • New: added no-multi-spaces rule (fixes #630) (vegetableman)
  • New: Added comma-spacing rule (Fixes #628, Fixes #1319) (vegetableman)
  • New: add rule for padded blocks (fixes #1278) (Mathias Schreck)
  • Docs: fix eqeqeq isNullCheck comment (Denis Sokolov)
  • Fix: no-comma-dangle violation in unit test and Makefile.js/lint not checking return codes (fixes #1306) (David Anson)
  • Fix: allow comma-last with object properties having line breaks (fixes #1314) (vegetableman)
  • New: Added comma-style rule (fixes #1282) (vegetableman)
  • Update: add space after function keyword check (fixes #1276) (Mathias Schreck)
  • Update: Add missing environments and fix sorting/grouping of rules (fixes #1307, fixes #1308) (David Anson)
  • Docs: Fix sorting of rules within each section (David Anson)
  • Docs: Correct a few misspelled words (David Anson)
  • Docs: Update multiple pages to fix rendering of fenced code blocks (David Anson)
  • New: Added no-process-env rule (fixes #657) (vegetableman)
  • Fix: add rule ensuring #1258 is fixed by recent rewrite (fixes #1258) (Michael Ficarra)
  • Update: split propertyName from singleValue in space-in-brackets (fixes #1253) (Michael Ficarra)
  • Update: add "as-needed" option to quote-props rule (fixes #1279) (Michael Ficarra)
  • Docs: fixed broken link and changed warning level to error level (vegetableman)
  • Docs: Added "the native web" to the list of companies that use ESLint. (Golo Roden)
  • Docs: Add BountySource badge to README (Nicholas C. Zakas)
  • 0.8.2 (Nicholas C. Zakas)

v0.8.2 - September 20, 2014

  • 0.8.2 (Nicholas C. Zakas)
  • Docs: Updated contribution guidelines to add accepted/bounty issues descriptions (Nicholas C. Zakas)
  • Docs: Update README with links and FAQs (Nicholas C. Zakas)
  • Docs: add finally to space-after-keywords documentation (Mathias Schreck)
  • New: add ignoreCase option to sort-vars (fixes #1272) (Mathias Schreck)
  • Docs: fix typo (Barry Handelman)
  • Docs: Fix broken Markdown on configuration page (Nicholas C. Zakas)
  • Docs: Fix reference to wrong rule name (Harry Wolff)
  • Upgrade: Most dev dependencies (Nicholas C. Zakas)
  • Upgrade: shelljs to 0.3.0 (Nicholas C. Zakas)
  • Upgrade: doctrine to 0.5.2 (Nicholas C. Zakas)
  • Upgrade: esprima to 1.2.2 (Nicholas C. Zakas)
  • Upgrade: eslint-tester to latest (Nicholas C. Zakas)
  • Fix: Load .eslintrc in directory with $HOME as an ancestor (fixes #1266) (Beau Gunderson)
  • Fix: load .eslintrc from HOME (fixes #1262) (Beau Gunderson)
  • New: Add sharable rule settings (fixes #1233) (Ilya Volodin)
  • Upgrade: upgrade outdated dependencies (fixes #1251) (Mathias Schreck)
  • Docs: fix typo in no-ex-assign documentation (Michael Ficarra)
  • Docs: add intellij plugin to integrations (ido)
  • Docs: Changing NPM to npm (Peter deHaan)
  • Fix: strict should check function expressions (fixes #1244) (Brandon Mills)
  • Docs: fix vars-on-top documentation (fixes #1234) (Mathias Schreck)
  • 0.8.1 (Nicholas C. Zakas)
  • Docs: Fixed a typo in brace-style.md (Anton Antonov)

v0.8.1 - September 9, 2014

  • 0.8.1 (Nicholas C. Zakas)
  • Fix: Ensure exit code is 1 when there's a syntax error (fixes #1239) (Nicholas C. Zakas)
  • Docs: fix up vars-on-top documentation (fixes #1234) (Michael Ficarra)
  • Fix: vars-on-top directive support (fixes #1235) (Michael Ficarra)
  • Fix: Avoid mutating node.range in max-len (fixes #1224) (Brandon Mills)
  • Docs: Typo, add missing quotation mark (Ádám Lippai)
  • Update: space-in-brackets to allow exceptions (fixes #1142) (Brandyn Bennett)
  • 0.8.0 (Nicholas C. Zakas)

v0.8.0 - September 5, 2014

  • 0.8.0 (Nicholas C. Zakas)
  • Perf-related revert "Fix: Speed up tokens API (refs #1212)" (Nicholas C. Zakas)
  • Fix: no-fallthrough: continue affects control flow, too (fixes #1220) (Michael Ficarra)
  • Fix: rewrite no-unused-vars rule (refs #1212) (Michael Ficarra)
  • Fix: Error when there's a \r in .eslintrc (#1172) (Gyandeep Singh)
  • Added rule disallowing reserved words being used as keys (fixes #1144) (Emil Bay)
  • Fix: rewrite no-spaced-func rule (refs #1212) (Michael Ficarra)
  • Fix: Speed up getScope() (refs #1212) (Brandon Mills)
  • Fix: no-extra-strict behavior for named function expressions (fixes #1209) (Mathias Schreck)
  • Add Date.UTC to allowed capitalized functions (David Brockman Smoliansky)
  • New: Adding 'vars-on-top' rule (fixes #1148) (Gyandeep Singh)
  • Fix: Speed up tokens API (refs #1212) (Brandon Mills)
  • Docs: document plugin usage (fixes #1117) (Mathias Schreck)
  • New: accept plugins from cli (fixes #1113) (Mathias Schreck)
  • Docs: fix some typos. (Mathias Schreck)
  • New: Load plugins from configs (fixes #1115). (Mathias Schreck)
  • Fix: no-unused-expressions better directive detection (fixes #1195) (Michael Ficarra)
  • Fix: no-unused-expressions directive support (fixes #1185) (Michael Ficarra)
  • Update: Add 'allowSingleLine' option to brace-style (fixes #1089) (John Gozde)
  • Docs: Spell checking and one extra closing curly in code example (Juga Paazmaya)
  • Fix: mergeConfigs ensures the plugins property exists (fixes #1191). (Mathias Schreck)
  • Update: Declare ES6 collections (Map, Set, WeakMap, WeakSet) as built-in globals (fixes #1189) (Michał Gołębiowski)
  • New: Adding 'plugin' CLI option (fixes #1112) (Greg)
  • Fix: Correct a typo in the error message in tests (Michał Gołębiowski)
  • New: Add no-extra-bind rule to flag unnecessary bind calls (fixes #982) (Bence Dányi)
  • Fix: Useless bind call in cli-engine (fixes #1181) (Bence Dányi)
  • Docs: Updates amd description (fixes #1175) (James Whitney)
  • New: Adds support for the jasmine env (fixes #1176) (James Whitney)
  • Fix: for-in support to no-empty-label rule (fixes #1161) (Marc Harter)
  • docs: Update link (Mathias Bynens)
  • Fix: crash when loading empty eslintrc file (fixes #1164) (Michael Ficarra)
  • Fix: no-unused-var should respect compound assignments (fixes #1166) (Michael Ficarra)
  • Update: ES3 ReservedWords (fixes #1151) Adds ES3 ReservedWords to the list of keywords in the dot-notation rule (fixes #1151) (Emil Bay)
  • Update: Update comment parser to read rule slashes (fixes #1116) (Jary)
  • New: add no-void rule (fixes #1017). (Mike Sidorov)
  • New: Add rules.import() (fixes #1114) (Mathias Schreck)
  • New: Make mergeConfigs() merge plugin entries (fixes #1111) (Mathias Schreck)
  • Breaking: Change no-global-strict to global-strict and add "always" option (fixes #989) (Brandon Mills)
  • Fix: no-unreachable should check top-level statements (fixes #1138) (Brandon Mills)
  • Fix: Speed up no-unreachable (fixes #1135) (Brandon Mills)
  • New: advanced handle-callback-err configuration (fixes #1124) (Mathias Schreck)
  • New: Expose CLIEngine (fixes #1083) (Gyandeep Singh)
  • Docs: Add link to new Atom linter (fixes #1125) (Gil Pedersen)
  • Fix: space-after-keywords checks finally of TryStatement (fixes #1122) (Michael Ficarra)
  • Fix: space-after-keywords checks while of DoWhileStatement (fixes #1120) (Michael Ficarra)
  • Fix: space-after-keywords w/ "never" should allow else-if (fixes #1118) (Michael Ficarra)
  • Fix: dot-notation rule flags non-keyword reserved words (fixes #1102) (Michael Ficarra)
  • Update: Use xml-escape instead of inline helper (Ref #848) (jrajav)
  • Update: Added comments support to .eslintignore (fixes #1084) (Vitaly Puzrin)
  • Update: enabled 'no-trailing-spaces' rule by default (fixes #1051) (Vitaly Puzrin)
  • Breaking: Ignore children of all patterns by adding "/**" (Fixes #1069) (jrajav)
  • Fix: skip dot files and ignored dirs on traverse (fixes #1077, related to #814) (Vitaly Puzrin)
  • Docs: Added Gruntjs plugin on integrations page (Gyandeep Singh)
  • Fix: don't break node offsets if hasbang present (fixes #1078) (Vitaly Puzrin)
  • Build: Exclude readme/index from rules Resources generation (Fixes #1072) (jrajav)
  • Docs: Change eol-last examples to
     (Fixes #1068) (jrajav)
  • 0.7.4 (Nicholas C. Zakas)
  • New: space-in-parens rule (Closes #627) (jrajav)

v0.7.4 - July 10, 2014

  • 0.7.4 (Nicholas C. Zakas)
  • Docs: Fix 'lintinging' typo and ref links (Tom Vincent)
  • Fix: Transform envs option to object in Config (Fixes #1064) (jrajav)
  • 0.7.3 (Nicholas C. Zakas)

v0.7.3 - July 9, 2014

  • 0.7.3 (Nicholas C. Zakas)
  • Update: Address code review comment for strict rule (refs #1011) (Nicholas C. Zakas)
  • Docs: Update copyright policy (Nicholas C. Zakas)
  • Docs: Update documentation for max-len to include description of second option (fixes #1006) (Nicholas C. Zakas)
  • Fix: Avoid double warnings for strict rule (fixes #1011) (Nicholas C. Zakas)
  • Fix: Check envs for true/false (Fixes #1059) (jrajav)
  • 0.7.2 (Nicholas C. Zakas)

v0.7.2 - July 8, 2014

  • 0.7.2 (Nicholas C. Zakas)
  • Fix: no-mixed-spaces-and-tabs incorrectly flagging multiline comments (fixes #1055) (Nicholas C. Zakas)
  • Fix: new-cap error that throws on non-string member (fixes #1056) (Nicholas C. Zakas)
  • Fix: Always make globals an object (Fixes #1049) (jrajav)
  • 0.7.1 (Nicholas C. Zakas)

v0.7.1 - July 7, 2014

  • 0.7.1 (Nicholas C. Zakas)
  • Docs: Add Related Rules sections (Fixes #990) (jrajav)
  • Fix: Check output file isn't dir, fix tests (Fixes #1034) (jrajav)
  • Docs: Updated documentation for several rules (Nicholas C. Zakas)
  • Docs: Updated contributor guide and dev env setup guide (Nicholas C. Zakas)
  • Breaking: Implement configuration hierarchy (fixes #963) (Nicholas C. Zakas)
  • Update: greatly simplify eqeqeq's operator finding logic (fixes #1037) (Michael Ficarra)
  • New: Add getSourceLines() to core and rule context (fixed #1005) (Jary)
  • Build + Docs: Adding generated resource links to rule docs (Fixes #1021) (jrajav)
  • Fix: Ignore unused params for args: 'none' (Fixes #1026) (jrajav)
  • Fix: Point eqeqeq error at operator (Fixes #1029) (jrajav)
  • New: report output to a file (fixes #1027) (Gyandeep Singh)
  • Breaking: CLIEngine abstraction for CLI operations; formatters no longer are passed configs (fixes #935) (Nicholas C. Zakas)
  • Fix: Allow stdout to drain before exiting (fixes #317) (Nicholas C. Zakas)
  • New: add no-undefined rule (fixes #1020) (Michael Ficarra)
  • New: Added no-mixed-spaces-and-tabs rule (fixes #1003) (Jary)
  • New: Added no-trailing-spaces rule (fixes #995) (Vitaly Puzrin)
  • Update: Factor ignores out of Config (fixes #958) (jrajav)
  • Fix: rewrite eol-last rule (fixes #1007) (fixes #1008) (Michael Ficarra)
  • Fix: add additional IIFE exception in no-extra-parens (fixes #1004) (Michael Ficarra)
  • Docs: Removed reference to brace-style Stroustrup default (fixes #1000) (Caleb Troughton)
  • New: Added eol-last rule (Fixes #996) (Vitaly Puzrin)
  • Fix: Put rule severity in messages (Fixes #984); deprecates passing full config to Formatters (jrajav)
  • Fix: no-unused-vars to check only file globals (fixes #975) (Aliaksei Shytkin)
  • Build: Makefile - Check for rule ids in docs titles (Fixes #969) (Delapouite)
  • Docs: guard-for-in - added missing id in title (Fixes #969) (Delapouite)
  • Breaking: Change 'no-yoda' rule to 'yoda' and add "always" option (Fixes #959) (jrajav)
  • Fix: Fixes no-unused-vars to check /globals/ (Fixes #955) (jrajav)
  • Update: no-eval to also warn on setTimeout and setInterval (fixes #721) (Nicholas C. Zakas)
  • Remove: experimental match() method (Nicholas C. Zakas)
  • Update: space-in-brackets now always allows empty object and array literals to have no spaces (fixes #797) (Nicholas C. Zakas)
  • New: Allow the cli parameter "color" and "no-color" (fixes #954) (Tom Gallacher)
  • Fix: valid-jsdoc no more warning for multi-level params (Fixes #925) (Delapouite)
  • Update: Search parent directories for .eslintignore (Fixes #933) (jrajav)
  • Fix: Correct order of arguments passed to assert.equal (fixes #945) (Michał Gołębiowski)
  • Update: Write the summary in stylish formatter in yellow if no errors (fixes #906); test coloring of messages (Michał Gołębiowski)
  • Fix: Corrects configs merging into base config (Fixes #838) (jrajav)
  • Fix: Adding check if char is non-alphabetic to new-cap (Fixes #940) (jrajav)
  • Docs: Update about page description (fixes #936) (Nicholas C. Zakas)
  • Docs: Add '/', forgotten in first commit (Fixes #931) (jrajav)
  • Update: Rule new-cap checks capitalized functions (fixes #904) (Aliaksei Shytkin)
  • Docs: Mention allowed semicolons in "never" mode for 'semi' rule (fixes #931) (jrajav)
  • Docs: Mention Yeoman generator in dev setup (fixes #914) (Nicholas C. Zakas)
  • Build: Remove flaky perf test from Travis (Nicholas C. Zakas)
  • Breaking: Refactor .eslintignore functionality (refs #928, fixes #901, fixes #837, fixes #853) (Nicholas C. Zakas)
  • 0.6.2 (Nicholas C. Zakas)
  • Breaking: Remove JSON support for .eslintignore (fixes #883) (icebox)

v0.6.2 - May 23, 2014

  • 0.6.2 (Nicholas C. Zakas)
  • Fix: Adding per-environment rule configs to docs and doc validation (Fixes #918) (jrajav)
  • Docs: Updated contribution guidelines (Nicholas C. Zakas)
  • Docs: Update description of eqeqeq to mention special cases (fixes #924) (Nicholas C. Zakas)
  • Fix: block-scoped-var CatchClause handling (fixes #922) (Michael Ficarra)
  • Fix: block-scoped-var respects decls in for and for-in (fixes #919) (Michael Ficarra)
  • Update: Implement eqeqeq option "allow-null" (fixes #910) (Michał Gołębiowski)
  • Fix: new-cap should allow non-alpha characters (fixes #897) (Michael Ficarra)
  • Update: Refactor ESLintTester to fix dependency hell (fixes #602) (Nicholas C. Zakas)
  • Fix: Merge configs with ancestors (Fixes #820) (jrajav)
  • Fix: no-fallthrough should respect block statements in case statements (fixes #893) (Nicholas C. Zakas)
  • Docs: Fix layout issue in configuration docs (fixes #889) (Nicholas C. Zakas)
  • Build: Enable default-case rule (fixes #881) (icebox)
  • Build: Enable space-after-keywords (fixes #884) (icebox)
  • Fix api double emit on comment nodes (fixes #876) (Aliaksei Shytkin)
  • 0.6.1 (Nicholas C. Zakas)

v0.6.1 - May 17, 2014

  • 0.6.1 (Nicholas C. Zakas)
  • Upgrade: Optionator to 0.4.0 (fixes #885) (Nicholas C. Zakas)
  • 0.6.0 (Nicholas C. Zakas)

v0.6.0 - May 17, 2014

  • 0.6.0 (Nicholas C. Zakas)
  • Fix: Remove -r alias for --rule (fixes #882) (Nicholas C. Zakas)
  • Docs: Update dev setup, contributing, default-case descriptions (Nicholas C. Zakas)
  • Update: valid-jsdoc now allows you to optionally turn off parameter description checks (fixes #822) (Nicholas C. Zakas)
  • Breaking: brace-style now disallows block statements where curlies are on the same line (fixes #758) (Nicholas C. Zakas)
  • Add linting Makefile.js (fixes #870) (icebox)
  • add rule flag, closes #692 (George Zahariev)
  • Add check between rules doc and index (fixes #865) (icebox)
  • Add Build Next mention in integrations README. (icebox)
  • document new IIFE exception for no-extra parens added as part of #655 (Michael Ficarra)
  • (fixes #622) Add rule ID on documentation pages (Delapouite)
  • fixes #655: add IIFE exception to no-extra-parens (Michael Ficarra)
  • add new rule "no-new-require" (Wil Moore III)
  • exit with non-zero status when tests fail (fixes #858) (Márton Salomváry)
  • removed unicode zero width space character from messages (fixes #857) (Márton Salomváry)
  • Change: --rulesdir now can be specified multiple times (fixes #830) (Nicholas C. Zakas)
  • Update: Node 0.8 no longer supported (fixes #734) (Nicholas C. Zakas)
  • Update: Add typed arrays into builtin environment globals (fixes #846) (Nicholas C. Zakas)
  • Fix: Add prototype methods to global scope (fixes #700) (Nicholas C. Zakas)
  • Rule: no-restricted-modules (fixes #791) (Christian)
  • Upgrade: Esprima to 1.2 (fixes #842) (Nicholas C. Zakas)
  • Docs: reporting level 2 is an error (fixes #843) (Brandon Mills)
  • Upgrade: Esprima to 1.2, switch to using Esprima comment attachment (fixes #730) (Nicholas C. Zakas)
  • Fix: Semi rule incorrectly flagging extra semicolon (fixes #840) (Nicholas C. Zakas)
  • Build: Update Travis to only test Node 0.10 (refs #734) (Nicholas C. Zakas)
  • Add "nofunc" option (fixes #829) (Conrad Zimmerman)
  • Rule: no-inner-declarations (fixes #587) (Brandon Mills)
  • Rule 'block-scoped-var': correct scope for functions, arguments (fixes #832) (Aliaksei Shytkin)
  • Rule: default-case (fixes #787) (Aliaksei Shytkin)
  • Ignored files are excluded unless --force is passed on the CLI (Nick Fisher)
  • Fixes a typo and a broken link in the documentation (Nick Fisher)
  • Replaces .some() with .indexOf() where appropriate (Nick Fisher)
  • Fix correct config merge for array values (fixes #819) (Aliaksei Shytkin)
  • Remove warning about ESLint being in Alpha (Nick Fisher)
  • Adds space-after-keywords rule (fixes #807) (Nick Fisher)
  • Rule: no-lonely-if (fixes #790) (Brandon Mills)
  • Add ignore comments in file (fixes #305) (Aliaksei Shytkin)
  • 0.5.1 (Nicholas C. Zakas)
  • Change: no-unused-vars default to 'all' (fixes #760) (Nicholas C. Zakas)

v0.5.1 - April 17, 2014

  • 0.5.1 (Nicholas C. Zakas)
  • Fix general config not to be modified by comment config in files (fixes #806) (Aliaksei Shytkin)
  • SVG badges (Ryuichi Okumura)
  • fixes #804: clean up implementation of #803 (which fixed #781) (Michael Ficarra)
  • Build: Fix perf test to take median of three runs (fixes #781) (Nicholas C. Zakas)
  • Fix: --reset will now properly ignore default rules in environments.json (fixes #800) (Nicholas C. Zakas)
  • Docs: Updated contributor guidelines (Nicholas C. Zakas)
  • Added Mocha global variables for TDD style. Fixes #793. (Golo Roden)
  • Rule: no-sequences (fixes #561) (Brandon Mills)
  • Change .eslintingore to plain text (fixes #761) (Brandon Mills)
  • Change 'no-spaced-func' message (fixes #762) (Aliaksei Shytkin)
  • Rule 'block-scoped-var' works correct when object inits (fixes #783) (Aliaksei Shytkin)
  • Build: Always build docs site on top of origin/master (Nicholas C. Zakas)
  • 0.5.0 (Nicholas C. Zakas)

v0.5.0 - April 10, 2014

  • 0.5.0 (Nicholas C. Zakas)
  • Build: Bump perf limit so Travis won't fail every time (fixes #780) (Nicholas C. Zakas)
  • Add tests to cover 100% of eslint.js (Aliaksei Shytkin)
  • Fix: Make sure no-path-concat doesn't flag non-concat operations (fixes #776) (Nicholas C. Zakas)
  • Rule 'no-unused-var' in functional expression with identifier (fixes #775) (Aliaksei Shytkin)
  • Rule: valid-typeof (Ian Christian Myers)
  • Add global cli flag (ref #692) (Brandon Mills)
  • update to latest Optionator (George Zahariev)
  • Add options for rule 'no-unused-vars' to check all arguments in functions (fixes #728) (Aliaksei Shytkin)
  • Fix: Cleanup package.json (Nicholas C. Zakas)
  • New: Experimental support for CSS Auron (fixes #765) (Nicholas C. Zakas)
  • Lint tests on build (fixes #764) (Aliaksei Shytkin)
  • Rule block-scoped-var works correct with object properties (fixes #755) (Aliaksei Shytkin)
  • Breaking: implement eslint-env and remove jshint/jslint environment comment support (fixes #759) (Aliaksei Shytkin)
  • readme: npm i -> npm install (Linus Unnebäck)
  • Add env flag to cli options summary (fixes #752) (Brandon Mills)
  • Fix: Give the perf test a better calculated budget (fixes #749) (Nicholas C. Zakas)
  • give the env flag type [String], improve code (fixes #748) (George Zahariev)
  • fixes #735: add new, more efficient getTokens interfaces (Michael Ficarra)
  • Add --env cli flag (ref #692) (Brandon Mills)
  • Fixes #740 - Make sure callbacks exist before marking them as 'handled'. (mstuart)
  • fixes #743: wrap-regex rule warns on regex used in dynamic member access (Michael Ficarra)
  • replace tab indents with 4 spaces in lib/rules/handle-callback-err.js (Michael Ficarra)
  • Adding homepage and bugs links to package.json (Peter deHaan)
  • JSDoc for rules (Anton Rudeshko)
  • 0.4.5 (Nicholas C. Zakas)

v0.4.5 - March 29, 2014

  • 0.4.5 (Nicholas C. Zakas)
  • Build: Add perf check into Travis build to better monitor performance regressions (fixes #732) (Nicholas C. Zakas)
  • Fix: Make sure semi reports correct location of missing semicolon (fixes #726) (Nicholas C. Zakas)
  • Add --no-eslintrc cli flag (ref #717) (Brandon Mills)
  • Fix #716 crash with reset flag (Brandon Mills)
  • Fixed JSON formatting and highlighting (Anton Rudeshko (Tesla))
  • fixes #723: block-scoped-var throws on unnamed function expression (Michael Ficarra)
  • Fix: Make stroustrup brace-style closing message make sense (fixes #719) (Nicholas C. Zakas)
  • no-comma-dangle reports correct line number (Andrey Popp)
  • Upgrade: Esprima to 1.1.1 and EScope to 1.0.1 (fixes #718) (Nicholas C. Zakas)
  • Add reset cli flag (refs #692) (Brandon Mills)
  • Relax eqeqeq null check (fixes #669) (Brandon Mills)
  • 0.4.4 (Nicholas C. Zakas)
  • New Rule: handle-callback-err (fixes #567) (Jamund Ferguson)

v0.4.4 - March 25, 2014

  • 0.4.4 (Nicholas C. Zakas)
  • Fix no-used-vars to report FunctionExpression params (fixes #697). (Andrey Popp)
  • fixes #711: eslint reports wrong line number for files with shebang (Michael Ficarra)
  • Fix for no-unused-vars and MemberExpression (Andrey Popp)
  • added no-warning-comments rule (Alexander Schmidt)
  • fixes #699: brace-style does not check function expressions (Michael Ficarra)
  • rewrite block-scoped-var (Michael Ficarra)
  • recommend using hasOwnProperty from Object.prototype in guard-for-in docs (Michael Ficarra)
  • change conf/environments.json spacing to be simpler and more consistent (Michael Ficarra)
  • Update API to use context.getFilename() instead of .filename. (Loren Segal)
  • Small changes, JSDoc is clarified (Aliaksei Shytkin)
  • Move FileFinder to separate file (Aliaksei Shytkin)
  • Cache if file is not found (Aliaksei Shytkin)
  • Use cache on config files seach (Aliaksei Shytkin)
  • Added .eslintignore to load from parents folders (fixes #681) (Aliaksei Shytkin)
  • fix 'node-modules' typo in docs (Fred K. Schott)
  • Upgrade to the latest version of doctrine. (Brian Di Palma)
  • Document optional filename and default it to ''. (Loren Segal)
  • Fix: Compatibility for Node 0.8 (Nicholas C. Zakas)
  • Update: Makefile.js now uses shelljs-nodecli (Nicholas C. Zakas)
  • #681 apply all .eslintignore exclusions (Aliaksei Shytkin)
  • Add RuleContext.filename property (for #468). (Loren Segal)
  • 0.4.3 (Nicholas C. Zakas)

v0.4.3 - March 18, 2014

  • 0.4.3 (Nicholas C. Zakas)
  • fixes #682: rewrite no-constant-condition rule (Michael Ficarra)
  • Fixes #673 allow configuration of @return errors via requireReturn - (fixes #673) (Brian Di Palma)
  • Tweaking inline code formatting for "if, while, dowhile" (Peter deHaan)
  • Fixes #677 getJSDocComment() should not search beyond FunctionExpression or FunctionDeclaration parent nodes. (Brian Di Palma)
  • Relaxed enforcement of camelcase rule (Ian Christian Myers)
  • Fixing issue #675. Incorrect triggering of no-else-return rule. (Brian Di Palma)
  • Added style option for wrap-iife (Mathias Schreck)
  • Fix: Issues with named function expressions in no-unused-vars and no-shadow (fixes #662) (Nicholas C. Zakas)
  • Update: camelcase rule now doesn't flag function calls (fixes #656) (Nicholas C. Zakas)
  • Updating documentation description for: no-space-before-semi rule, changing rules to exempt strings with semicolons and test for that condition. Fixes #629. (Jonathan Kingston)
  • Adding in rule no-space-before-semi to prevent spaces before semicolons. fixes #629 (Jonathan Kingston)
  • show NPM version (Paul Verest)
  • adapt code formatting (Mathias Schreck)
  • Added a TextMate 2 integration to the docs (Nate Silva)
  • 0.4.2 (Nicholas C. Zakas)

v0.4.2 - March 3, 2014

  • 0.4.2 (Nicholas C. Zakas)
  • fixes #651: disable no-catch-shadow rule in node environment (Michael Ficarra)
  • Fixed context.report message parsing (Ian Christian Myers)
  • fixe #648: wrap-iife rule should actually check that IIFEs are wrapped (Michael Ficarra)
  • Added "stroustrup" option for brace-style (Ian Christian Myers)
  • 0.4.1 (Nicholas C. Zakas)

v0.4.1 - February 27, 2014

  • 0.4.1 (Nicholas C. Zakas)
  • Created space-in-brackets rule (Ian Christian Myers)
  • Update: Allow valid-jsdoc to specify replacement tags (fixes #637) (Nicholas C. Zakas)
  • Fix: Ensure getJSDocComment() works for all function declarations (fixes #638) (Nicholas C. Zakas)
  • Added broccoli-eslint to integration docs (Christian)
  • fixes #634: getters/setters shouldn't trigger no-dupe-keys (Michael Ficarra)
  • Update: semi to also enforce not using semicolons (fixes #618) (Nicholas C. Zakas)
  • New Rule: no-constant-condition - removed SwitchStatement discriminant check - removed AssignmentExpression with right Identifier - fixed copy paste error - added DoWhileStatement, ForStatement based on discussion: #624 (fixes #621) (Christian)
  • New Rule: no-constant-condition (fixes #621) (Christian)
  • Adding mimosa-eslint to Build System list (dbashford)
  • Fix: Make sure semi flags return statements without a semicolon (fixes #616) (Nicholas C. Zakas)
  • Fix: stylish formatter blue text -> white text (fixes #607) (Nicholas C. Zakas)
  • Fix: radix rule should warn (not throw error) when parseInt() is called without arguments (fixes #611) (Nicholas C. Zakas)
  • Update README.md (Dmitry)
  • Adding JSDoc comments for TAP format helper functions (Jonathan Kingston)
  • Updating documentation to include TAP format option (Jonathan Kingston)
  • Fixing validation issues to TAP formatter (Jonathan Kingston)
  • Adding TAP formatter and basic tests (Jonathan Kingston)
  • Docs: Updated integrations page (Nicholas C. Zakas)
  • 0.4.0 (Nicholas C. Zakas)

v0.4.0 - February 12, 2014

  • 0.4.0 (Nicholas C. Zakas)
  • Change: Switch :after to :exit (fixes #605) (Nicholas C. Zakas)
  • Fix: Make sure no-unused-vars doesn't get confused by nested functions (fixes #584) (Nicholas C. Zakas)
  • Update: .eslintrc to check more things (Nicholas C. Zakas)
  • Fix: Make sure JSDoc parser accepts JSDoc3-style optional parameters (Nicholas C. Zakas)
  • Docs: Update documentation with linking instructions for ESLintTester (Nicholas C. Zakas)
  • New Rule: valid-jsdoc (fixes #536) (Nicholas C. Zakas)
  • #595 improved func-names documentation (Kyle Nunery)
  • #595 added more func-names tests (Kyle Nunery)
  • #595 fix rule message and add more tests (Kyle Nunery)
  • use optionator for option parsing, not optimist (George Zahariev)
  • Include instructions for working with ESLintTester (Nicholas C. Zakas)
  • #595 remove needless 'function Foo() {}' in tests (Kyle Nunery)
  • #595 fix whitespace (Kyle Nunery)
  • #595 fix markdown for js code blocks (Kyle Nunery)
  • Adding information about Yeomen generator (Ilya Volodin)
  • #595 add docs for rule func-names (Kyle Nunery)
  • #595 add func-names rule (Kyle Nunery)
  • migrate variables array to map (Brandon Mills)
  • Perf: Move try-catch out of verify() function to allow V8 optimization (refs #574) (Nicholas C. Zakas)
  • Docs: Added instructions for running npm run profile (Nicholas C. Zakas)
  • refactor variable name lookup into a separate function (Brandon Mills)
  • optimize findVariable() in no-unused-vars (Brandon Mills)
  • move to tests/bench (Chris Dickinson)
  • add npm run profile. (Chris Dickinson)
  • #586 refactor based on #590 (comment) (Christian)
  • #586 added no-unreachable jsdoc, documentation note on hoisting case (Christian)
  • #586 add hoisting check to no-unreachable (Christian)
  • readme: Remove stray asterisk (Timo Tijhof)
  • #580 Remove eslint.getAllComments(), related docs, related tests (Christian)
  • Added test for bug fix #582. Test Passes (Shmueli Englard)
  • Added curly braces to if statment (Shmueli Englard)
  • Added new test for fix to #582 (fixes 582) (Shmueli Englard)
  • Bug #582: Added check if node.value isn't a string just exit (Shmueli Englard)
  • Update Rule: implement curly options for single-statement bodies (fixes #511) (Nicholas C. Zakas)
  • New Rule: no-extra-boolean-cast (fixes #557) (Brandon Mills)
  • New Rule: no-sparse-arrays (fixes #499) (Nicholas C. Zakas)
  • Fix: no-spaced-func is now an error (Nicholas C. Zakas)
  • New Rule: no-process-exit (fixes #568) (Nicholas C. Zakas)
  • New Rule: no-labels (fixes #550) (Nicholas C. Zakas)
  • New Rule: no-lone-blocks (fixes #512) (Brandon Mills)
  • Added Emacs/Flycheck integration (Nikolai Prokoschenko)
  • Build: Add perf test (Nicholas C. Zakas)
  • Fix: no-cond-assign shouldn't throw error when there's a for loop with an empty conditional (fixes #53) (Nicholas C. Zakas)
  • Docs: Add docs for no-regex-spaces and all doc errors now break build (closes #562) (Nicholas C. Zakas)
  • Rename: regex-spaces to no-regex-spaces (Nicholas C. Zakas)
  • Docs: Add docs for no-underscore-dangle (refs #562) (Nicholas C. Zakas)
  • Docs: Add docs for no-undef-init (refs #562) (Nicholas C. Zakas)
  • Docs: Add docs for no-return-assign (refs #562) (Nicholas C. Zakas)
  • Fix: Misspelling in no-return-assign message (Nicholas C. Zakas)
  • Docs: Add docs for no-new-wrappers (refs #562) (Nicholas C. Zakas)
  • Docs: Add docs for no-new-object (refs #562) (Nicholas C. Zakas)
  • Docs: Add docs for no-implied-eval (refs #562) (Nicholas C. Zakas)
  • Docs: Updated documentation for developing rules (Nicholas C. Zakas)
  • Testing: Move ESLintTester to be external dependency (fixes #480) (Nicholas C. Zakas)
  • Docs: Add list of known integrations (Nicholas C. Zakas)
  • Fix #570 (dmp42)
  • document no-array-constructor rule (Michael Ficarra)
  • fixes #500: no-array-constructor should not flag 1-argument construction (Michael Ficarra)
  • fixes #501: no-array-constructor recognises CallExpression form (Michael Ficarra)
  • rename no-new-array rule to no-array-constructor; ref #501 (Michael Ficarra)
  • Fix: Make radix rule warn on invalid second parameter (fixes #563) (Nicholas C. Zakas)
  • Docs: Added no-floating-decimal docs (refs #562) (Nicholas C. Zakas)
  • New Rule: no-path-concat (fixes #540) (Nicholas C. Zakas)
  • Docs: Add some missing rule docs (refs #562) (Nicholas C. Zakas)
  • Fix: CLI should not output anything when there are no warnings (fixes #558) (Nicholas C. Zakas)
  • New Rule: no-yoda (fixes #504) (Nicholas C. Zakas)
  • New Rule: consistent-return (fixes #481) (Nicholas C. Zakas)
  • Rewrite configuration documentation to include information about globals (fixes #555) (Nicholas C. Zakas)
  • Allow YAML configuration files (fixes #491) (Nicholas C. Zakas)
  • 0.3.0 (Nicholas C. Zakas)

v0.3.0 - January 20, 2014

  • 0.3.0 (Nicholas C. Zakas)
  • Config: Allow comments in JSON configuration files (fixes #492) (Nicholas C. Zakas)
  • Bug: max-len fix to report correct line number (fixes #552) (Nicholas C. Zakas)
  • Build: Use browserify to create browser-ready ESLint (fixes #119) (Nicholas C. Zakas)
  • Docs: Ensure all rules have entry on top-level rules index page (Nicholas C. Zakas)
  • Docs: Add docs for no-fallthrough rule (Nicholas C. Zakas)
  • Update README.md (Peter deHaan)
  • Update README.md (Peter deHaan)
  • Update package.json (Peter deHaan)
  • Docs: Added documentation for semi rule (Nicholas C. Zakas)
  • Build: Reset branch coverage target (Nicholas C. Zakas)
  • Update build system to generate eslint.org during release (Nicholas C. Zakas)
  • Updated setup doc (Nicholas C. Zakas)
  • Fix #525 & #528 (Mangled Deutz)
  • Improve no-negated-in-lhs description (David Bruant)
  • Fixing typo (David Bruant)
  • Update no-new.md (Tamas Fodor)
  • Update no-extra-semi.md (Tamas Fodor)
  • Fixing broken links in documentation (Ilya Volodin)
  • Update about page (Nicholas C. Zakas)
  • Site generation build step and documentation updates to support it (fixes #478) (Nicholas C. Zakas)
  • Change message for brace-style rule (fixes #490) (Nicholas C. Zakas)
  • Add question about ES6 support to FAQ (fixes #530) (Nicholas C. Zakas)
  • Set unlimited number of listeners for event emitter (fixes #524) (Nicholas C. Zakas)
  • Add support for comment events (fixes #531) Add :after events for comments (Nicholas C. Zakas)
  • Add :after events for comments (Nicholas C. Zakas)
  • Allow config files to have any name (fixes #486). (Aparajita Fishman)
  • List available formatters (fixes #533). (Aparajita Fishman)
  • Add support for comment events (fixes #531) (Nicholas C. Zakas)
  • Add Stylish formatter and make it default. Fixes #517 (Sindre Sorhus)
  • Fix missing code exit (Mangled Deutz)
  • Added unit test for calling Config.getConfig with no arguments. (Aparajita Fishman)
  • Typo (Mangled Deutz)
  • Fixed docs typo (Nicholas C. Zakas)
  • Mark functions as used when any method is called on them (Nicholas C. Zakas)
  • Fixed: Config.getConfig is called either with a file path or with no args (fixes #520) (Aparajita Fishman)
  • Fix minor bug in no-empty rule (Nicholas C. Zakas)
  • add more info for failure messages (Nicholas C. Zakas)
  • Add ruleId to all formatters output (fixes #472) (Nicholas C. Zakas)
  • Remove unused code (Nicholas C. Zakas)
  • Correctly handle case with both finally and catch in no-empty (Nicholas C. Zakas)
  • Update documentation for no-unused-vars (Nicholas C. Zakas)
  • Ensure that bound function expressions are reported as being used (fixes #510) (Nicholas C. Zakas)
  • Allow empty catch/finally blocks (fixes #514) and update documentation (fixes #513) (Nicholas C. Zakas)
  • Updated contribution guidelines (Nicholas C. Zakas)
  • Add default setting for no-cond-assign (Nicholas C. Zakas)
  • Add build step to check rule consistency (Nicholas C. Zakas)
  • update docs: explicit cli args are exempt from eslintignore exclusions (Michael Ficarra)
  • fixes #505: no-cond-assign should ignore doubly parenthesised tests (Michael Ficarra)
  • Renamed unnecessary-strict to no-extra-strict (Nicholas C. Zakas)
  • Fixed missing documentation links (Nicholas C. Zakas)
  • Add build task to check for missing docs and tests for rules (Nicholas C. Zakas)
  • Slight reorganization of rule groups (Nicholas C. Zakas)
  • Added one-var and sorted some rules (Nicholas C. Zakas)
  • Updated Travis badge for new location (Nicholas C. Zakas)
  • fixes #494: allow shebangs in processed JS files (Michael Ficarra)
  • fixes #496: lint ignored files when explicitly specified via the CLI (Michael Ficarra)
  • More tests (Ilya Volodin)
  • Upgrade Istanbul (Ilya Volodin)
  • fixes #495: holey arrays cause no-comma-dangle rule to throw (Michael Ficarra)
  • Documentation and minor changes (Ilya Volodin)
  • Adding missing package registration (Ilya Volodin)
  • Adding support for .eslintignore and .jshintignore (Closes #484) (Ilya Volodin)
  • fixes #482: brace-style bug with multiline conditions (Michael Ficarra)
  • Switching Travis to use ESLint (Closes #462) (Ilya Volodin)
  • 0.2.0 (Nicholas C. Zakas)

v0.2.0 - January 1, 2014

  • 0.2.0 (Nicholas C. Zakas)
  • Bump code coverage checks (Nicholas C. Zakas)
  • Take care of unreachable code in case statement (Nicholas C. Zakas)
  • Updated rule messaging and added extra tests (Nicholas C. Zakas)
  • Fixing eslint errors and unittests (Ilya Volodin)
  • Rule: max-nested-callbacks (Ian Christian Myers)
  • Fix fall-through rule with nested switch statements (fixes #430) (Nicholas C. Zakas)
  • Fixed trailing comma (Nicholas C. Zakas)
  • Added more tests for func-style (Nicholas C. Zakas)
  • Fixed documentation for func-style (Nicholas C. Zakas)
  • Fixed linting error (Nicholas C. Zakas)
  • Rule to enforce function style (fixes #460) (Nicholas C. Zakas)
  • Rule is off by default. Updated documentation (Ilya Volodin)
  • Rule: sort variables. Closes #457 (Ilya Volodin)
  • Update architecture.md (Nicholas C. Zakas)
  • Change quotes option to avoid-escapes and update docs (fixes #199) (Brandon Payton)
  • Add allow-avoiding-escaped-quotes option to quotes rule (fixes #199) (Brandon Payton)
  • Update no-empty-class.md (Nicholas C. Zakas)
  • Updated titles on all rule documentation (fixes #348) (Nicholas C. Zakas)
  • Fixing eslint errors in codebase (Ilya Volodin)
  • fixes #464: space-infix-ops checks for VariableDeclarator init spacing (Michael Ficarra)
  • Add options to no-unused-vars. Fixes #367 (Ilya Volodin)
  • rename escape function to xmlEscape in checkstyle formatter (Michael Ficarra)
  • The semi rule now reports correct line number (Ian Christian Myers)
  • context.report now takes optional location (Ian Christian Myers)
  • fixes #454: escape values for XML in checkstyle formatter (Michael Ficarra)
  • Add color to Mocha test reporting (Ian Christian Myers)
  • Rule no-nested-ternary (Ian Christian Myers)
  • Fixing no-unused-var and no-redeclare (Ilya Volodin)
  • fixes #449: no-mixed-requires throws TypeError when grouping is enabled (Michael Ficarra)
  • Fixed reported line number for trailing comma error (Ian Christian Myers)
  • Update doc title for quote (Matthew DuVall)
  • fixes #446: join paths without additional delimiters (Michael Ficarra)
  • docs: add documentation for quotes rule (Matthew DuVall)
  • minor style changes to lib/rules/space-infix-ops.js as requested in #444 (Michael Ficarra)
  • remove "function invalid(){ return D }" from some tests (Michael Ficarra)
  • fixes #429: require spaces around infix operators; enabled by default (Michael Ficarra)
  • simplify fix for #442 (Michael Ficarra)
  • Fix broken test, ensure tests get run before a release is pushed (Nicholas C. Zakas)
  • 0.1.4 (Nicholas C. Zakas)

v0.1.4 - December 5, 2013

  • 0.1.4 (Nicholas C. Zakas)
  • Add release scripts to package.json (Nicholas C. Zakas)
  • Fixed release error in Makefile (Nicholas C. Zakas)
  • Fix JSHint warnings (Nicholas C. Zakas)
  • Make sure 'default' isn't flagged by no-space-returns-throw rule (fixes #442) (Nicholas C. Zakas)
  • Fixing documentation (Ilya Volodin)
  • Fixing disabling rules with invalid comments Closes #435 (Ilya Volodin)
  • improve assertion on wrong number of errors (Christoph Neuroth)
  • fixes #431: no-unused-expressions should not flag statement level void (Michael Ficarra)
  • fixes #437: fragile no-extend-native rule (Michael Ficarra)
  • change space-* rule documentation headers to be more descriptive (Michael Ficarra)
  • Moved to tabs, added comments, a few more tests (Jamund Ferguson)
  • split GH-332 rule into space-unary-word-ops and space-return-throw-case (Michael Ficarra)
  • fixes #346: validate strings passed to the RegExp constructor (Michael Ficarra)
  • change some documentation extensions from js to md (Michael Ficarra)
  • fixes #332: unary word operators must be followed by whitespace (Michael Ficarra)
  • Add some docs (Jamund Ferguson)
  • DRYing cli tests and improving code coverage (Ilya Volodin)
  • fixes #371: add no-shadow-restricted-names rule (Michael Ficarra)
  • Added Support for Object.defineProperty() checking (Jamund Ferguson)
  • fixes #333: add rule to disallow gratuitously parenthesised expressions (Michael Ficarra)
  • improve rule test coverage (Michael Ficarra)
  • No Extend Native (Jamund Ferguson)
  • change getTokens 2nd/3rd arguments to count tokens, not characters (Michael Ficarra)
  • fixes #416: no-fallthrough flagging last case + reporting wrong line num (Michael Ficarra)
  • fixes #415: fix unnecessary-strict rule false positives (Michael Ficarra)
  • Add missing dependency (Nicholas C. Zakas)
  • Update docs related to running unit tests (Nicholas C. Zakas)
  • Add JSHint as missing dependency (Nicholas C. Zakas)
  • Switch to using ShellJS makefile (fixes #418) (Nicholas C. Zakas)
  • Updated documentation to reflect test changes (refs #417) (Nicholas C. Zakas)
  • Change to eslintTester.addRuleTest (fixes #417) (Nicholas C. Zakas)
  • Fix false positives for no-script-url (fixes #400) (Nicholas C. Zakas)
  • Fix lint warning (Nicholas C. Zakas)
  • Fixing ESLint warnings, introducing Makefile.js (not yet wired in) (Nicholas C. Zakas)
  • fixes #384: include builtin module list to avoid repl dependency (Michael Ficarra)
  • 0.1.3 (Nicholas C. Zakas)

v0.1.3 - November 25, 2013

  • 0.1.3 (Nicholas C. Zakas)
  • Updated changelog (Nicholas C. Zakas)
  • Vows is gone. Mocha is now default (Ilya Volodin)
  • fixes #412: remove last remaining false positives in no-spaced-func (Michael Ficarra)
  • fixes #407: no-spaced-func rule flagging non-argument-list spaced parens (Michael Ficarra)
  • Add no-extra-semi to configuration (fixes #386) (Nicholas C. Zakas)
  • Converting formatter tests and core (Ilya Volodin)
  • Don't output anything when there are no errors in compact formatter (fixes #408) (Nicholas C. Zakas)
  • Removing Node 0.11 test - it fails all the time (Nicholas C. Zakas)
  • Completing conversion of rule's tests to mocha (Ilya Volodin)
  • added mocha conversion tests for strict, quote-props and one-var; enhanced one of the invalid one-var tests that was expecting two messages (Michael Paulukonis)

v0.1.2 - November 23, 2013

  • 0.1.2 (Nicholas C. Zakas)
  • added mocha tests for radix and quotes; fixed some of the internals on quotes from vows annotations (Michael Paulukonis)
  • added tests for regex-spaces, strict, unnecessary-strict; fixed some types in overview/author notes in other tests. (Michael Paulukonis)
  • Converting unittests to mocha (Ilya Volodin)
  • mocha conversions of tests for 'use-isnan' and 'wrap-iife' (Michael Paulukonis)
  • added mocha tests semi.js and wrap-regex.js (Michael Paulukonis)
  • Converting more tests to mocha (Ilya Volodin)
  • Update CONTRIBUTING.md (Nicholas C. Zakas)
  • Cleaning up eslintTester (Ilya Volodin)
  • DRYing unittests and converting them to mocha (Ilya Volodin)
  • Reformatted Gruntfile (Nicholas C. Zakas)
  • Add tests to config load order: base, env, user. (icebox)
  • Fixing indent in gruntfile (Ilya Volodin)
  • Removing jake, adding Grunt, Travis now runs grunt (Ilya Volodin)
  • Add rules per environments to config. (icebox)
  • Add globals property to the environments. (icebox)
  • Fix error about IIFE if the function is in a new (Marsup)
  • Fix a broken link in the docs (Brian J Brennan)
  • Add test coverage for additional cases, fix open paren at beginning of expr (Matthew DuVall)
  • Fixing no-undef for eval use case (Ilya Volodin)
  • fixes #372: disallow negated left operand in in operator (Michael Ficarra)
  • Fixing no-self-compare rule to check for operator (Ilya Volodin)
  • bug: open parens in args causes no-spaced-func to trigger (Matthew DuVall)
  • fixes #369: restrict UnaryExpressions to delete in no-unused-expressions (Michael Ficarra)
  • Make sure delete operator isn't flagged as unused expression (fixes #364) (Nicholas C. Zakas)
  • Don't flag ++ or -- as unused expressions (fixes #366) (Nicholas C. Zakas)
  • Ensure that 'use strict' isn't flagged as an unused expression (fixes #361) (Nicholas C. Zakas)
  • Increase test coverage for strict-related rules (refs #361) (Nicholas C. Zakas)
  • Up code coverage numbers (Nicholas C. Zakas)
  • Fixes error in new-cap rule when 'new' is used without a constructor (fixes #360) (Nicholas C. Zakas)
  • added files array in package json (Christian)
  • removed unused jshint dependency (Christian)
  • Add test coverage for new Foo constructor usage (Matt DuVall)
  • Pull code coverage up by removing unused method (Matt DuVall)
  • recognise CallExpression variant of RegExp ctor in no-control-regex rule (Michael Ficarra)
  • Merge smart-eqeqeq into eqeqeq (Matt DuVall)
  • Catch additional cases for a.b, new F, iife (Matt DuVall)
  • 0.2.0-dev (Nicholas C. Zakas)
  • Version 0.1.0 (Nicholas C. Zakas)
  • rule: no-spaced-func disallow spaces between function identifier and application (Matt DuVall)

v0.1.1 - November 09, 2013

  • Ensure mergeConfigs() doesn't thrown an error when keys are missing in base config (fixes #358) (Nicholas C. Zakas)

v0.1.0 - November 03, 2013

  • Version 0.1.0 (Nicholas C. Zakas)
  • Updated Readme for v0.1.0 (Nicholas C. Zakas)
  • Bump code coverage verification to 95% across the board (Nicholas C. Zakas)
  • Fixed broken links (Nicholas C. Zakas)
  • Added information about runtime rules (Nicholas C. Zakas)
  • Added documentation about configuration files (Nicholas C. Zakas)
  • Added description of -v option (Nicholas C. Zakas)
  • Updated architecture documentation (Nicholas C. Zakas)
  • Fix bug in no-control-regex (fixes #347) (Nicholas C. Zakas)
  • Fix link to architecture doc in readme (azu)
  • Rule: No control characters in regular expressions (fixes #338) (Nicholas C. Zakas)
  • Add escaping = test (Matt DuVall)
  • Add docs for rule (Matt DuVall)
  • rule: no-div-regex for catching ambiguous division operators in regexes (Matt DuVall)
  • Change context-var to block-scoped-var (Matt DuVall)
  • Implement config.globals (Oleg Grenrus)
  • Add 'config-declared global' test (Oleg Grenrus)
  • Adding ability to separate rules with comma (Ilya Volodin)
  • Added rule for missing 'use strict' (fixes #321) (Nicholas C. Zakas)
  • Fixing unittests and finishing code (Ilya Volodin)
  • Disabling/enabling rules through comments (Ilya Volodin)
  • Rename rule to context-var and add documentation (Matt DuVall)
  • Added link to no-global-strict doc in readme (Nicholas C. Zakas)
  • Add try-catch scoping with tests (Matt DuVall)
  • Fix linting error (Matt DuVall)
  • Store FunctionDeclarations in scope as they can be used as literals (Matt DuVall)
  • Fix to use getTokens and add test for MemberExpression usage (Matt DuVall)
  • rule: block-scope-var to check for variables declared in block-scope (Matt DuVall)
  • no-unused-expressions rule: add test and doc mention for a && b() (Michael Ficarra)
  • rule: wrap-regex for parens around regular expression literals (Matt DuVall)
  • fixes #308: implement no-unused-expressions rule; ref. jshint rule W030 (Michael Ficarra)
  • Updated change log script to filter out merge messages (Nicholas C. Zakas)
  • Updated changelog (Nicholas C. Zakas)
  • 0.1.0-dev (Nicholas C. Zakas)

v0.0.9 - October 5, 2013

  • Version 0.0.9 release (Nicholas C. Zakas)
  • Added rule for no global strict mode (fixes #322) (Nicholas C. Zakas)
  • Change default on to be errors instead of warnings (fixes #326) (Nicholas C. Zakas)
  • Fixed bug where JSHint was using the wrong file in lint task (Nicholas C. Zakas)
  • Updated docs for no-unused vars rule. (Andrew de Andrade)
  • Removed console.log in tests. (Andrew de Andrade)
  • Added link to roadmap and JSHint feature parity list. (Andrew de Andrade)
  • Fixed warning when unused var declared as param in FunctionExpression/Declaration can be ignored because later param is used (Andrew de Andrade)
  • Rename test for smartereqeqeq.js to smarter-eqeqeq.js (Andrew de Andrade)
  • Keep test filename inline with rule name (Andrew de Andrade)
  • Added further instructions for multiline test cases. (Andrew de Andrade)
  • Protecting private method (Seth McLaughlin)
  • Updating look up algorithm for local config files (Seth McLaughlin)
  • Fixing ESLint errors (Ilya Volodin)
  • Implemented local default config file (Seth McLaughlin)
  • Upgrading escope version and fixing related bugs (Ilya Volodin)
  • Fixing assignment during initialization issue (Ilya Volodin)
  • add plain-English regexp description to no-empty-class rule (Michael Ficarra)
  • fixes #289: no-empty-class flags regexps with... flags (Michael Ficarra)
  • Rule: no-catch-shadow (Ian Christian Myers)
  • Update no-empty for compatibility with esprima@1.0.4 (fixes #290) (Mark Macdonald)
  • Fixing bug with _ in MemberExpression (Ilya Volodin)
  • Rule: no-func-assign (Ian Christian Myers)
  • Fix false warning from no-undef rule (fixes #283) (Mark Macdonald)
  • Adding eslint to jake (Ilya Volodin)
  • Rule no redeclare (Ilya Volodin)
  • Fixing no use before define issues (Ilya Volodin)
  • Rule: no-octal-escape (Ian Christian Myers)
  • Fix for no-proto and no-iterator false positive (Ian Christian Myers)
  • Rule: no-iterator (Ian Christian Myers)
  • Fixing type in guard-for-in documentation (Ilya Volodin)
  • Rule No use before define (Ilya Volodin)
  • Added documentation for the no-new rule (Ian Christian Myers)
  • Added documentation for the no-eval rule (Ian Christian Myers)
  • Added documentation for the no-caller rule (Ian Christian Myers)
  • Added documentation for the no-bitwise rule (Ian Christian Myers)
  • simplify no-empty-class rule (Michael Ficarra)
  • Fix no-empty-class false negatives (Ian Christian Myers)
  • Added documentation for the no-alert rule (Ian Christian Myers)
  • Added documentation for the new-parens rule (Ian Christian Myers)
  • Added documentation for the max-params rule (Ian Christian Myers)
  • Added documentation for max-len rule (Ian Christian Myers)
  • Created link from rules README.md to no-plusplus.md documentation (Ian Christian Myers)
  • Added documentation for guard-for-in rule (Ian Christian Myers)
  • Added documentation for dot-notation rule (Ian Christian Myers)
  • Added documentation for curly rule (Ian Christian Myers)
  • Updated camelcase rule documentation (Ian Christian Myers)
  • Added documentation for complexity rule (Ian Christian Myers)
  • Changed no-dangle documentation to no-comma-dangle (Ian Christian Myers)
  • Rule: no-empty-class (Ian Christian Myers)
  • Increased test coverage for max-depth (Ian Christian Myers)
  • Increased test coverage for no-shadow (Ian Christian Myers)
  • Increased test coverage on no-mixed-requires (Ian Christian Myers)
  • Added docs for eqeqeq and no-with (fixes #262) (Raphael Pigulla)
  • Create camelcase.md (Micah Eschbacher)
  • Fix issues with function in no-unused-vars (Ilya Volodin)
  • Rule: No shadow (Ilya Volodin)
  • fixes #252: semi rule errors on VariableDeclarations in ForInStatements (Michael Ficarra)
  • rule: max-len to lint maximum length of a line (Matt DuVall)
  • Fixes #249 (Raphael Pigulla)
  • Merge branch 'master' of https://github.com/beardtwizzle/eslint (Jonathan Mahoney)
  • Re-add lines that were accidentally deleted from config (Jonathan Mahoney)
  • Add support for pre-defined environment globals (re: #228) (Jonathan Mahoney)
  • Rule: no-else-return (Ian Christian Myers)
  • Re-add lines that were accidentally deleted from config (Jonathan Mahoney)
  • Add support for pre-defined environment globals (re: #228) (Jonathan Mahoney)
  • Fix no-unused-vars to report correct line numbers (Ilya Volodin)
  • Rule: no proto (Ilya Volodin)
  • Rule: No Script URL (Ilya Volodin)
  • Rule: max-depth (Ian Christian Myers)
  • Fix: Error severity for rules with options. (Ian Christian Myers)
  • Rule: No wrap func (Ilya Volodin)
  • bug: Fixes semi rule for VariableDeclaration in ForStatement (Matt DuVall)
  • Individual perf tests for rules (Ilya Volodin)
  • Fix loading rules from a rules directory (Ian Christian Myers)
  • Rule no-mixed-requires (fixes #221) (Raphael Pigulla)
  • bug: Add ForStatement for no-cond-assign check (Matthew DuVall)
  • JSLint XML formatter now escapes special characters in the evidence and reason attributes. (Ian Christian Myers)
  • Formatter: JSLint XML (Ian Christian Myers)
  • Refactored max-statements rule. (Ian Christian Myers)
  • Fix tests broken due to new rule message text (James Allardice)
  • Merge branch 'master' into match-jshint-messages (James Allardice)
  • Refactored one-var rule. (Ian Christian Myers)
  • split eslint.define into eslint.defineRule and eslint.defineRules (Michael Ficarra)
  • Removed unnecessary rules.js test. (Ian Christian Myers)
  • Rule: one-var (Ian Christian Myers)
  • Rule: No unused variables (Ilya Volodin)
  • expose interface for defining new rules at runtime without fs access (Michael Ficarra)
  • disallow 00 in no-octal rule (Michael Ficarra)
  • Increased test coverage for lib/cli.js. (Ian Christian Myers)
  • Increased test coverage for lib/rules.js (Ian Christian Myers)
  • Increased test coverage for jUnit formatter. (Ian Christian Myers)
  • scripts/bundle: output bundle+map to /build directory (Michael Ficarra)
  • add test for 0X... hex literals in no-octal tests (Michael Ficarra)
  • fixes #200: no-octals should not see leading-0 floats as violations (Michael Ficarra)
  • add back tests for loading rules from a directory (Michael Ficarra)
  • add back in ability to load rules from a directory (Michael Ficarra)
  • Increased test coverage for complexity rule. (Ian Christian Myers)
  • Increased test coverage for max-params rule. (Ian Christian Myers)
  • also output source map when generating bundle (Michael Ficarra)
  • Rule: unnecessary-strict (Ian Christian Myers)
  • Improve performance of getTokens (Ilya Volodin)
  • Performance jake task (Ilya Volodin)
  • don't force explicit listing of rules; generate listing for bundle (Michael Ficarra)
  • Rule: no-dupe-keys (Ian Christian Myers)
  • fixes #145: create a browser bundle (Michael Ficarra)
  • Fixing no-caller bug (Ilya Volodin)
  • Check for use of underscore library as an exception for var declarations (Matthew DuVall)
  • Merge branch 'master' of https://github.com/nzakas/eslint into no-underscore-dangle (Matthew DuVall)
  • Fixing spelling (Ilya Volodin)
  • Rule: no-empty-label (Ilya Volodin)
  • Add builtin globals to the global scope (fixes #185) (Mark Macdonald)
  • Rule: no-loop-func (Ilya Volodin)
  • Merge branch 'master' of https://github.com/nzakas/eslint into no-underscore-dangle (Matt DuVall)
  • Use proper node declarations and proto exception (Matt DuVall)
  • Updating no-undef patch (see pull request #164) * Simplify parseBoolean() * Make knowledge of/*jshint*/ and /*global */ internal to eslint object * Put user-declared globals in Program scope (Mark Macdonald)
  • Rule: no-eq-null (Ian Christian Myers)
  • fixed broken merge (Raphael Pigulla)
  • fixes #143 (Raphael Pigulla)
  • added consistent-this rule (Raphael Pigulla)
  • Rule: no-sync to encourage async usage (Matt DuVall)
  • Update eslint.json with no-underscore-dangle rule (Matt DuVall)
  • Rule: no-underscore-dangle for func/var declarations (Matt DuVall)
  • Warn on finding the bitwise NOT operator (James Allardice)
  • Updating no-undef patch (see pull request #164) 3. Move parsing of /*global */ and /*jshint */ to eslint.js (Mark Macdonald)
  • Warn on finding a bitwise shift operator (fixes #170) (James Allardice)
  • Fix broken test (James Allardice)
  • Add support for the do-while statement to the curly rule (closes #167) (James Allardice)
  • Removing nasty leading underscores (Patrick Brosset)
  • Added tests and test cases for a few files (Patrick Brosset)
  • CLI: -f now accepts a file path (Ian Christian Myers)
  • Updating no-undef patch (see pull request #164) 1. Move predefined globals to conf/environments.json 2. Move mixin() to lib/util.js (Mark Macdonald)
  • Match messages to JS[LH]int where appropriate, and ensure consistent message formatting (closes #163) (James Allardice)
  • Add support for the do-while statement to the curly rule (closes #167) (James Allardice)
  • Removing nasty leading underscores (Patrick Brosset)
  • Added tests and test cases for a few files (Patrick Brosset)
  • Merge branch 'master' of github.com:nzakas/jscheck (Nicholas C. Zakas)
  • Added acceptance criteria for rules to docs (Nicholas C. Zakas)
  • Add no-undef (fixes #6) (Mark Macdonald)
  • Fixing no-self-compare (Ilya Volodin)
  • Rule: No multiline strings (Ilya Volodin)
  • CLI refactor to remove process.exit(), file not found now a regular error message, updated formatters to handle this case (Nicholas C. Zakas)
  • Rule: no-self-compare (Ilya Volodin)
  • Rule: No unnecessary semicolons (fixes #158) (Nicholas C. Zakas)
  • Fixed error in no-ex-assign when return statement as found in catch clause (Nicholas C. Zakas)
  • Rename no-exc-assign to no-ex-assign and add to config (Nicholas C. Zakas)
  • Renamed count-spaces to regex-spaces (Nicholas C. Zakas)
  • Documentation updates (Nicholas C. Zakas)
  • Put all rules into strict mode and update docs accordingly (Nicholas C. Zakas)
  • Merge branch 'master' of github.com:nzakas/jscheck (Nicholas C. Zakas)
  • Ensure getScope() works properly when called from Program node (fixes #148) (Nicholas C. Zakas)
  • Rule: wrap-iife (Ilya Volodin)
  • add additional test for no-cond-assign rule (Stephen Murray)
  • Merge branch 'master' of github.com:nzakas/jscheck (Nicholas C. Zakas)
  • Experimental support for Jake as a build system (fixes #151) (Nicholas C. Zakas)
  • fixes #152 (Stephen Murray)
  • add docs for no-exc-assign (Stephen Murray)
  • Merge branch 'master' of https://github.com/nzakas/eslint into no-new-object-array-literals (Matt DuVall)
  • Merge branch 'master' of https://github.com/nzakas/eslint into count-spaces (Matt DuVall)
  • Added a test for getting global scope from Program node (refs #148) (Nicholas C. Zakas)
  • Add positive test case for .Array (Matthew DuVall)
  • Only support space characters for repetitions (Matthew DuVall)
  • fix line length per code conventions (Stephen Murray)
  • fix indentation per code conventions (Stephen Murray)
  • fixes #149 (Stephen Murray)
  • Rule: no-ternary (Ian Christian Myers)
  • Check that the return statement has an argument before checking its type (James Allardice)
  • Rule: count-spaces for multiple spaces in regular expressions (Matt DuVall)
  • Update eslint.json configuration file for literal rules (Matt DuVall)
  • Created no-label-var rule. (Ian Christian Myers)
  • Rule: no-new-array and no-new-object (Matt DuVall)
  • Added ability to retrieve scope using escope. (Ian Christian Myers)
  • Corrected unused arguments (Patrick Brosset)
  • Reporting function complexity on function:after and using array push/pop to handle nesting (Patrick Brosset)
  • Fixing style issues discovered while npm testing (Patrick Brosset)
  • First draft proposal for a cyclomatic complexity ESLint rule (Patrick Brosset)
  • Corrected file extension on no-plusplus rule documentation. (Ian Christian Myers)
  • Documentation for no-delete-var rule. Closes #129 (Ilya Volodin)
  • Rule: max-statements (Ian Christian Myers)
  • Better documentation for the no-plusplus rule. (Ian Christian Myers)
  • Rule: no-plusplus (Ian Christian Myers)
  • Rule: no assignment in return statement (Ilya Volodin)
  • Updating max-params rule name (Ilya Volodin)
  • Rule: Function has too many parameters (Ilya Volodin)
  • Removing merge originals (Ilya Volodin)
  • Rebasing on master (Ilya Volodin)
  • Rule: Variables should not be deleted (Ilya Volodin)
  • Fixes incorrect reporting of missing semicolon (Ian Christian Myers)
  • Rebase against master branch (Mathias Bynens)
  • Rule to warn on use of Math and JSON as functions (James Allardice)
  • Formatter: Checkstyle (Ian Christian Myers)
  • docs: Clean up structure (Mathias Bynens)
  • Merging no-native-reassign and no-redefine (Ilya Volodin)
  • Rule: no native reassignment (Ilya Volodin)
  • 0.0.8-dev (Nicholas C. Zakas)
  • v0.0.7 released (Nicholas C. Zakas)
  • Updated Tests, etc. (Jamund Ferguson)
  • Added jUnit Support (Fixes #16) (Jamund Ferguson)
  • v0.0.7 - July 22, 2013

    • 0.0.7 (Nicholas C. Zakas)
    • Add code coverage checks to npm test and update rule tests to have better coverage (Nicholas C. Zakas)
    • Fixed CLI output on serial programatic executions (Ian Christian Myers)
    • Removes line length from code style convention docs (Josh Perez)
    • Adds escapeRegExp and fixes documentation (Josh Perez)
    • Add quotes rule and test coverage for configuration options (Matt DuVall)
    • Adds templating for lint messages and refactors rules to use it (Josh Perez)
    • Fixes lint rules for unchecked test file (Josh Perez)
    • Changes dotnotation rule to match JSHint style (Josh Perez)
    • Change configInfo to options and add test coverage (Matt DuVall)
    • Merge branch 'master' of https://github.com/nzakas/eslint into optional-args-for-rule (Matt DuVall)
    • Adds dot notation lint rule (Josh Perez)
    • Strip trailing underscores in camelcase rule - Fixes #94 (Patrick Brosset)
    • add mailing list link (Douglas Campos)
    • Strip leading underscores in camelcase rule - Fixes #94 (Patrick Brosset)
    • Created no-dangle rule. (Ian Christian Myers)
    • Fixed rule name (James Allardice)
    • Make sure the callee type is Identifier (James Allardice)
    • Add rule for implied eval via setTimeout/Interval (James Allardice)
    • Fix rule name in config (James Allardice)
    • Fixes #90 -- updates docstrings (Stephen Murray)
    • Fixes issue with fs.existsSync on NodeJS 0.6 (Ian Christian Myers)
    • Fixing -c config option. (Ian Christian Myers)
    • Allow arrays to be passed as multiple args to rule (Matt DuVall)
    • Test to make sure empty case with one line break is safe (Matt DuVall)
    • Rule: The Function constructor is eval (Ilya Volodin)
    • Enabled require("eslint") and exposed out CLI. (Ian Christian Myers)
    • Adds test and fix for issue #82 (Mark Macdonald)
    • Merge branch 'master' of https://github.com/nzakas/eslint into ok (Yusuke Suzuki)
    • Created brace-style rule. (Ian Christian Myers)
    • Formatters can now process multiple files at once (Jamund Ferguson)
    • Rule: Do not use 'new' for side effects (Ilya Volodin)
    • Adds smarter-eqeqeq rule (Josh Perez)
    • Add EditorConfig file for consistent editor/IDE behavior (Jed Hunsaker)
    • Fix the positive case for no-unreachable where there is no return statement at all, or if the return is at the end. Those cases should not return any errors. The error condition was not be checked before throwing the rule error. (Joel Feenstra)
    • Adds test and fix for no-octal on 0 literal (Mark Macdonald)
    • Don't report no-empty warnings when a parent is FunctionExpression / FunctionDeclaration (Yusuke Suzuki)
    • Add api.getAncestors (Yusuke Suzuki)
    • Ensure estraverse version 1.2.0 or later (Yusuke Suzuki)
    • Fixes no-alert lint rule for non identifier calls (Josh Perez)
    • Fixes exception when init is null (Josh Perez)
    • Fixes no-octal check to only check for numbers (Josh Perez)
    • 0.0.7-dev (Nicholas C. Zakas)
    • 0.0.6 (Nicholas C. Zakas)
    • Follow the rule naming conventions (James Allardice)
    • Add rule for missing radix argument to parseInt (James Allardice)
    • Allow return, falls-through comment, and throw for falls-through (Matt DuVall)
    • Merge branch 'master' of https://github.com/nzakas/eslint into rule-fall-through (Matt DuVall)
    • Globals are not good, declare len (Matt DuVall)
    • Rule to add no-fall-through (Matt DuVall)

    v0.0.6 - July 16, 2013

    • 0.0.6 (Nicholas C. Zakas)
    • Changed semi rule to use tokens instead of source (Nicholas C. Zakas)
    • Renaming new-parens rule (Ilya Volodin)
    • Renaming no-new-wrappers rule and adding tests (Ilya Volodin)
    • Add license URL (Nick Schonning)
    • Remove unused sinon requires (Nick Schonning)
    • Remove redundant JSHint directives (Nick Schonning)
    • Rule: Do not use constructor for wrapper objects (Ilya Volodin)
    • Test node 0.11 unstable but allow it to fail (Nick Schonning)
    • Rule: Constructor should use parentheses (Ilya Volodin)
    • Fix reference to "CSS Lint" in Contributing documentation (Brian McKenna)
    • Add git attributes file for line endings (Andy Hu)
    • Rename to create an 'index' file in GH web view (Evan Goer)
    • Avoid accidentally creating a markdown link (Evan Goer)
    • Add headings and correct internal links (Evan Goer)
    • Add wiki files to docs directory (Evan Goer)
    • Add rules for leading/trailing decimal points (James Allardice)
    • Add rule to prevent comparisons with value NaN (James Allardice)
    • Fixing jshint error (Ilya Volodin)
    • Rule: no octal literals (Ilya Volodin)
    • Rule: no undefined when initializing variables (Ilya Volodin)
    • Updated CONTRIBUTING.md (Nicholas C. Zakas)
    • Make sure namespaces are honored in new-cap (Nicholas C. Zakas)
    • Make sure no-empty also checks for ';;' (Nicholas C. Zakas)
    • Add CLI option to output version (Nicholas C. Zakas)
    • Updated contribution guidelines (Nicholas C. Zakas)
    • Fixing jshint complaints. (Joel Feenstra)
    • Converting to a switch statement and declaring variables. (Joel Feenstra)
    • Added .jshintrc file (until ESLint can lint itself) and cleaned up JSHint warnings (Nicholas C. Zakas)
    • Merge branch 'master' of github.com:nzakas/jscheck (Nicholas C. Zakas)
    • A bit of cleanup (Nicholas C. Zakas)
    • Add unreachable code detection for switch cases and after continue/break. (Joel Feenstra)
    • Add support for detecting unreachable code after a throw or return statement. (Joel Feenstra)
    • Fix curly brace check when an if statement is the alternate. (Joel Feenstra)
    • Check for empty switch statements with no cases. (Matt DuVall)
    • Added CONTRIBUTING.md (Nicholas C. Zakas)
    • Added rule to check for missing semicolons (fixes #9) (Nicholas C. Zakas)
    • Verify that file paths exist before reading the file (Matt DuVall)
    • Added guard-for-in rule (fixes #1) (Nicholas C. Zakas)
    • Run linting with npm test as well (Nicholas C. Zakas)
    • Removed foo.txt (Nicholas C. Zakas)
    • Updated config file with new no-caller ID (Nicholas C. Zakas)
    • Changed name of no-arg to no-caller (Nicholas C. Zakas)
    • Increased test coverage (Nicholas C. Zakas)
    • Got npm test to work with istanbul, huzzah! (Nicholas C. Zakas)
    • Moved /config to /conf (Nicholas C. Zakas)
    • Added script to auto-generate changelog (Nicholas C. Zakas)
    • Add quote-props rule (Mathias Bynens)
    • Cleaned up relationship between bin/eslint, lib/cli.js, and lib/eslint.js (Nicholas C. Zakas)
    • Add problem count to compact formatter (Nicholas C. Zakas)
    • Fix merge conflict (Nicholas C. Zakas)
    • Change reporters to formatters, add format command line option. Also added tests for compact format. (Nicholas C. Zakas)
    • Change reporters to formatters, add format command line option (Nicholas C. Zakas)
    • Start development of 0.0.6-dev (Nicholas C. Zakas)