Skip to content

v2.0.0

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 08 Aug 15:36
· 32 commits to master since this release

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.