Rev 243 | Rev 245 | Go to most recent revision | Compare with Previous | Directory listing | View Log | RSS feed
* math/bigdecimal.js
- Distributed under GPLv3
- jsx.math.BigDecimal.normalize(): Simplified scale computation
- Fixed jsx.math.BigDecimal.prototype.subtract()
- Added jsx.math.BigDecimal.prototype.negate() and .toString()
* object.js
- Added jsx.options.emulate to make augmentation
of built-in objects optional (default: true===yes) (for es-matrix)
* string.js
- jsx.string.pad(): Fixed Array.prototype.join() shortcut
* test/debug.js
- Fixed isMethod() calls
- Fixed window.onerror
- Removed legacy _global, use jsx.global instead
* test/test.js
- Updated JSdoc
* types.js
- Added support for jsx.options.emulate (default: true)
- Removed legacy comments
* xpath.js
- Fixed jsx.xpath.InvalidImplementationError()
- Fixed jsx.xpath.InvalidNodeError() for strict mode