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
forEach: The forEach and forEachFn functions have been deleted
excludeNullProperties: The excludeNull function has been replaced by excludeNullProperties, which has a
different, incompatible type signature
mapObjectValues: The type signature of mapObjectValues has changed incompatibly
mapObjectValues: The type signature of mapObjectValues has been changed incompatibly
mapObjectKeys: The type parameters of mapObjectKeys have changed incompatibly
mapObject: The type parameters of mapObject have changed incompatibly.
filterObjectValues: The filter function is replaced by filterObject, filterObjectKeys, and
filterObjectValues, which have different, incompatible type signatures
mapObjectValues: The "map" function has been replaced by a new "mapObjectValues" function that has a
different, incompatible type signature.
mergeObjects: The "merge" function has been replaced by a new "mergeObjects" function, which has
a different, incompatible type signature.
empty: The "empty" function has a new, incompatible type signature. See the documentation.
entries: The "entries" function has a new, incompatible type signature.
values: The function "values" has a new, incompatible type signature.
keys: The function "keys" has a new, incompatible type signature.
copy: The "copy" function is replaced by a new function that has a different type
signature and different behaviour. See the documentation.
object: The "dictionary" function has been replaced by a new function named "object", which
has a different type signature.
node: node versions 12, 17 are no longer supported.
node: node < 12 || ^13 || ^15 are no longer
supported.
This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
should use Babel to compile ES6+ code down to ES5.