Skip to content

Releases: joshswan/gulp-merge-json

1.2.0

19 Sep 21:49
1.2.0
c53c902
Compare
Choose a tag to compare

New Stuff:

1.1.0

27 Jul 00:00
1.1.0
1d874a8
Compare
Choose a tag to compare

New Stuff:

  • customizer option has been added to allow full control of merging behavior. See mergeWith for details on the function and its arguments - @Sawtaytoes

1.0.1

26 Jul 16:50
1.0.1
7e856e2
Compare
Choose a tag to compare

Bug Fixes:

  • Removed multiple-argument options deprecation warning when passing no options at all

1.0.0

14 Feb 22:30
1.0.0
eb2d9fc
Compare
Choose a tag to compare

New Stuff:

  • mergeArrays option has been added to allow disabling of default array merge behavior. When disabled, an array at the same key will completely overwrite the previous array, rather than the two being merged together.
  • New README! There's now a detailed table of the available options and simpler examples.

Deprecations:

  • Passing arguments other than a single options object to merge is now deprecated. While currently still supported, update your code to pass an options object instead. Multiple-argument compatibility will be removed in the next release! See the README for examples of using an options object and a table of available options.

Important: This is a semver major release. Support for Node < 4 has been removed entirely to take advantage of ES6 features.