oh nice, they dropped ie9 support! oh no, so many breaking changes that I cant use it!
Lodash 4.0.0 is out
21–30 of 102 posts
Re: Lodash 4.0.0 is out
#22Re: Lodash 4.0.0 is out
#23why drop bower support damn it!
Lodash dropped bower support in favor of npm because "16% use bower vs. 76% npm for AMD packages": https://twitter.com/jdalton/status/677323442488672257
Re: Lodash 4.0.0 is out
#24I think it's time to check out a jquery alternative. My recent projects are basically only using deep copies and some semi-complex selectors. lodash + querySelector should cover pretty much everything at this point.
Have you checked out Lea Verou's Bliss.js? http://blissfuljs.com/ It's super minimal and basically relies on querySelector. Give it a whirl and see if it fits your needs.
Re: Lodash 4.0.0 is out
#25Earlier quoted context omitted.
I'll put this here just in case no one comments. https://lodash.com/docs#forEach http://underscorejs.org/#each
If I'm correct, you're showing this as a counter example to prove that the two have incompatible APIs and are thus LoDash can't be used ad a drop in replacement. However, Lodash does alias it's 'forEach' function with 'each', so this wouldn't be an issue?
Re: Lodash 4.0.0 is out
#26oh nice, they dropped ie9 support! oh no, so many breaking changes that I cant use it!
Re: Lodash 4.0.0 is out
#27Re: Lodash 4.0.0 is out
#28Earlier quoted context omitted.
Lodash dropped bower support in favor of npm because "16% use bower vs. 76% npm for AMD packages": https://twitter.com/jdalton/status/677323442488672257
Given that there were 14825158 downloads of lodash from npm last month, that implies that there were over 3M downloads from bower. That's a lot of people to throw under the bus.
Re: Lodash 4.0.0 is out
#29Re: Lodash 4.0.0 is out
#30I think it's time to check out a jquery alternative. My recent projects are basically only using deep copies and some semi-complex selectors. lodash + querySelector should cover pretty much everything at this point.