JSLint Changelog

What's new in JSLint 0.8.3

Sep 15, 2016
  • Bug fixed: "#12 Doesn't work with Javascript/JSON files in newer versions of N++"
  • JSLint script updated to version from 2015-11-16
  • JSHint script updated to version 2.6.3
  • (Warning: versions of JSHint newer than 2.6.3 doesn't work anymore with the version of V8 JavaScript engine that this plugin is using!!!)

New in JSLint 0.8.2 (Sep 15, 2016)

  • JSHint download URL changed to https://raw.github.com/jshint/jshint/master/dist/jshint.js (let's hope this doesn't change in the future).
  • Detection of JSHint version number added. It is read from the first line of source file (let's hope this doesn't change in the future, too).
  • JSLint script updated to version from 2013-11-23
  • JSHint script updated to version 2.3.0

New in JSLint 0.8.1 (Jul 4, 2013)

  • JSLint script updated to version from 2012-11-17
  • JSHint script updated to version downloaded from www.jshint.com on 2012-11-22
  • Bugs fixed:
  • "Cannot update to latest jshint (download link returns 404)"
  • "Invalid jshint url in about dialog"

New in JSLint 0.8.0 Beta (May 28, 2012)

  • JSHint is now supported (choose between original JSLint and JSHint in JSLint Options dialog).
  • JSLint script updated to version from 2012-04-15

New in JSLint 0.7.4 Beta (Mar 20, 2012)

  • JSLint script updated to version from 2012-03-15
  • Bug fixed: "Editor caret is lost when the code has no errors/warnings - ID: 3507651"

New in JSLint 0.7.3 Beta (Feb 2, 2012)

  • JSLint script updated to version from 2012-01-29

New in JSLint 0.7.2 Beta (Dec 28, 2011)

  • Bug fixed: JSLint plugin crashes in presence of WebEdit plugin
  • JSLint script updated to version from 2011-12-21

New in JSLint 0.7.1.112 Beta (Oct 17, 2011)

  • Bug fixed: version 0.7.0 doesn't read JSLint options from version

New in JSLint 0.7.0.111 Beta (Oct 14, 2011)

  • JSLint plugin now reports unused variables ("The variables that are
  • declared in the function that are not used This may be an indication of an error")
  • JSLint script updated to version from 2011-10-11

New in JSLint 0.6.0.110 Beta (Aug 24, 2011)

  • V8 JavaScript engine replaced WScript.exe, meaning *major* performance boost
  • JSLint script updated to version from 2011-08-15
  • JSLint plugin is now able to handle HTML text and inspect CSS files
  • Changes in JSLint Options dialog to reflect changes in updated JSLint script
  • New Settings dialog (choose menu option Plugins - JSLint - Settings); here you
  • can download latest version of JSLint to experiment with newer version of JSLint,
  • before plugin is updated.

New in JSLint 0.5.0 (Aug 24, 2011)

  • JSLint script updated to version from 2011-04-28

New in JSLint 0.4.0 (Aug 24, 2011)

  • JSLint script updated to version from 2011-01-28
  • Added context menu in list control
  • Easily add predefined globals (Ticket ID 3159082)
  • Bug Fixes

New in JSLint 0.3.1 (Aug 24, 2011)

  • Bug fixes:
  • List control now supports multiple selection (use Ctrl+A to select all lints)
  • Added clipboard copy for the selected lints (use Ctrl+C)

New in JSLint 0.3.0 (Aug 24, 2011)

  • New option "Predefined (, separated)" added in Options dialog; this option should be used to specify the names of predefined global variables
  • Added toolbar button that opens Options dialog
  • JSLint script updated to version from 2010-12-23

New in JSLint 0.2.1 (Aug 24, 2011)

  • Configuration is now saved in AppData directory (or in whatever directory is returned by NPPM_GETPLUGINSCONFIGDIR message)

New in JSLint 0.2.0 (Aug 24, 2011)

  • Memory leaks fixed
  • Toolbar added to the JSLint dockable window
  • Visibility state of the JSLint dockable window is now preserved after
  • restart
  • Shortcuts changed (to avoid clashes with existing shortcuts of Notepad++)

New in JSLint 0.1.1 (Aug 24, 2011)

  • Bug fixes