jfmengels / lodash-codemods

Codemods to simplify upgrading Lodash versions
MIT License
33 stars 8 forks source link

Lodash v5 #9

Open jfmengels opened 7 years ago

jfmengels commented 7 years ago

Lodash v5 is in the works.

@jdalton if you feel like sharing the changes happening in v5 (either all at once, or as they are imagined), we could prepare codemods for this release and make it much smoother for the users.

I've been a bit ouf of the game recently, but I'm sure I can help somehow (or other people hoping for a smooth transition too) by writing the appropriate transformations before v5 is released. Let me know what you think ;)

kebot commented 7 years ago

Find a V5 Roadmap here:

https://github.com/lodash/lodash/wiki/Roadmap

jdalton commented 7 years ago

At the moment things are in a deconstructed state. The sledge hammer is out and I'm busting down walls. So it's a bit of a mess. As things start to shape up I'll post. I'm making some cuts to methods that are covered in ES2015+ (dropping bind, partial, assign, isArray, now and some others).