From 0fc234e38d7f6581654771e7d4c2bc852a5fa12e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 25 Sep 2018 04:36:35 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 286df22..491d72a 100644 --- a/README.md +++ b/README.md @@ -235,10 +235,12 @@ Originally this module was designed/written as a way to locate and store only th The specific use cases (*[ImageGrid](https://github.com/flynx/ImageGrid) and [pWiki](https://github.com/flynx/pWiki)*) required additional features not provided by the available at the time alternative implementations (listing in next section). ### Features +- Well defined *diff* format - JSON *diff* support - JavaScript object support including objects/types not supported in JSON - ~~Optional attribute order support~~ (not done yet) -- ~~Support extended Javascript types: Map, Set, ...etc.~~ (feasibility testing) +- ~~Support *new +- * Javascript containers: Map, Set, ...etc.~~ (feasibility testing) - *Text diff* (multi-line strings) support - Object patterns as a means to simplify structural comparison/testing - Configurable and extensible implementation