LaxarJS / laxar-patterns

Utilities to implement standard event patterns in LaxarJS widgets
MIT License
5 stars 2 forks source link

Remove support for deprecated didUpdate event syntax #27

Closed alex3683 closed 9 years ago

alex3683 commented 9 years ago

The old formats for didUpdate-Events, namely the support for the data and updates attributes within didUpdate event payloads, should be removed. This goes hand in hand with LaxarJS/laxar#103.

alex3683 commented 9 years ago

Implemented on master (v1.0.0).

Breaking Change

didUpdate events with updates and data fields are no longer supported by the helpers found in resources. Instead the JSON Patch format is mandatory now.

See https://github.com/LaxarJS/laxar_patterns/blob/master/docs/patterns/resources.md for further information on the correct format of didUpdate events.