Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 307 Bytes

CHANGELOG.md

File metadata and controls

8 lines (5 loc) · 307 Bytes

0.3.0

  • Breaking change: sort() return map values are now {node, children} where children is also a map. See README for examples.

0.2.0

  • Breaking change: TopologicalSort class is now a named export, not the default CommonJS module.exports
  • Package source code re-written in Typescript