Skip to content

Releases: joshswan/gulp-merge-json

2.2.1

29 Feb 21:10
53d6a41
Compare
Choose a tag to compare

2.2.1 (2024-02-29)

Bug Fixes

  • use structuredClone instead of lodash when supported (#37) (7c2bf49)

2.2.0

27 Feb 22:27
aee7270
Compare
Choose a tag to compare

2.2.0 (2024-02-27)

Features

  • add jsonReviver option for parsing (6517468), closes #35

Bug Fixes

  • clone startObj to prevent unintended mutation (b67f25e), closes #36

2.1.2

23 Mar 17:38
6e1f7c9
Compare
Choose a tag to compare

2.1.2 (2022-03-23)

2.1.1

21 May 20:14
402f720
Compare
Choose a tag to compare

2.1.1 (2020-05-21)

2.1.0

15 Feb 20:41
314c695
Compare
Choose a tag to compare

2.1.0 (2020-02-15)

Features

  • add transform function option for editing merged object (9aae9bd)

2.0.0

09 Feb 21:40
dae6e98
Compare
Choose a tag to compare

2.0.0 (2020-02-09)

⚠ BREAKING CHANGES

  • Multiple options arguments and edit object support have been removed

Code Refactoring

  • remove deprecated functionality and simplified code (f6260c3)

1.3.1

10 Apr 18:36
1.3.1
1e14a38
Compare
Choose a tag to compare

Improvements:

  • lodash dependency has been replaced with lodash.mergeWith as that was the only function used - Thanks @TheDancingCode!

1.3.0

07 Apr 06:43
1.3.0
d4d1e3c
Compare
Choose a tag to compare

New Stuff:

  • Upgraded to JSON5 v1

1.2.2

26 Mar 18:29
1.2.2
f0db419
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed Vinyl File type reference - Thanks @qtiki!

1.2.1

31 Dec 21:17
1.2.1
5931426
Compare
Choose a tag to compare

Bug Fixes:

  • Removed dependency on deprecated gulp-util package