mafintosh / append-tree

Model a tree structure on top off an append-only log.
MIT License
54 stars 13 forks source link

Option for timestamps on operations. #16

Open martinheidegger opened 5 years ago

martinheidegger commented 5 years ago

I understand that timestamps are not-reliable, but going through the append-log by hand (if the user-interface is provided), doesn't give you a hint when a change happened. A simple option to store the timestamp could help when a human needs to interact with the data. Would you be okay with a PR that adds a timestamp option (default to false)?