Skip to content

Commit

Permalink
Merge pull request #3432 from jshint/v2.11.0
Browse files Browse the repository at this point in the history
Version 2.11.0
  • Loading branch information
jugglinmike committed Jan 13, 2020
2 parents 69767ed + f7d3a46 commit b7dd7d8
Show file tree
Hide file tree
Showing 16 changed files with 1,118 additions and 2,004 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<a name="2.11.0"></a>
# [2.11.0](https://github.com/jshint/jshint/compare/2.11.0-rc1...v2.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.

<a name="2.11.0-rc1"></a>
# [2.11.0-rc1](https://github.com/jshint/jshint/compare/2.10.3...v2.11.0-rc1) (2019-12-11)

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](https://github.com/jshint/jshint/commit/dcef79a))
* Improve parsing of `yield` ([6fdb4f6](https://github.com/jshint/jshint/commit/6fdb4f6))
* Improve parsing of comma operator ([897e035](https://github.com/jshint/jshint/commit/897e035))
* Support spaces in /*global ... */ ([e542f67](https://github.com/jshint/jshint/commit/e542f67))

### Features

* Add support for "bigint" typeof value ([ce0b7b3](https://github.com/jshint/jshint/commit/ce0b7b3))
* Add support for BigInt literals ([c340e55](https://github.com/jshint/jshint/commit/c340e55))
* Add support for ES2019 opt. catch param ([43b6354](https://github.com/jshint/jshint/commit/43b6354))

<a name="2.10.3"></a>
## [2.10.3](https://github.com/jshint/jshint/compare/2.10.2...v2.10.3) (2019-11-04)

Expand Down
Loading

0 comments on commit b7dd7d8

Please sign in to comment.