canjs / can-observable-mixin

Define properties on JavaScript classes
https://canjs.com
MIT License
2 stars 1 forks source link

Add value, oldValue, action, key to event object #123

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

This adds new properties to the events object, in anticipation of a future breaking change where the events object will be the only argument. Closes #119

matthewp commented 5 years ago

Tests are failing because we need to do https://github.com/canjs/can-reflect-tests/issues/14 first.