cujojs / jiff

JSON Patch and diff based on rfc6902
Other
627 stars 41 forks source link

Add inverse, unit tests, docs #14

Closed briancavalier closed 10 years ago

briancavalier commented 10 years ago

This adds an inverse module, and also exposes it as jiff.inverse. Unit tests and docs included. It also ensures that jiff.diff generates diffs that are invertible.

See #9

briancavalier commented 10 years ago

Sheesh, that was an ordeal. Some sort of timing issue with gent and buster ... worked around it for now.