JSHint v2.11.1 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
  • 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)