mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 02:50:10 +00:00
updated docs to account for feedback from @jonyrock
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
31f135eee7
commit
612b42ff9c
@ -226,11 +226,11 @@ cmp(Bill, BILL_or_TED_L) // -> true
|
|||||||
Originally this module was designed/written as a way to locate and store only the changed parts of rather big JSON objects/trees, but 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).
|
Originally this module was designed/written as a way to locate and store only the changed parts of rather big JSON objects/trees, but 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).
|
||||||
|
|
||||||
### Goals / Features
|
### Goals / Features
|
||||||
- Full JSON *diff* support
|
- JSON *diff* support
|
||||||
- Support for JavaScript objects without restrictions
|
- JavaScript object support including objects/types not supported in JSON
|
||||||
- ~~Optional attribute order support~~ (not done yet)
|
- ~~Optional attribute order support~~ (not done yet)
|
||||||
- ~~Support extended Javascript types: Map, Set, ...etc.~~ (feasibility testing)
|
- ~~Support extended Javascript types: Map, Set, ...etc.~~ (feasibility testing)
|
||||||
- *Text diff* support
|
- *Text diff* (multi-line strings) support
|
||||||
- Object patterns as a means to simplify structural comparison/testing
|
- Object patterns as a means to simplify structural comparison/testing
|
||||||
- Configurable and extensible implementation
|
- Configurable and extensible implementation
|
||||||
- As simple as possible
|
- As simple as possible
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user