Skip to content

Rich Property Behaviors and Decorators

Compare
Choose a tag to compare
@christopherjbaker christopherjbaker released this 20 Feb 23:38
· 54 commits to master since this release

can-observe now supports an extensible system for defining rich property behaviors, by providing an observable-returning function to defineProperty function. This becomes even more reusable when these behaviors are defined inside decorators. We have also provided built-in decorators for async and resolver;