Skip to content

Releases: eslint/js

v1.9.1

21 Feb 20:44
Compare
Choose a tag to compare
  • Fix: Allow let/const in switchcase (fixes #54) (Nicholas C. Zakas)

v1.9.0

21 Feb 20:33
Compare
Choose a tag to compare
  • Fix: Extend property method range and loc to include params (fixes #36) (Brandon Mills)
  • New: spread operator (refs #10) (Jamund Ferguson)
  • Fix: incorrectly parsed arrow fragment (refs #58) (Jamund Ferguson)
  • New: Rest Parameter (refs: #10) (Jamund Ferguson)
  • New: Destructuring (refs #10) (Jamund Ferguson)

v1.8.1

07 Feb 22:51
Compare
Choose a tag to compare
  • Build: Add Node.js 0.12 testing (Nicholas C. Zakas)
  • Fix: Actuall fix tokenization issue with templates (fixes #44) (Nicholas C. Zakas)

v1.8.0

06 Feb 20:17
Compare
Choose a tag to compare
  • New: Support for Arrow Functions (refs #10) (Jamund Ferguson)
  • New: Allow super references in functions (refs #10) (Nicholas C. Zakas)
  • Build: Update create-test.js (Jamund Ferguson)
  • Fix: Tokenization for template strings (fixes #44) (Nicholas C. Zakas)
  • New: Allow return in global scope (fixes #46) (Nicholas C. Zakas)

v1.7.1

24 Jan 02:43
Compare
Choose a tag to compare
  • Fix: When ecmaFeatures.forOf is true, check for operater is "undefined" when match keyword is "in" (fixes #39) (Peter Chanthamynavong)

v1.7.0

23 Jan 23:16
Compare
Choose a tag to compare
  • New: Add support for template strings (FredKSchott)
  • New: Add support for default parameters (refs #10) (Jamund Ferguson)
  • New: Add support for unicode code point escape sequences (FredKSchott)

v1.6.0

10 Jan 18:05
Compare
Choose a tag to compare
  • Update: Make comment attachment tests look at whole AST (Nicholas C. Zakas)
  • Docs: Update README to reflect feature flags (Nicholas C. Zakas)
  • Docs: Add a couple more FAQs to README (Nicholas C. Zakas)
  • New: Add support for duplicate object literal properties (FredKSchott)
  • New: Implement generators (refs #10) (Nicholas C. Zakas)

v1.5.0

30 Dec 01:41
Compare
Choose a tag to compare
  • Docs: Update README with compat info (Nicholas C. Zakas)
  • Update: Add regex parsing test (Nicholas C. Zakas)
  • Update: s/XJS/JSX/g (Nicholas C. Zakas)
  • Build: Update release script (Nicholas C. Zakas)
  • Update: Move SyntaxTree to ast-node-factory.js (FredKSchott)
  • New: Add JSX parsing (fixes #26) (Nicholas C. Zakas)
  • Update: Switch location marker logic (fixes #15) (Nicholas C. Zakas)

v1.4.0

24 Dec 03:19
Compare
Choose a tag to compare
  • Fix: Parsing issues with property methods (fixes #21) (Nicholas C. Zakas)
  • New: Add support for shorthand properties (refs #10) (Nicholas C. Zakas)
  • New: Add support for object literal method shorthand (refs #10) (Nicholas C. Zakas)
  • Fix: Ensure comments are attached for return (fixes #2) (Nicholas C. Zakas)
  • Build: Ensure CHANGELOG.md is committed on release (Nicholas C. Zakas)

v1.3.1

23 Dec 23:02
Compare
Choose a tag to compare
  • Fix: Add all files to npm package (fixes #17) (Nicholas C. Zakas)
  • Update: Move Messages to separate file (Nicholas C. Zakas)
  • Docs: Removed unnecessary comment (Nicholas C. Zakas)