Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rework tests. | Alexander Shorin | 2011-12-25 | 1 | -70/+28 | |
| | ||||||
* | Do not hide any problems. | Alexander Shorin | 2011-12-25 | 1 | -16/+13 | |
| | ||||||
* | Reduce patch applying cost. | Alexander Shorin | 2011-12-25 | 1 | -4/+1 | |
| | | | | Let the developer to decide does he wants to modify same object or copy of it. In other way test operation produces huge overhead for nothing. | |||||
* | Bump supported specification version | Alexander Shorin | 2011-12-25 | 1 | -1/+1 | |
| | ||||||
* | Add support for test operation | Alexander Shorin | 2011-12-25 | 1 | -1/+30 | |
| | ||||||
* | Add support for move operation | Alexander Shorin | 2011-12-25 | 1 | -0/+22 | |
| | ||||||
* | Remove unused `location' variable | Byron Ruth | 2011-09-17 | 1 | -1/+0 | |
| | ||||||
* | Add JsonPatchConflict for patch conflicts | Byron Ruth | 2011-09-16 | 1 | -7/+11 | |
| | | | | | | This is necessary in order to differentiate between general processing errors e.g. bad operation and conflicts between the patch and the state of the data the patch is being applied to. | |||||
* | add shortcut jsonpatch.apply_patch(doc, patch) | Stefan Kögl | 2011-06-20 | 1 | -0/+12 | |
| | ||||||
* | initial commit | Stefan Kögl | 2011-06-18 | 1 | -0/+221 | |