Releases: joshswan/gulp-merge-json
Releases · joshswan/gulp-merge-json
2.2.1
2.2.1 (2024-02-29)
Bug Fixes
- use structuredClone instead of lodash when supported (#37) (7c2bf49)
2.2.0
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.0
2.1.0 (2020-02-15)
Features
- add transform function option for editing merged object (9aae9bd)
2.0.0
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
Improvements:
lodash
dependency has been replaced with lodash.mergeWith
as that was the only function used - Thanks @TheDancingCode!
1.2.2
Bug Fixes:
- Fixed Vinyl File type reference - Thanks @qtiki!
1.2.1
Bug Fixes:
- Removed dependency on deprecated
gulp-util
package