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
This will allow the library to more gracefully set the .length of a memoized function, as well as ship a (smaller*) bundle as less language features will need to be compiled
*Exact size drop TBC
What will the supported environments be?
Still to be confirmed, but a sufficiently low common build target (eg supports es6-module)
I plan on removing ie11 support from
memoize-one
Why?
This will allow the library to more gracefully set the
.length
of a memoized function, as well as ship a (smaller*) bundle as less language features will need to be compiled*Exact size drop TBC
What will the supported environments be?
Still to be confirmed, but a sufficiently low common build target (eg
supports es6-module
)→ relevant twitter thread
What type of version will this be?
This change will be done in a
major
. If you need to support ie11, then you can use the not-latest majorWhen will this take place?
No timeline as yet. Will confirm at a later date
The text was updated successfully, but these errors were encountered: