Go to most recent revision | Show changed files | Directory listing | RSS feed
Clear current filter
* math.js: - Refactored to Module Pattern - Added general operations - Added math/complex.js, math/rational.js - Added unit test * math/algebra.js - Refactored to Module Pattern - Added jsx.math.Tensor, jsx.math.Vector - Added jsx.math,Matrix prototype methods - Use basic operations * math/float.js - Added jsx.math.convertAngle(); deprecates jsx.math.sin(), .sinX(), .cos(), cosX(), and .tanX() * math/integer.js - Started refactoring to Module Pattern - Added Math.primes()
* ani.js: Updated test case for opacity
* http.js: TODO
* dom/xpath.js: Refactored to module pattern
* dom/ani.js: Use jsx.array.get() instead
* dom/css.js: Fixed: jsx.dom.css.getComputedStyle(): Bogus parameter reference
* 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
←Prev12Next→
Show All