JSHint v2.9.5 Release Notes

Release Date: 2017-06-22 // almost 7 years ago
  • 2.9.5 (2017-06-22)

    ๐Ÿ› Bug Fixes

    • Account for hoisting of importing bindings (bd36953)
    • โž• Add onmessage to vars.worker (540ed85)
    • โž• Added missing "Storage" browser variable (8cfe5ad)
    • Avoid crash when peeking past end of prog (c083866)
    • Avoid false positive (44d9e0b)
    • Close synthetic scope for labeled blocks (5f0f789)
    • Fail gracefully on invalid if syntax (#3103) (8c6ac87)
    • ๐Ÿ‘• Honor "ignore" file when linting STDIN (d4f83a4)
    • ๐Ÿ“œ Parse for-in/of head LHS as asnmt target (da52ad9)
    • โœ‚ Removed warning message W041 (#3115) (376fa62)
    • Throw W033 instead of E058 when the ; after a do-while stmt is missing (6907cd4)

    ๐Ÿ”‹ Features

    • โž• Add enforcing option: trailingcomma (#3090) (42dc572)
    • โž• Add MediaRecorder to vars.js (b075919)