LaxarJS / laxar-patterns

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

resources: make `replaceHandler` and `updateHandler` private #85

Closed alex3683 closed 7 years ago

alex3683 commented 7 years ago

Both functions are not really necessary, since the ResourceHandler incorporates these tasks and provides an even higher and more convenient level of abstraction.

alex3683 commented 7 years ago

Implemented on master (v2.0.0)

Breaking Change

The functions resources.replaceHandler and resources.updateHandler were removed without replacement. This is part of our efforts in getting rid of superfluous APIs, only raising maintenance work. Instead the higher level api from ResourceHandler should be used.