We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c248d39 commit 2564260Copy full SHA for 2564260
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simple-diff",
3
- "version": "1.7.1",
+ "version": "1.7.2",
4
"description": "simple diff for object and arrays with options",
5
"main": "simple-diff.js",
6
"types": "simple-diff.d.ts",
simple-diff.d.ts
@@ -4,6 +4,7 @@ export default diff;
export interface DiffOptions extends Partial<PathChange> {
idProp?: string,
7
+ idProps?: {[path: string]: string},
8
addEvent?: string,
9
removeEvent?: string,
10
changeEvent?: string,
0 commit comments