Collection 1.0.1
Size: 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.
