Skip to content

Releases: canjs/can-observation

Making it possible to order observation updates by their depth automatically

05 Aug 21:53
Compare
Choose a tag to compare

QUNIT2 upgrade

28 May 19:33
Compare
Choose a tag to compare

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

#146

IE 11 Compatibility

22 Oct 22:18
Compare
Choose a tag to compare

v4.1.0

04 Jul 02:34
Compare
Choose a tag to compare
  • Add a value property getter #135
  • Add compatibility with how webpack builds for production #133
  • Add "use strict" #134

v4.0.1

03 Jul 22:12
Compare
Choose a tag to compare

Cleanup markdown sample code #126

4 DOT OH!

26 Jan 22:45
Compare
Choose a tag to compare

#116

  • no longer needs CID (uses new Map())
  • stateful parts are pulled out into can-observation-recorder
  • new Observation() works find on its own.

Updated docs and added cycle detection

01 Nov 15:46
Compare
Choose a tag to compare
  • Remove all prerelease package refs #111
  • Add a cycle detection script to test process #115
  • Update docs with new @parent & @collection #119
  • Hide docs that can’t show up in the navigation #120

v3.3.5...v3.3.6

Revert 3.3.4

29 Aug 01:26
Compare
Choose a tag to compare

separating observability from proactive cacheability

17 Aug 21:28
Compare
Choose a tag to compare

Use `canLog` Instead of `console`

15 Aug 17:06
Compare
Choose a tag to compare

This is to prevent errors when console is not present such as in IE 9 when the dev tools have not been opened.