-
TODO:
- configure **Array moves**
https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#moves
https://github.com/benjamine/jsondiffpatch/blob/master/docs/deltas.md#array-moves
-
When I diff this file against itself I get some output.
```
{
"Images" : {
"image[0]" : {
"fieldset" : "Primary Image",
"type" : "Image",
"config" : {
"constraint" : {…
-
Tried here: http://benjamine.github.io/jsondiffpatch/demo/index.html
It's ok when there's only one change:
``` json
{
"messages": [
{
"id": 1,
"text": "a"
},
{
"id": 0…
-
When applying a diff between an object `v1` that has key `k` and an object `v2` that doesn't have `k` to `v1`, the result has key `k` mapped to `undefined`. Instead, `k` should be `delete`d from the o…
-
Consider the following example:
``` javascript
var src = {"parts":[{"id":"1","variation":{"x":"2","y":"0"},"distance":{"x":"3","y":"0"}}],"Id":"4"};
var dst = {"parts":[{"id":"5","x":10},{"id…
-
I'm sure I'm super-dumb but I don't know how to do the make or gulp processes. Tried typing make in the directory but that did not work. Don't know gulp or fiberglas.
How about either (i) giving exp…
-
Hi,
Thanks for Delta-Pouch!
We’re heavy on Pouchdb & Couchdb and we’re at the point where we need to tune the performance. We consider moving from many small docs to fewer and larger. Delta Pouch co…
-
I'm tired working on this idea. So I decide to put it here in case someone need it.
So here is my code(CoffeeScript, WebSocket, chatting, not even finished):
https://github.com/mvc-works/sync-chat
I h…
-
Since we have a long-term goal to load and save the state of the simulation, I am interested in checking to see whether save it and load can provide a foundation for record and playback. Bandwidth wi…
-
It took me quite long time to recognize this. I was diffing my data but kept getting long diffs. I had read the docs so I know something called objectHash, but I believe it has a default function to d…