Skip to content

Releases: canjs/can-observe

Remove an extra semicolon in a warning

25 Oct 17:47
Compare
Choose a tag to compare

Fix a typo of a presence of an extra semicolon in warning message which caused unreachable code after return statement warning.

#86

QUNIT2 upgrade

28 May 19:35
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#82

Adding documentation for missing observe methods

26 Apr 18:25
Compare
Choose a tag to compare

Added missing array / function / object documentation. #79

v2.2.0

03 Jul 19:53
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #60
  • Add "use strict" #61

Rich Property Behaviors and Decorators

20 Feb 23:38
Compare
Choose a tag to compare

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;

Update docs with new @parent & @collection

01 Nov 15:53
Compare
Choose a tag to compare