Skip to content

Releases: float-toolkit/core

Float Toolkit 2.1.0

07 Jan 03:31
Compare
Choose a tag to compare

Float Toolkit 2.1.0

New minor release for FloatToolkit

Features

  • Type definitions are now also exported on their own (thanks to the export = syntax in TypeScript).

Bug fixes

  • Fixed broken default export for CommonJS
  • Added references to @float-toolkit/angular where needed.

For more details, see the documentation.

Float Toolkit 2.0.1

14 Dec 01:51
Compare
Choose a tag to compare

Float Toolkit 2.0.1

Bug fixes

  • Now compiled using ESBuild to enable support for both CommonJS and ESM and get rid of unnecessary files.

For more details, see the documentation.

Float Toolkit 2.0.0

23 Jun 18:06
Compare
Choose a tag to compare

Float Toolkit 2.0.0

New major Float Toolkit release!

Features

  • FloatToolkit namespace that contains the type declarations used by the package.
  • VERSION object.
  • Now tested with Jest and code coverage over 95%.
  • Works with large numbers (like 5e25).

For more details, see the documentation.

Float Toolkit 1.0.2

27 Mar 21:31
Compare
Choose a tag to compare

Float Toolkit 1.0.2

Minor changes

  • ESM imports only
  • Extend documentation and fix asset errors

Float Toolkit 1.0.1

13 Feb 04:27
Compare
Choose a tag to compare

Float Toolkit 1.0.1

First release of the Node.js package Float Toolkit (version 1.0.0 was published for testing purposes and then deleted).

Features

  • FloatToolkit class that contains methods for working with floats.
  • Importable type definition for FloatToolkit precision integers.
  • Importable interface for FloatToolkit options objects.
  • Full documentation.