AmpersandJS / ampersand-collection-underscore-mixin

A mixin for extending ampersand-collection with underscore methods.
MIT License
3 stars 6 forks source link

Move to lodash #9

Closed STRML closed 9 years ago

STRML commented 10 years ago

I've prepared a lodash version of this repo. https://github.com/STRML/ampersand-collection-lodash-mixin

Re: ampersand#36, underscore may be removed entirely from ampersand. However a lot of people like lodash/underscore methods on their collections.

I often use some of the lodash-only syntax like collection.find({prop: 'value'}), so I forked and switched to lodash. Perhaps this could be published as another mixin.

JakeChampion commented 10 years ago

Perhaps this could be published as another mixin.

:+1: I think it should be published on npm as a new package.

STRML commented 10 years ago

https://www.npmjs.org/package/ampersand-collection-lodash-mixin

bear commented 9 years ago

closing this per the discussion in https://github.com/AmpersandJS/ampersand-state/pull/80#issuecomment-62478206