Starcounter-Jack / JSON-Patch

Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.
MIT License
1.83k stars 215 forks source link

add timestamp of change in observer #190

Closed rogerburton closed 6 years ago

rogerburton commented 7 years ago

Hello, sorry for my bad english. How ... where to add a date for each patche in Observer ?

Thank you, Roger Burton

alshakero commented 6 years ago

Hello, this would break our adherence to the RFC. We can only output patches in a certain well-defined format (RFC 6902).

Sorry.