From 443cde14f5237e958dcdda6d2c14846ddcb33401 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 31 Jul 2018 14:17:33 +0300 Subject: [PATCH] updated docs... --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ccbf085..d704d42 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,10 @@ ExtendedDiff.types.set('SomeType', { // order of occurrence... priority: null, + // If set to true will disable additional attribute diffing on + // matching objects... + no_attributes: false | true, + // Check if obj is compatible (optional)... // // .check(obj[, options])