Currently the update function has the following arguments: update(field, oldVal, newVal)
This needs to be changed to use an object update({cpa, oldVal, newVal}) to allow the oldVal to be easily ignored and other arguments to be added without further breaking change.
Currently the
update
function has the following arguments:update(field, oldVal, newVal)
This needs to be changed to use an object
update({cpa, oldVal, newVal})
to allow theoldVal
to be easily ignored and other arguments to be added without further breaking change.THIS IS A BREAKING CHANGE