Skip to content

v1.3.0

Compare
Choose a tag to compare
@nzakas nzakas released this 21 Dec 17:53
· 590 commits to main since this release
  • 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)