Closed klaemo closed 9 years ago
It's all ready for you @klaemo per our twitter conversation: https://github.com/ampersandjs/ampersand-collection-lodash-mixin you should have access. Let me know if you don't, or have questions.
Also, are you opposed to being listed here: http://ampersandjs.com/contribute ?
Thanks, @HenrikJoreteg :) I just pushed the code.
No problem being listed on the website. I'd be an honor :)
This may be as good a point as any to talk about decoupling the underscore/lodash mixin from everything by default.
I think I'm -1 on removing the util mixin (which will now be lodash) from this module for a few reasons. I haven't thought too much about the other modules (which might be totally different cases) but at least for this one here are my thoughts:
Agree with @luke. I like having it as a "here's what you'll need most of the time" sort of thing. I see it as a good convenience that eases transitions for people coming from BB.
@klaemo published: https://www.npmjs.com/package/ampersand-collection-lodash-mixin 2.0.0
There's been some discussion around replacing underscore in AmpersandJS/ampersand-collection-underscore-mixin/issues/12.
You might consider https://github.com/klaemo/ampersand-collection-lodash-mixin as a starting point.
I don't think a core ampersand module as this one should depend on underscore, while the rest switches to lodash modules. :)