All Versions
67
Latest Version
Avg Release Cycle
101 days
Latest Release
322 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.13.1 Changes
August 10, 2021 -
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
-
v2.12.0 Changes
August 02, 2020 -
v2.11.2 Changes
July 30, 20202.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, 20202.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
andcontinue
(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)
- Correct ASI for
-
v2.11.0 Changes
January 13, 20202.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. -
v2.11.0-rc1 Changes
December 11, 2019๐ In addition to bug fixes and new features, this release candidate includes a ๐จ few refactorings which are not expected to influence JSHint's behavior.
๐ Bug Fixes
- ๐ฆ Expose new
typeof
value experimentally (dcef79a) - ๐ Improve parsing of
yield
(6fdb4f6) - ๐ Improve parsing of comma operator (897e035)
- Support spaces in /*global ... */ (e542f67)
๐ Features
- ๐ฆ Expose new
-
v2.10.3 Changes
November 04, 20192.10.3 (2019-11-04)
๐ Bug Fixes
- ๐ Allow more escapes with RegExp
u
flag (5ac5c46) - Correct binding power of AwaitExpression (af04b1e)
- Correct interpretation of commas (691dbdc)
- Correct restrictions on class method names (f670aeb)
- Correctly interpret class method names (82b49c4)
- Do not crash on invalid program code (b14acca)
- Interpret "object rest" ident as a binding (c0e9a5b)
- ๐ Relax
singleGroups
for async functions (c5dcd90) - Tolerate
static
as class method name (9cb3b20) - Tolerate valid assignments (0a60c9e)
- Validate lone arrow function parameter (38285cd)
- ๐ Allow more escapes with RegExp
-
v2.10.2 Changes
March 13, 20192.10.2 (2019-03-13)
๐ Bug Fixes
- ๐ Allow built-in method names in classes (b0c224b)
- ๐ Correct parsing of exported async fns (64b9dce)
- ๐ Correct parsing of RegExp character sets (668c4a3)
- ๐ Init block bindings in C-style for loop (404c9a0)
- ๐ Require const intlzr in C-style for loop (307e9fc)
- Track FutureReservedWords as idnts in ES5+ (d697ff4)
- Warn on reassignment of async functions (14384d3)
-
v2.10.1 Changes
February 05, 2019