Revision history for JavaScript-Beautifier 0.15 2009.09.17 Array tweaks 0.14 2009.08.14 Added an option for the old "function ()" syntax. Better handling of multi-dimensional arrays 0.13 2009.08.01 Pre-increment and pre-decrement fix puts spaces in front of colons in ternary expressions, e.g. a ? b : c does not put spaces in front of colons in class literals with numeric keys, e.g. { 1: "a", 2: "b" } does not put spaces between urnary +/-/! and the operand, e.g. [-a], case -1, return !a puts a new line between a new block and the start of an expression, e.g. function a() { (x || y).z() } 0.12 2009.07.26 fixed broken handline Allow unescaped / in regexp character classes. Added space between anon function parens. 0.11 2009.06.09 Fix .git MANIFEST 0.10 2009.06.08 Fix for "function" statement 0.09 2009.06.01 Strip trailing newlines, minor support for