collection icon indicating copy to clipboard operation
collection copied to clipboard

Enumerable data model collections

Results 4 collection issues
Sort by recently updated
recently updated
newest added

a `remove` makes a lot of sense to me, in which case having the `add` alias is nicer imo. with `push` left for backwards compat. and then i'd like to...

`var Collection = require('collection');` `Warning: Error running grunt-browserify: Error: Cannot find module 'enumerable' from '$PROJECT/node_modules/collection' Use --force to continue.`

should it not add multiple copies of the same model? or should that be in a plugin?

Would love to have a method to remove either a given model or remove by index. I would happy to submit a pull request, if you would like.