Go to most recent revision | Show changed files | Directory listing | RSS feed
* object.js - jsx.throwThis(): Serialize Array for exception arguments - jsx.InvalidArgumentError(): Treat empty Array like empty string
* object.js - Added Array.destructure() - Fixed/added JSdoc
Resource Builder: Added minimum negotiation for dynamic content
* http.js - getDataFromForm(): use setMethod() - send(): Always uppercase HTTP command name - Fixed JSdoc
* builder.php: Updated JSX dependencies
* http.js: - Replaced escURI() with encodeURI() and esc() with encodeURIComponent(), removing dependency on string.js
* dom/forms.js - jsx.dom.serializeForm(): Replaced esc() with encodeURIComponent() - Fixed JSdoc
* object.js - return jsx.throwThis() to make program flow explicit - Removed module pattern until JSDT supports jsdoc-toolkit 3.0 - jsx.object.getFeature() returns undefined on failure to allow for boolean features - Fixed/Added JSdoc
* dom.js: - jsx.dom.createNodesFromObj(): Use jsx.object.getKeys() for iteration - Fixed/Added JSdoc
* array.js: Removed superfluous @partof from JSdoc
* test/test.js - Added support for indented HTML text - Updated JSdoc
* object.js: Removed obsolete version number
* object.js: Fixed JSdoc
* object.js: Safely added jsx.import() === jsx._import() for ES 5-compatible implementations
General clean-up: Paths, SVN keywords, formatting, JSdoc
* string/hyphenation.js: Fixed separator expression
* array.js: Fixed JSdoc
* array.js - Added jsx.array.sortBy()/Array.prototype.sortBy() - Added SVN keywords
* object.js - Several optimizations - Fixed code style - Fixed copyright notice
* regexp.js: jsx.regexp.RegExp.exec(): Removed parameter juggling
←Prev12Next→
Show All