Rev 203 | Rev 205 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* ani.js
- Rewrite to follow JavaFX's keyframe-based approach
* css.js
- Color:
+ Added cloning support
+ Added component setters with value checks
- Clean-up:
+ Fixed bracing
+ Changed JSdoc format
* object.js
- Added jsx.object.defineProperties(),
a wrapper to define getters and setters
- jsx.object.inheritFrom inherits from Object.prototype by default
- jsx.object.clone() creates instances of compatible (inheriting)
prototypes
- Clean-up: Fixed JSdoc to use supported format
* string.js
- Added experimental Unicode string comparator
to support compositing sequences
* General
- Added documentation subtree