Closed jstcki closed 10 years ago
0.2 will introduce some API changes to bring it more in line with its Clojure siblings and make certain operations more explicit (i.e. deep merging):
assocObj
deepMerge
sprout.deepMerge(a, b)
assoc
dissoc
dissocObj
0.2 will introduce some API changes to bring it more in line with its Clojure siblings and make certain operations more explicit (i.e. deep merging):
assocObj
todeepMerge
, expose explicitly viasprout.deepMerge(a, b)
assoc
anddissoc
take an arbitrary amount of argumentsdissocObj
(API is confusing, use variadicdissoc
for dissoc'ing multiple keys at the same time)