New Release: 2.11.1
The JSHint team
May 14th, 2020
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)