cozy / cozy-emails

Email Client for Cozy
GNU Affero General Public License v3.0
66 stars 41 forks source link

Add Lodash to client dependencies and use includes instead of contains #850

Closed frankrousseau closed 8 years ago

misstick commented 8 years ago

What the aim of this PR : FIX the build? Will you FIX all this https://github.com/lodash/lodash/wiki/Deprecations or shall we do it in an other PR?

frankrousseau commented 8 years ago

@misstick the goal is to fix the build.

misstick commented 8 years ago

@frankrousseau : Is you PR finished and ready to merge? What about other may break the build cases listed about lodash v4.0.0 depreciated ?

frankrousseau commented 8 years ago

I think it's ready to merge, I'm going to check if there are other problems. I will open a new PR if I find some.

frankrousseau commented 8 years ago

Without this PR, the app doesn't work at all.

frankrousseau commented 8 years ago

I searched for deprecated function calls and I didn't find anyone except those fixed by this PR.

misstick commented 8 years ago

👍