Skip to content

Releases: eslint/espree

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)

v1.3.0

21 Dec 17:53
Compare
Choose a tag to compare
  • Build: Add release scripts (Nicholas C. Zakas)
  • New: Add computed object literal properties (refs #10) (Nicholas C. Zakas)
  • Build: Fix commands in Makefile.js (Nicholas C. Zakas)
  • Docs: Add FAQ to README (Nicholas C. Zakas)
  • Fix: Don't allow let/const in for loops (fixes #14) (Nicholas C. Zakas)
  • New: Support for-of loops (refs #10) (Nicholas C. Zakas)
  • Update: Change .ast.js files to .result.js files (Nicholas C. Zakas)
  • New: Support ES6 octal literals (Nicholas C. Zakas)
  • New: Ability to parse binary literals (Nicholas C. Zakas)
  • Update: More tests for regex u flag (Nicholas C. Zakas)
  • Update: Switch to using ecmaFeatures (Nicholas C. Zakas)
  • Update: Add comment attachment tests (Nicholas C. Zakas)
  • Update README.md (Jamund Ferguson)
  • New: Add u and y regex flags (refs #10) (Nicholas C. Zakas)
  • Update: Cleanup tests (Nicholas C. Zakas)
  • New: Add ecmascript flag (fixes #7) (Nicholas C. Zakas)
  • Docs: Update README with build commands (Nicholas C. Zakas)
  • Update: Move some things around (Nicholas C. Zakas)
  • Update: Read version number from package.json (Nicholas C. Zakas)
  • Update: Move AST node types to separate file (Nicholas C. Zakas)
  • Update: Remove duplicate file (Nicholas C. Zakas)
  • Update: Move token information to a separate file (Nicholas C. Zakas)
  • Update: Bring in Makefile.js for linting and browserify (Nicholas C. Zakas)
  • Update: Fix ESLint warnings, remove check-version (Nicholas C. Zakas)
  • Update: Move Position and SourceLocation to separate file (Nicholas C. Zakas)
  • Update: Move syntax checks into separate file (Nicholas C. Zakas)
  • Update: Remove UMD format (Nicholas C. Zakas)
  • Docs: Update README with more info (Nicholas C. Zakas)
  • Update: remove npm-debug.log from tracked files (Brandon Mills)
  • Docs: Remove redundant 'features' in readme (Matthias Oßwald)
  • Docs: Fix a link to Wikipedia (Ryuichi Okumura)
  • Update: Split parsing tests into smaller files (Nicholas C. Zakas)
  • Update: Normalize values in tests (Nicholas C. Zakas)
  • Update: CommonJSify test file (Nicholas C. Zakas)