0.20.0 • Published 2 years ago

trimerge-sync-hash v0.20.0

Weekly downloads
-
License
Zlib
Repository
github
Last release
2 years ago

Trimerge: Three-way Merge JSON and Structures

Actions Status npm version codecov

Experimental 3-way merge library.

Usage:

import { combineMergers, trimergeEquality, trimergeJsonObject } from 'trimerge';

const s1 = { hello: 1, world: 2 };
const s2 = { hello: 1, world: 2, there: 2 };
const s3 = { hello: 1 };

const merger = combineMergers(trimergeEquality, trimergeJsonObject);
merger(s1, s2, s3); // => { hello: 1, there: 2 }

License

Based on MIT licensed code from node-diff3.

0.20.0

2 years ago

0.19.1

2 years ago

0.19.2

2 years ago

0.18.0

2 years ago

0.18.0-test.9

2 years ago

0.18.0-test.8

2 years ago

0.18.0-test.7

2 years ago

0.18.0-test.6

2 years ago

0.18.0-test.10

2 years ago

0.17.0

2 years ago

0.18.0-test.5

2 years ago

0.18.0-test.4

2 years ago

0.18.0-test.3

2 years ago

0.18.0-test.2

2 years ago

0.18.0-test.1

2 years ago

0.17.0-test.2

2 years ago

0.17.0-test.3

2 years ago

0.16.0-alpha.3

2 years ago

0.17.0-test.1

2 years ago

0.14.0-rc.1

2 years ago

0.12.0-rc.1

2 years ago

0.15.0-test.1

2 years ago

0.14.0

2 years ago

0.15.0-test.7

2 years ago

0.15.0-test.3

2 years ago

0.15.0-test.4

2 years ago

0.15.0-test.5

2 years ago

0.15.0-test.6

2 years ago

0.13.0-rc.1

2 years ago

0.11.1

3 years ago

0.11.0-rc.2

3 years ago

0.11.0-rc.1

3 years ago

0.11.0

3 years ago

0.10.2-rc.1

3 years ago

0.10.1

3 years ago

0.10.0-rc.4

3 years ago

0.10.0-rc.3

3 years ago

0.10.0

3 years ago

0.10.0-rc.2

3 years ago

0.10.0-rc.1

3 years ago

0.9.1-rc.2

3 years ago

0.9.1-rc.3

3 years ago

0.9.1-rc.1

3 years ago

0.9.0

3 years ago

0.8.0-rc.1

3 years ago

0.8.1

3 years ago

0.7.2

3 years ago

0.8.0

3 years ago

0.7.3-rc.3

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago