Skip to content

Releases: datavis-tech/graph-data-structure

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.

TypeScript

30 Mar 18:39
Compare
Choose a tag to compare

Thanks to @yashmahalwal for porting the implementation to TypeScript! #26

Add least common ancestors algorithm

28 Aug 04:25
Compare
Choose a tag to compare

Thanks to @grv87 for this contribution! #22

Serialized Weights

31 Mar 09:15
Compare
Choose a tag to compare

Add weights to serialization #21 (many thanks to @giraffesyo !)