Skip to content

Releases: canjs/can-debug

QUNIT2 upgrade

28 May 18:13

Choose a tag to compare

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

#72

passing can-observation to canjs devtools

17 Jan 20:11

Choose a tag to compare

correctly setting nodes in nodeIdMap

29 Nov 20:27

Choose a tag to compare

not creating new Set with an iterator (for IE11)

27 Nov 16:50

Choose a tag to compare

using can-assign instead of Object.assign (for IE11)

27 Nov 15:00

Choose a tag to compare

not using for...of (for IE11 support)

26 Nov 23:31

Choose a tag to compare

v2.0.0

08 Aug 15:36

Choose a tag to compare

can-debug now exports a function

This can be used like:

import debug from "can-debug";
debug();

or

import { debug } from "can";
debug();

debug.drawGraph has been removed

This method doesn't work in many build formats (ES modules, bundled global builds, webpack). It also requires the large vis.js file. Since the graph is available in CanJS devtools, this functionality was removed.

#55.

v1.3.0

04 Jul 03:34

Choose a tag to compare

  • Add "use strict" #51

making sure to actually set __CANJS_DEVTOOLS__ global

22 Jun 17:31

Choose a tag to compare

making sure __CANJS_DEVTOOLS__.register is called

21 Jun 18:58

Choose a tag to compare