The requirement is user should be able to see the history of what happened for a page/post. Kind of like git commit history for a file but here is database single record.
Our current architecture is legacy and does not want to do massive refactor. I was looking for some 3rd party vendor/library that i can hook into. So it will store all data updates and deletes. Then i can get a history for all fields and should be able to provide a nice interface to user see what got changed in each update.