Skip to content

Releases: canjs/can-simple-observable

Adding option to ResolverObservable to reset the _value in get() when unbound

23 Aug 21:03
Compare
Choose a tag to compare

Implementing setElement symbol on SetterObservable

14 Aug 15:37
Compare
Choose a tag to compare

QUNIT2 upgrade

28 May 19:54
Compare
Choose a tag to compare

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

#41

IE 11 Compatibility

30 Oct 20:58
Compare
Choose a tag to compare

Skip test function name property

Adds the ability to take default value

02 Oct 16:44
Compare
Choose a tag to compare

Adds .value getter/ setters

20 Sep 16:47
Compare
Choose a tag to compare

This adds .value getter and setters for Async/Resolver/Settable/Setter and SimpleObservable:

obs = new SimpleObservable(5);
obs.value // ->5

obs.value = 3;
obs.value // -> 3

v2.2.0

04 Jul 03:04
Compare
Choose a tag to compare

Add a value property getter & setter to the key module/observable #32

v2.1.1

29 Jun 23:41
Compare
Choose a tag to compare

Fix an issue when building for production 2e85df4

v2.1.0

29 Jun 21:44
Compare
Choose a tag to compare
  • Add KeyObservable #23
  • Fix dev code for webpack compatibility #27
  • Add "use strict" #28
  • Get rid of can-util as a dependency #30

v2.0.5

29 Jun 20:27
Compare
Choose a tag to compare

Prevents the resolver function from leaking observable reads 895ba81