Skip to content

Releases: canjs/can-observation-recorder

QUNIT2 upgrade

28 May 19:34
Compare
Choose a tag to compare

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

#17

named stacks and peakValue

28 Nov 02:29
Compare
Choose a tag to compare

You can now call .start() with a name useful for debugging like:

ObservationRecorder.start("some debug label");

This also exposes a .peekValue() which lets you read an observable without leaking ObservationRecoder.add calls:

var num = value.with(3)

ObservationRecorder.peakValue(num) //-> 3

v1.2.0

04 Jul 05:50
Compare
Choose a tag to compare

Add "use strict" #11

Doc fixes

14 Jun 19:48
Compare
Choose a tag to compare

v0.2.0

29 Dec 20:32
Compare
Choose a tag to compare
  • start returns deps