Go to most recent revision | Show changed files | Directory listing | RSS feed
* regexp.js - Organized local variables - Optimized UCD text parsing
* regexp.js - Refactored to module pattern - Cross-view safe checks with jsx.object.getClass() instead of .constructor
* dom/widgets.js: jsx.dom.widgets.Table: Added support for accessible table cells (headers → title)
array.js: Fixed syntax error
object/object-compat.js: Backported jsx.object.clone() and jsx.object.extend() from object.js
* object.js - jsx.object.clone(): Fixed warnings - jsx.object.extend() returns extended object
* test/debug.js - Disabled PropertyArray.prototype.sortBy() - Optimized use of jsx.object.isNativeMethod() - Organized imports - Migrated to jsx.object.extend()
array.js: Support primitive keys and options arguments
test/object.js: Updated test case for jsx.object.findProperty()
object.js: Deprecated jsx.object.setProperties() in favor of jsx.object.extend()
.settings/org.eclipse.wst.jsdt.core.prefs: Warn about parameter assignments (ES 5.1)
* object.js - Module pattern up to including jsx.object.findNewProperty() - jsx.object.findNewProperty(): + Fixed bogus `this' references (by improved module pattern) + DRY with property names - Updated unit tests
* object.js - Module pattern up to including jsx.object.hasPropertyValue() - Fixed bogus `this' references (by improved module pattern) - Updated unit tests
* array.js - Renamed jsx.array.getComparator() to jsx.array.createComparator() (factory, not getter) - jsx.array.createComparator(): + Fixed default comparison + Added support for conversion by callback and constructor + Added support for inner comparator (thanks to Scott Sauyet for the basic idea, see <news:42a7e3a8-0fc0-4a5d-8809-312503f14f28@z10g2000yqd.googlegroups.com>) + Fixed JSdoc * test/array.html - Added unit test (currently, jsx.array.createComparator() only)
* test/test.js: Performs asynchronous testing if possible
* string/unicode.js - Added remaining String methods * test/unicode.js - Added testcases for remaining String methods - Fixed testcase title
* object.js: jsx.throwThis(): Use jsx.getStackTrace() to support all implementations (3)
* object.js: jsx.throwThis(): Use jsx.getStackTrace() to support all implementations (2)
* test/test.js: Support MSHTML < 9 and HTML5 document.head
* object.js: jsx.throwThis(): Use jsx.getStackTrace() to support JScript <= 9.0
←Prev12Next→
Show All