Skip to content

Releases: Patashu/break_infinity.js

v2.2.0

26 Feb 18:49
Compare
Choose a tag to compare

Reverts the changes from v2.1.0 and v2.1.1 to preserve backward compatibility of existing games

v2.1.1

25 Feb 22:14
Compare
Choose a tag to compare

Added:

  • copyFrom alias of fromDecimal

Fixed:

  • Fixed Decimal.pow(0, X) returning NaN

v2.1.0

25 Feb 20:23
Compare
Choose a tag to compare

PSA: starting from this version, we will not publish built js files here. You can either grab them from the CDN or build them manually.

Added:

  • Decimal.const function to create and cache constant Decimal values

Fixed:

  • Cube root is sometimes inaccurate #143
  • Capital "E" was not handled correctly in the constructor

v2.0.0

21 Nov 08:59
Compare
Choose a tag to compare

Breaking changes:

  • npm package restructure

v1.3.0

21 Nov 07:13
Compare
Choose a tag to compare

Fixes:

  • Fix pow (negative base, noninteger height) not being NaN #35

v1.2.0

21 Jul 08:18
Compare
Choose a tag to compare

Fixed various package configuration issues

v1.1.1

29 May 14:40
Compare
Choose a tag to compare

Added TypeScript definitions to the package.json (#64)

v1.1.0

20 Oct 20:12
Compare
Choose a tag to compare

Added .decimalPlaces() (#56)

v1.0.10

01 Oct 08:44
Compare
Choose a tag to compare

Fixed 5e-324 handling in normalize() which resulted in undefined return

v1.0.9

28 Jul 00:42
Compare
Choose a tag to compare
  • Added Decimal constants #51
  • Fixed package.json dist paths