Go to most recent revision | Show changed files | Directory listing | RSS feed
Clear current filter
doc: - Added collection.js and symbols - Sorted tree items
doc: Added object.js and array.js symbols
* regexp.js: Fixed unintential nbsp
* regexp.js - Unicode mode: + Added support for PCRE_DOTALL + Added support for \D, \S and \W
* http.js: Fixed "this" bug causing duplicate call of success listener with XHR2 support
* array.js - Removed extra variable declarations - jsx.array.Array: Fixed index check - jsx.array.BigArray: + Fixed handling of primitive constructor arguments + Fixed index check + Optimizations - jsx.array.pop() supports all array-like objects - Formatted code - Fixed JSdoc
* object.js - Completed jsx.object refactoring to module pattern (without .extend() parts) - jsx.require(): Minor optimization
* object.js: jsx.require(): Support asynchronous loading with JSX:dom/events.js
* engine.js: Improved and updated V8 version inference
* object.js: jsx.object.isInstanceOf(): Multi-level instanceof emulation
* map.js: _Bucket: Optimized property access
* map.js: Fixed mapping of objects with equal string keys
JSdoc: Fixed parser
* dom.js merged from trunk
Removed Python nature
* math/complex.js - jsx.math.complex.Complex(): + Real part defaults to 0 + Added .sub() + .pow() can return Wth powers where W.im != 0 - jsx.math.complex.Polar(): magnitude and argument default to 0 - Updated JSdoc - Added UTF-8 declaration for Vim
* math.js: Added jsx.math.sgn(), emulates Math.sign() if necessary
* math/algebra.js - jsx.math.Vector(): + Fixed .cross() + Added size and fill parameters + Added .abs() alias for .mag() + Added .toString() and .unit() - Clean-up: + Renamed .data to .components + Fixed JSdoc
* math/complex.js - jsx.math.complex.Complex(): + Imaginary part default is 0 + Added .abs(), .div(), .conjugate(), .log(), .pow(), .toPolar(), .valueOf() + .sqrt() can use Math.sign() from ES 6 Draft - Added jsx.math.complex.Polar() for converting to and from polar forms - Clean-up: + Renamed parameters + Fixed JSdoc
* math.js - Added method for generic operation, used by existing generic operations - Added generic natural logarithm - Added jsx.math.isInteger() and jsx.math.isNatural() - Clean-up: + Renamed parameters + Changed "General" to "Generic"
←Prev12Next→
Show All