alexreardon / memoize-one

A memoization library which only remembers the latest invocation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSA: Intention to remove ie11 support

alexreardon opened this issue · comments

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 major

When will this take place?

No timeline as yet. Will confirm at a later date