Skip to content

Releases: datavis-tech/graph-data-structure

Export types, update dependencies

20 Feb 07:04
Compare
Choose a tag to compare

Many thanks to @sargunv for this contribution: #63

Release 3.1.1

29 Jan 02:04
Compare
Choose a tag to compare

Release 3.1.0

05 Jan 15:26
Compare
Choose a tag to compare

Many thanks to @viceice for moving microbundle to dev deps in #58!

Release 3.0.0

04 Jan 16:10
Compare
Choose a tag to compare

Many thanks to @TimMikeladze for the contributions in #56 !

Marking this a major release as the build tools have changed, which may impact downstream builds (but most likely will not). No API changes here.

Fix optional argument for topological sort, target ES6

24 May 20:33
Compare
Choose a tag to compare

PR: Fix optional argument for topological sort, target ES6. Thanks to @CrispyBacon1999 for this contribution!

I'm making this a major version bump because the target language for the JS build has changed from ES5 (var) to ES6 (const, let). While for the most part this will not cause breakages, there's a slight possibility that it would, in cases where downstream products run in an environment that does not support ES6.

Optimize hasEdge

24 May 20:29
Compare
Choose a tag to compare

Detect Cycles & hasEdge

20 May 14:51
Compare
Choose a tag to compare

Refresh

26 Sep 10:52
Compare
Choose a tag to compare

Minor improvements. Mainly to show some activity and that this package is maintained!

  • Upgrade dependencies #39
  • Adopt let and const #40

Make weight parameter type optional

07 Jul 15:09
Compare
Choose a tag to compare

Address a Types issue via #35 .

Many thanks to @alextes for this contribution!

Fix Types in NPM Package

06 Apr 16:05
Compare
Choose a tag to compare

Addresses packaging issues discussed in #24 via PR #33.