UNPKG

@seriouscoderone/toposort

Version:

Topological sort of directed ascyclic graphs (like dependecy lists)

13 lines (8 loc) 644 B
## [1.0.1](https://github.com/qiwi-forks/toposort/compare/v1.0.0...v1.0.1) (2023-01-30) ### Fixes & improvements * fix: make publish access public (#3) ([1d9b71d](https://github.com/qiwi-forks/toposort/commit/1d9b71d11571419022f6b9c8eaa25e9fce4e687a)) ## [1.0.0](https://github.com/qiwi-forks/toposort/compare/undefined...v1.0.0) (2023-01-30) ### Features * feat: add toposort extra (#2) ([613141e](https://github.com/qiwi-forks/toposort/commit/613141e65d9d13d5e43f0077a8ed08f8077909b1)) ### Fixes & improvements * docs: Compress graph.jpg ([a22f576](https://github.com/qiwi-forks/toposort/commit/a22f576dd566828b390a07700275158bf511bd10))