bruth / jsonpatch-js

A JavaScript implementation of the JSON Media Type for partial modifications: http://tools.ietf.org/html/rfc6902
http://bruth.github.io/jsonpatch-js
BSD 2-Clause "Simplified" License
181 stars 24 forks source link

implement latest revision #9

Closed lanterndev closed 11 years ago

lanterndev commented 11 years ago

A new revision of JSON Patch was published: http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-09

See https://twitter.com/mnot/status/287045261266677760 for announcement and diffs.

bruth commented 11 years ago

I am inclined to wait until the revisions slow down. There was another revision 16 days later. I realize they are relatively minor at this point, but time is a bit of a convenience for me right now.

lanterndev commented 11 years ago

Totally understandable. For what it's worth I ended up switching to http://jsonpatchjs.com/ (https://github.com/dharmafly/jsonpatch.js) which is staying up-to-date with the latest revisions.

lanterndev commented 11 years ago

Looks like new RFCs were just published! http://tools.ietf.org/html/rfc6901 http://tools.ietf.org/html/rfc6902

bruth commented 11 years ago

Great! I should have the changes made in about a day.