Skip to content
New issue

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

Upcoming Lodash 3.x Update #79

Closed
marcelgerber opened this issue Apr 7, 2015 · 2 comments
Closed

Upcoming Lodash 3.x Update #79

marcelgerber opened this issue Apr 7, 2015 · 2 comments

Comments

@marcelgerber
Copy link

Dear Brackets extension developer,
we're planning to update the version of Lodash used in Brackets to 3.x (currently, we use 2.4.1).
As we've had a look at your extension, we noticed there's some code that may cause issues while migrating. Thus, we suggest to update your extension so the migration can happen frictionless.
For your extension, we've identified this issue:
main.js: _.template with more than 1 parameter won't be supported any more. Instead, use the new syntax _.template(string)(data)

Further information:
Lodash compatibility warnings
Brackets issue about updating Lodash

@marcelgerber
Copy link
Author

Lodash 3.10.0 will be used in the upcoming Brackets release 1.5 (adobe/brackets#11474).
In order for your extension to still function as it should, we advise you, dear extension developer, to update your extension.

@gruehle
Copy link
Owner

gruehle commented Oct 16, 2015

Fixed in 351850a

@gruehle gruehle closed this as completed Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants