Update lodash to 4.x
-
Can you update lodash to the 4.x line?
-
Lodash 4.x introduced changes which can break players' existing code. We will update it only when we come up with some module versioning system.
-
Could you just rename the module lodash4 and let us include it that way?
-
You could do this yourself. Take this minified version, paste it into a module and require it as usual.
-
Oh I know, I was just hoping you guys would pay the require tax
-
The "require tax" is paid only once per 30-40 ticks when scripts are fully cached, should not be a big deal.
-
could you enumerate the breaking changes and just put wrappers in place to work around them?
-
@Artem Thanks for the tip. Including your own lodash works perfectly well with no discernible cpu impact.