Skip to content

Releases: uellenberg/DecimalSystem

1.1.1

22 May 15:57
7d4f6c4
Compare
Choose a tag to compare

This release fixes a bug which placed the decimal point at the incorrect location.

1.1.0

10 May 18:26
Compare
Choose a tag to compare

Fix a bug causing certain multiples of the base to be converted incorrectly. For example, PI^3 in base PI was not converted correctly.

1.0.12

09 May 10:00
Compare
Choose a tag to compare

Fix a build error in the previous version.

1.0.11

08 May 21:48
Compare
Choose a tag to compare

This release updates the NPM package with a new description and homepage, and adds a minified JS file for browser.

1.0.10

05 May 21:48
2ef58c2
Compare
Choose a tag to compare

This fixes a bug causing numbers < 1 to not be converted correctly.

1.0.9

04 May 06:37
Compare
Choose a tag to compare

This fixes some issues with the previous release.

1.0.8

04 May 06:09
Compare
Choose a tag to compare

This release adds an additional build for compatibility with browsers.

1.0.7

04 May 05:53
Compare
Choose a tag to compare

This release includes type definitions, which weren't published in previous releases.

1.0.6

04 May 04:02
Compare
Choose a tag to compare

This release fixes a bug with precision not being used correctly.

1.0.5

03 May 06:14
Compare
Choose a tag to compare

This fixes another bug with leading leading zeros.