All Versions
71
Latest Version
Avg Release Cycle
104 days
Latest Release
620 days ago

Changelog History
Page 1

  • v2.13.5 Changes

    July 08, 2022

    ๐Ÿ› Bug Fixes

    • Tolerate late definition of async function (#3618) (5c256a2)
  • v2.13.4 Changes

    January 24, 2022

    ๐Ÿ› Bug Fixes

  • v2.13.3 Changes

    January 05, 2022

    ๐Ÿ› Bug Fixes

    • Recognize ES2020 globals (b1426f1)
  • v2.13.2 Changes

    December 27, 2021

    ๐Ÿ› Bug Fixes

    • โž• Add missing well-known globals (#3582) (cc1adf6)
    • โž• add URL for node in src/vars.js (#3570) (ca06e6a)
    • ๐Ÿ”„ change escape-sequence handler for double quotes (\") (#3566) (75e48b7)
    • Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
    • Tolerate keyword in object shorthand (057b1c6)
    • Tolerate unterminated nullish coalescing (ecae54a)
  • v2.13.1 Changes

    August 10, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow invoking result of optional chaining (71ec395)
    • ๐Ÿ‘ Allow optional chaining call as satement (11dc0a6)
    • Tolerate dangling NewExpression (7c890aa)
  • v2.13.0 Changes

    May 30, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow comma expression in MemberExpression (f05c8d1)
    • Consider all exported bindings "used" (90228b7)
    • Correct interpretation of ImportSpecifier (72a8102)
    • Correct location for error (e831188)
    • Correct location reported for directive (ee6aa68)
    • Detect duplicate exported bindings (916c230)
    • Don't warn when Function() is used without 'new'. (#3531) (c13c5cc)
    • Don't warn when RegExp() is used without 'new'. (#3529) (c18a6e4)
    • Enforce restrictions on new operand (c2719eb)
    • ๐Ÿ‘ Graduate BigInt support to esversion: 11 (553f816)
    • ๐Ÿ‘Œ Improve declaration parsing (a9bdc93)
    • โš  Report early reference with warning (2c1a5f8)
    • ๐Ÿ‘Œ Support RegExp Unicode property escapes (e7fa785)

    ๐Ÿ”‹ Features

    • โž• Add support for "export * as ns from" (c46f464)
    • โž• Add support for import.meta (73d7e0d)
    • โž• Add support for dynamic import (6bfcaed)
    • โž• Add support for optional chaining (b125dbe)
    • ๐Ÿ‘ Implement support for nullish coalescing (f50b14d)
  • v2.12.0 Changes

    August 02, 2020

    2.12.0 (2020-08-02)

    ๐Ÿ”‹ Features

    • โšก๏ธ Update project license (2445143)
  • v2.11.2 Changes

    July 30, 2020

    2.11.2 (2020-07-30)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow "rest" operator in param dstrctrng (c45d1b2)
    • Disallow invalid numeric literals (b02a025)
    • Disallow leading zeros in BigInts (3b2c8cf)
    • ๐Ÿ‘Œ Improve numeric literal warnings/errors (370e159)
    • Limit positions for class declarations (0f0acd8)
    • maxcomplexity doesn't take into account && (047d5af), closes #840
    • โšก๏ธ Update Lodash to latest 4.17.19 (#3494) (17d8f5a)
  • v2.11.1 Changes

    May 14, 2020

    2.11.1 (2020-05-14)

    ๐Ÿš€ This release includes patches from a number of first-time contributors. James
    Owen, Tim Gates, ossdev, stvcisco, and thetric helped to make this the best
    ๐Ÿš€ JSHint release yet. Thank you all!

    ๐Ÿ› Bug Fixes

    • Correct ASI for break and continue (3eb1b02)
    • ๐Ÿ’… Correct ASI for C-style for loops (ac232a5)
    • ๐Ÿ‘Œ Improve tokenization of RegExp literals (#3471) (f786002)
    • TypeError accessing 'value' of undefined (8884eb9), closes #3455
    • ๐Ÿ‘‰ Use relative paths with --filename when recieving from stdin (c1b5c2b)

    ๐Ÿ”‹ Features

    • Replacing PhantomJS with Puppeteer (51963a3)
  • v2.11.0 Changes

    January 13, 2020

    2.11.0 (2020-01-13)

    ๐Ÿš€ This release was previously published using the "release candidate" pattern. No
    regressions were reported in the four weeks that followed, so the change set is
    ๐Ÿš€ being promoted to a true "minor" release.

    ๐Ÿš€ The release notes for version 2.11.0-rc1 completely describes the changes
    included in this version.