Skip to content

Commit

Permalink
Updated CHANGELOG to reflect 2011-03-01 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
valueof committed Mar 1, 2011
1 parent 7d4fa91 commit 7c4d2ac
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,20 @@
March 01, 2011
* New edition: 2011-03-02

* When library is used from Rhino, you can provide options via command line arguments

* Added new HTML5 globals to the 'browser' option
* Tolerate == null when boss:true
* Tolerate undefined variables in the typeof and delete
* Tolerate undefined as a formal parameter
* Recognize new Array(<expr>) as a valid expression
* Added support for explicit case statement fallthroughs (using special comments)
* Added third formal parameter to JSHINT for specifying pre-defined globals

* New option 'asi' to tolerate the use of automatic semicolon insertion
* New option 'jquery' to assume jQuery environment
* New option 'couch' to assume CouchDB environment

February 19, 2011 February 19, 2011
* New edition: 2011-02-19 * New edition: 2011-02-19


Expand All @@ -11,7 +28,6 @@ February 19, 2011


* New option 'boss' to tolerate assignments inside if/for/while * New option 'boss' to tolerate assignments inside if/for/while
* New option 'node' to assume Node environment * New option 'node' to assume Node environment
* New option 'jquery' to assume jQuery environment


January 19, 2011 January 19, 2011
* Forked JSLint from the edition 2010-12-16 * Forked JSLint from the edition 2010-12-16

0 comments on commit 7c4d2ac

Please sign in to comment.