Changelog
2.2.0
getOwnPropertySymbols
was expected to always be supported when Object.assign
was natively supportedChangelog
2.0.0
Rewrite in TypeScript!
BREAKING CHANGES
transform
has changed to be setWith
, and the signature has changed as well (see the documentation for details)NEW FEATURES
is
method for assertion*With
methods corresponding to each existing method (see the documentation for details)ADDITIONAL CHANGES
get
s, set
s, merge
s, and remove
smain
, module
, and browser
builds for better universality of consumptionChangelog
1.5.2
rollup
build setup with latest curriable
and pathington
setupsChangelog
1.5.1
Symbol
keys when using assign
, merge
, remove
, and set
has
methodadd
by eliminating unneeded call to curried wrappermerge
by eliminating unneeded extra cloningremove
by eliminating unneeded iterationsChangelog
1.4.2
"sideEffects": false
for better tree-shaking in webpack