Rev 21 | Rev 23 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* array.js/0.1/2004-04-06-13:
- Create `Array' if it is not there
- Added methods:
+ array_pop()
- array_search(), inArray()
+ Supports strict and deep search
- Removed Array.addToPrototype() in favor of Array.prototype.addProperties()
+ isElementOf() replaced by contains(), implements inArray()
+ Added changeCase(), implements array_changeCase()
+ Added pop(), implements array_fill() (later discovered bug)
+ Added push() overwrites existing push(), implements array_push()
+ reverse() now implements array_fill() (later discovered bug)
+ Added search(), implements array_search()
- Clean-up:
+ Compacted and updated JSdoc
+ Updated JSdoc reference