Skip to content

Releases: datavis-tech/graph-data-structure

v3.5.0

06 Dec 16:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

Release 3.4.0

03 Aug 16:28
Compare
Choose a tag to compare
  • Upgrade dependencies, prettier (3d1cce8)
  • Merge pull request #69 from krm35/feature/shortestPaths (9540161)
  • Add a shortestPaths function (ef9666b)

Release 3.3.0

03 Apr 08:56
Compare
Choose a tag to compare
  • Merge pull request #65 from flleonx/patch-1 (33fd6ed)
  • fix: exports order in package.json (1a08af8)

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