You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to give you a heads up that as Lo-Dash moves to its v1.0.0 (currently at v1.0.0-rc.3) you will want to use the prebuilt Underscore compat bulds (lodash.underscore.js and lodash.underscore.min.js) because Lo-Dash is implementing intuitive chaining via _(…) which is a breaking compat change with the current Underscore implementation. Another difference in Lo-Dash v0.10.0+ is its _.extend and _.defaults follow the ES6 spec'ed Object.assign and iterate only own properties of given source objects.
The text was updated successfully, but these errors were encountered:
Just wanted to give you a heads up that as Lo-Dash moves to its v1.0.0 (currently at v1.0.0-rc.3) you will want to use the prebuilt Underscore compat bulds (
lodash.underscore.js
andlodash.underscore.min.js
) because Lo-Dash is implementing intuitive chaining via_(…)
which is a breaking compat change with the current Underscore implementation. Another difference in Lo-Dash v0.10.0+ is its_.extend
and_.defaults
follow the ES6 spec'edObject.assign
and iterate only own properties of givensource
objects.The text was updated successfully, but these errors were encountered: