Skip to content

JSHint 2.11.1

Compare
Choose a tag to compare
@jugglinmike jugglinmike released this 14 May 04:30

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)