Rev 266 | Rev 268 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* General
- Added string/parser.js (generic parser
using generic jsx.regexp.RegExp- or RegExp-based lexer)
* doc/tree.html
- Generate tree from loaded JSX objects
* dom.js
- Modified for dom/xpath.js support
- Fixed JSdoc, types.js no longer required
* dom/xpath.js
- Moved xpath.js to dom/ and jsx.dom.xpath namespace
- Modified testcase: test/xpath.html
* http.js
- Support setting extra request header fields
- Setters return `this' for possible chaining
- Updated JSdoc
* math/float.js
- Added jsx.math.getValue() for improved
jsx.math.max(), jsx.math.min() and jsx.math.avg()
- Added jsx.math.median()
* object.js
- jsx.object._hasOwnProperty(): Fixed typo
- Added jsx.object.getDoc()
- Pretty printing
* regexp.js
- jsx.regexp.UndefinedPropertyClassError and
jsx.regexp.InvalidPropertyClassError use own messages
- Fixed markup in JSdoc
* string.js
- Added unit test: test/string.html
- Pretty printing
* test/debug.js
- synhl() modified for dom/xpath.js support
* test/httprequest.html
- Modified for dom/xpath.js support
* test/test.js (Unit testing library)
- Optimized stylesheet creation
- Added support for `feature' spec and test property
- Added jsx.test.runner.setFile()
- Display failure/success percentages
- Support `desc' as shorthand for `description' test property
- jsx.test.runner setters return `this' for possible chaining