Skip to content

Releases: gwtw/ts-fibonacci-heap

2.0.8

04 Sep 00:02
Compare
Choose a tag to compare
  • Upgrade to TypeScript 3
  • Use TS strictNullChecks, all methods that deal with Nodes now return null instead of undefined
  • Several internal improvements
  • The implementation now implements the FibonacciHeap definition in the declaration file, this lets the TS compiler ensure that the API is correct

2.0.7

22 Jan 01:43
Compare
Choose a tag to compare

Allow values to be used in custom compare functions (this regressed in v2.0.0 when using TypeScript)

2.0.6

22 Jan 01:16
Compare
Choose a tag to compare

#1 Include src/ files so all TypeScript typings work

2.0.5

22 Jan 00:19
Compare
Choose a tag to compare
  • Clean up repository
  • Improve example in README

2.0.4

01 Jan 22:16
Compare
Choose a tag to compare

Remove TODO from readme.

2.0.3

01 Jan 18:29
Compare
Choose a tag to compare

Publish src/ and typings/ folders

2.0.2

01 Jan 17:58
Compare
Choose a tag to compare

Publish compiled sources

2.0.1

01 Jan 17:53
Compare
Choose a tag to compare

Fixed repo links in package.json.

2.0.0

01 Jan 17:52
Compare
Choose a tag to compare

The module @tyriar/fibonacci-heap has been moved from gwtw/js-fibonacci-heap to this implementation. The API to import is now:

import { FibonacciHeap } from '@tyriar/fibonacci-heap'