Keep track of the last event to prevent a created event to be followed by a modified event.
Take care of the on_change method signature that now takes an optional event argument.
This is a backward compatible change as the argument is optional and has a default value.
I made this choice to propose a better code design and a better readability.
Keep track of the last event to prevent a created event to be followed by a modified event.
Take care of the
on_change
method signature that now takes an optionalevent
argument. This is a backward compatible change as the argument is optional and has a default value. I made this choice to propose a better code design and a better readability.best regards