-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare to release kojslint 2.5 (first release after fork)
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
2010-12-12 KoJSLint 2.5 (changes since kjslint 2.1.3): | ||
2010-12-19 KoJSLint 2.5 (changes since kjslint 2.1.3): | ||
|
||
- change per-file mode (jslint options) to global mode (each mode can be applied to multiple files) | ||
- changed radio buttons to a select box for selection of mode | ||
- a mode can be locked to prevent further changes (until it's unlocked) | ||
- add/delete mode support | ||
- auto fix of some common jslint warnings (right click an item in the "JSLint errors" tab to activate.) | ||
- remove JSON2, use nsIJSON instead | ||
- separate out jslint.js | ||
- separate out jslint.js | ||
- forked from kjslint 2.1.3 |