Releases for Collection
Collection 1.0.3
January 29, 2008 - 12:45am — FleslerSize: 6.35 KB
md5_file hash: f3827c9b90d1d259dde67a3d01028577
First released: January 29, 2008 - 12:45am
1.0.3
- pushStack might have failed in some cases.
Collection 1.0.2
January 15, 2008 - 2:13am — FleslerSize: 18.62 KB
md5_file hash: c2e67770c094ea599659b36be2d310bf
First released: January 15, 2008 - 2:13am
1.0.2
- Small fix for pushStack
Collection 1.0.1
January 11, 2008 - 7:28am — FleslerSize: 19.87 KB
md5_file hash: 17da04b5bb9f7af994d2d237ccd35386
First released: January 11, 2008 - 7:28am
1.0.1
- The static methods, copied from $.collection to its subclasses, have been exposed as $.collection.statics. This is a string which by now is 'extend,build,include,implement'. New methods can be concatenated. If desired, one could add the line $.collection.statics = $.collection.statics.split(',') and use it as an array.
- As implied in the previous item, $.collection got a new function called 'implement'.
- The comma separated method names given to the function include(), can have spaces near the commas, now.
- Converted the README into a humble API.
- Removed queue and dequeue, they don't seem to work reliably.
Collection 1.0.0
January 9, 2008 - 11:01pm — FleslerSize: 18.41 KB
md5_file hash: 259db99ded741dfbb8c949ae499b321e
First released: January 9, 2008 - 11:01pm
1.0
- First release, check the README to see the features.
