jsondiffpatch-react
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "jsondiffpatch-react", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "jsondiffpatch react", | ||
@@ -78,3 +78,4 @@ "main": "./lib/jsondiff-for-react.js", | ||
"peerDependencies": { | ||
"react": ">=0.13.2 || ^0.14 || ^15.0.0" | ||
"react": "^16.8 || ^17 || ^18", | ||
"react-dom": "^16.8 || ^17 || ^18" | ||
}, | ||
@@ -81,0 +82,0 @@ "dependencies": { |
# jsondiffpatch-react | ||
- Originally forked from archived https://github.com/hero-guo/jsondiffpatch-for-react | ||
- Originally forked from archived | ||
https://github.com/hero-guo/jsondiffpatch-for-react | ||
- Based on https://github.com/benjamine/jsondiffpatch | ||
@@ -38,3 +39,5 @@ | ||
This will render the original JSON delta in html, with annotations aside explaining the meaning of each part. This attempts to make the JSON delta format self-explained. | ||
This will render the original JSON delta in html, with annotations aside | ||
explaining the meaning of each part. This attempts to make the JSON delta | ||
format self-explained. | ||
@@ -47,3 +50,5 @@ - `tips` (string) | ||
Will be passed to _jsondiffpatch_ to improve array comparison performance, as described [here](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#an-example-using-objecthash). | ||
Will be passed to _jsondiffpatch_ to improve array comparison performance, as | ||
described | ||
[here](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#an-example-using-objecthash). | ||
Example: | ||
@@ -60,1 +65,6 @@ | ||
``` | ||
# Development notes | ||
To publish to NPM, change the version number in `package.json` and `npm publish` | ||
once complete. |
18911
68
4