Not sure if this is a dumb question but I haven't been able to find an answer anywhere. I currently use underscore 1.8.3. Can I just swap lodash in, or is refactoring involved? I know it's a fork, and I want to move over, but was curious if anyone know off the top of their heads if a lot of work as involved.
Lodash 4.0.0 is out
11–20 of 102 posts
Re: Lodash 4.0.0 is out
#12I 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.
Re: Lodash 4.0.0 is out
#13why drop bower support damn it!
Re: Lodash 4.0.0 is out
#14why drop bower support damn it!
Re: Lodash 4.0.0 is out
#15why drop bower support damn it!
Yeah there is no need to drop bower support. I prefer bower over NPM. I don't understand this. Great work by the way.
I use browserify/webpack/node and npm is great. I wish more libs that I use were also on npm so that I wouldnt have to fork/shim them. How can I force other people to use npm? Maybe if I drop bower support for my awesome lib that everyone uses, other libs will follow suit, or perhaps the users will see the light and stop using bower because it sucks.
Re: Lodash 4.0.0 is out
#16oh no, so many breaking changes that I cant use it!
Re: Lodash 4.0.0 is out
#17why 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
I avoid bower wherever possible, but removing support does smell a bit like an activist move. There may be more to the story, though.
Re: Lodash 4.0.0 is out
#18why drop bower support damn it!
Re: Lodash 4.0.0 is out
#19Not sure if this is a dumb question but I haven't been able to find an answer anywhere. I currently use underscore 1.8.3. Can I just swap lodash in, or is refactoring involved? I know it's a fork, and I want to move over, but was curious if anyone know off the top of their heads if a lot of work as involved.
I'll put this here just in case no one comments. https://lodash.com/docs#forEach http://underscorejs.org/#each
Re: Lodash 4.0.0 is out
#20oh nice, they dropped ie9 support! oh no, so many breaking changes that I cant use it!
Isn't that the point of a major version bump? It's not like being mad at 3.11.0 wrecking everything.