Skip to content

Releases: stampit-org/supermixer

v1.0.5

20 Aug 03:44
Compare
Choose a tag to compare
  • Avoiding prototype pollution 94dcc6f

v1.0.4...v1.0.5

v1.0.4

20 Aug 02:23
Compare
Choose a tag to compare
  • Update .gitignore to acomodate latest npm version e86fe20
  • Upgrade to latest lodash v4. 562169f

v1.0.3...v1.0.4

More features, tests

13 Jun 10:11
Compare
Choose a tag to compare

The mixer got somewhat rewritten to avoid copycat code. Now mixer reuses itself to traverse deep into objects.

Breaking changes:

  • opts.clone does not exist anymore. It was confusing. You can clone/create objects yourself if necessary.
  • opts.filter() second argument is not a key anymore, but targetValue. The key is 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

31 May 01:34
Compare
Choose a tag to compare

Rewritten to be ES6. Tests are now tape instead of mocha+chai. README got better looks and wordings.