Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

v0.21.0

Compare
Choose a tag to compare
@vmx vmx released this 18 Feb 13:47
· 17 commits to master since this release

Features

BREAKING CHANGES

  • is-class is not longer used, use instanceof instead

The DAGNode.isDAGNode() and DAGLink.isDAGLink() methods no longer exist,
use instanceof DAGNode and instanceof DAGLink instead.

Please note that the newly added TypeScript types might lead to warnings/errors
if you use it in a TypeScript types checking environment.