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
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Now that Lodash 3 was released (latest version as of writing this: Lodash 3.1.0), we should consider switching over to the new version.
It's not 100% backwards-compatible (see Lodash Changelog for breaking changes), so I'd suggest this:
We should leave src/thirdparty/lodash.js untouched and introduce a new src/thirdparty/lodash-3.js, which will be the only version used by Brackets itself and which extension developers can switch over to.
If possible, we can also log deprecation warnings to the console to remind developers of switching over to the new version.
I'd like to start working on this this week if you're okay with that.
Now that Lodash 3 was released (latest version as of writing this: Lodash 3.1.0), we should consider switching over to the new version.
It's not 100% backwards-compatible (see Lodash Changelog for breaking changes), so I'd suggest this:
We should leave
src/thirdparty/lodash.jsuntouched and introduce a newsrc/thirdparty/lodash-3.js, which will be the only version used by Brackets itself and which extension developers can switch over to.If possible, we can also log deprecation warnings to the console to remind developers of switching over to the new version.
I'd like to start working on this this week if you're okay with that.