Lifecycle-Hooks beforeUpdate (v4)

I have the same question. Who came up with such a “great” idea?
I need to check the data before saving it, and if it doesn’t match the previous state, then perform a series of actions. It turned out that I can’t get access to the previous state of the object in any way, since at the moment beforeUpdate the component is already updated…