We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: https://github.com/lodash/lodash/wiki/Changelog#v300 https://github.com/lodash/lodash/wiki/Changelog#v400
The specific failures relate to the removed:
data
_.template
_.contains
_.includes
Just to clarify, we're talking about grunt.util._, which is affected by a Grunt upgrade, I've been testing with Grunt v1.0.0 which uses Lodash v4.3.0
grunt.util._
I'll be submitting a PR shortly.
The text was updated successfully, but these errors were encountered:
Lodash support 3+ cloudchen#88
311e8dd
Is there a chance this will be implemented into the release version? Had to downgrade my grunt version to fix this issue for now.
Sorry, something went wrong.
No branches or pull requests
See:
https://github.com/lodash/lodash/wiki/Changelog#v300
https://github.com/lodash/lodash/wiki/Changelog#v400
The specific failures relate to the removed:
data
parameter for_.template
_.contains
which is replaced by_.includes
Just to clarify, we're talking about
grunt.util._
, which is affected by a Grunt upgrade, I've been testing with Grunt v1.0.0 which uses Lodash v4.3.0I'll be submitting a PR shortly.
The text was updated successfully, but these errors were encountered: