Releases: canjs/can-simple-observable
Releases · canjs/can-simple-observable
Adding option to ResolverObservable to reset the _value in get() when unbound
23 Aug 21:03
Compare
Sorry, something went wrong.
No results found
Implementing setElement symbol on SetterObservable
14 Aug 15:37
Compare
Sorry, something went wrong.
No results found
QUNIT2 upgrade
28 May 19:54
Compare
Sorry, something went wrong.
No results found
IE 11 Compatibility
30 Oct 20:58
Compare
Sorry, something went wrong.
No results found
Skip test function name property
Adds the ability to take default value
02 Oct 16:44
Compare
Sorry, something went wrong.
No results found
Adds .value getter/ setters
20 Sep 16:47
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add a value property getter & setter to the key module/observable #32
v2.1.1
29 Jun 23:41
Compare
Sorry, something went wrong.
No results found
Fix an issue when building for production 2e85df4
v2.1.0
29 Jun 21:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Prevents the resolver function from leaking observable reads 895ba81