Releases: stampit-org/supermixer
Releases · stampit-org/supermixer
v1.0.5
v1.0.4
More features, tests
The mixer got somewhat rewritten to avoid copycat code. Now mixer reuses itself to traverse deep into objects.
Breaking changes:
opts.clonedoes not exist anymore. It was confusing. You can clone/create objects yourself if necessary.opts.filter()second argument is not akeyanymore, buttargetValue. Thekeyis the third now.
New features:
opts.transform- allows to change any value which is being assigned to the target/destination object.
Many unit tests were added. Some bugs fixed.
ES6 and tape migration
Rewritten to be ES6. Tests are now tape instead of mocha+chai. README got better looks and wordings.