Changelog
2.9.3 (2016-08-18)
y
RegExp flag in ES2015 code (#2999) (a801433)<a name="2.9.2"></a>
Changelog
2.9.2 (2016-04-19)
This release contains a number of bug fixes. As always, we thank everyone who reported issues and submitted patches; those contributions are essential to the continuing improvement of the project. We hope you'll keep it up!
await
keyword in ES6 module code (b1c8d5b)<a name="2.9.1"></a>
Changelog
2.9.1 (2016-01-14)
Following the revocation of version 2.9.0, we observed an extended "release
candidate" phase where we encouraged users to vet JSHint for undesirable
changes in behavior. During that time, we identified and resolved a number of
such regressions. This release comprises all changes from the release candidate
phase along with the improvements initially released as version 2.9.0. This
release does not itself contain any changes to the codebase. If you are
upgrading from version 2.8.0 or earlier, please refer to the
previously-published release notes for details on bug fixes and features--these
can be found in the project's CHANGELOG.md
file and on the project's website.
<a name="2.9.1-rc3"></a>
Changelog
2.9.1-rc2 (2015-12-22)
unused
for function-scoped vars (91fa9fc)moz
is set (97dfd90)<a name="2.9.1-rc1"></a>
Changelog
2.9.1-rc1 (2015-11-12)
Version 2.9.0 was revoked shortly after its release due to a number of regressions. Although the underlying issues have been resolved, we are sensitive to the possibility that there may be still more; as mentioned in 2.9.0's release notes, the variable tracking system saw a significant refactoring.
In an effort to minimize friction with a new version, we're publishing a release candidate and requesting feedback from early adopters. Please give it a try in your projects and let us know about any surprising behavior!
latedef
shouldn't warn when marking a var as exported (c630994), closes #2662File
and FileList
to browser global variables (7f2a729), closes #2690newcap
within strict mode (acaf3f7)undefined
(0d87919), closes #2699<a name="2.9.0"></a>
Changelog
2.8.0 (2015-05-31)
state
object (678da76)const
declarations in ForIn/Of loops (2b673d9), closes #2334 #2335enforceall
(6afcde4)module
option (290280c)<a name="2.7.0"></a>
Changelog
2.7.0 (2015-04-10)
get
and set
as ID properties (2ad235c)singleGroups
(896bf82)<a name="2.6.3"></a>