Go to most recent revision | Hide changed files | Directory listing | RSS feed
Clear current filter
* dom.js: Refactored to Module Pattern
* builder.php: Added/updated inline documentation
* array.js: - Refactored Proxy creation - Updated unit test
* regexp.js: Clean-up
* string.js - Refactored to Module Pattern - jsx.string.sprintf(): + Fixed parameter assignment with variable declaration + Improved array serialization
* object.js - Fixed: jsx.object.getFunctionName(): RegExp not anchored - jsx.object.getFeature(): Supports path Array - Improved support for null values - Optimized module pattern - Updated test cases
* array.js: jsx.array.createComparator(): Fixed implied global (potential ReferenceError)
* array.js: Added support for Proxy-based native negative array indexes (ES6)
* string/parser.js, JSdoc; Added and updated parser implementation
* object.js: Fixed JSdoc
Created live branch
* test/test.js - Added jsx.test.ArrayComparisonFailure() - Added jsx.test.assertObjectEquals() - Fixed JSdoc
* dom/timeout.js: Refactored to module pattern
* engine.js: Fixed refactoring bug
* dom/widgets.js: Fixed trailing comma
Renamed old parser implementation
* array.js: - jsx.array.BigArray + toArray(): Fixed .length and extra indexes + Moved methods to prototype that do not access private variables
* ani.js: Added support for Color opacity
* ani.js - Timeline.prototype.play()::getPropertySetter: + Fixed _setPosition() + Use jsx.dom.css.setStyleProperty() - Added Animation.prototype.preferNative - Refactored to Module pattern - Runs in strict mode
Added UniCalc, the Unicode Calculator
←Prev12Next→
Show All