Releases: canjs/can-debug
Releases · canjs/can-debug
QUNIT2 upgrade
This updates the tests to use QUnit@2.x.x.
passing can-observation to canjs devtools
correctly setting nodes in nodeIdMap
not creating new Set with an iterator (for IE11)
using can-assign instead of Object.assign (for IE11)
not using for...of (for IE11 support)
v2.0.0
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.