mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 10:30:09 +00:00
notes and docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2e7054bc57
commit
1deed17e49
@ -5,7 +5,7 @@ XXX Intro
|
||||
- [Object diff](#object-diff)
|
||||
- [Motivation](#motivation)
|
||||
- [Goals / Features](#goals--features)
|
||||
- [General](#general)
|
||||
- [Introduction](#introduction)
|
||||
- [Installation and loading](#installation-and-loading)
|
||||
- [Diff](#diff)
|
||||
- [Diff class API](#diff-class-api)
|
||||
@ -32,15 +32,16 @@ XXX
|
||||
### Goals / Features
|
||||
- Full JSON *diff* support
|
||||
- Support for JavaScript objects without restrictions
|
||||
- *Text diff* support
|
||||
- ~~Optional attribute order support~~ (not done yet)
|
||||
- ~~Support extended Javascript types: Map, Set, ...etc.~~ (feasibility testing)
|
||||
- *Text diff* support
|
||||
- Configurable and extensible implementation
|
||||
- As simple as possible
|
||||
|
||||
XXX alternatives
|
||||
|
||||
|
||||
## General
|
||||
## Introduction
|
||||
|
||||
```javascript
|
||||
var {Diff, cmp} = require('object-diff')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user