Skip to content

Releases: dcodeIO/long.js

v5.2.3

16 Apr 09:58
cd84ddd
Compare
Choose a tag to compare

Bug fixes

  • Reorder module exports in package.json (#122) (cd84ddd)

v5.2.2

16 Apr 01:10
453de51
Compare
Choose a tag to compare

Bug fixes

v5.2.1

03 Nov 01:40
3cea40d
Compare
Choose a tag to compare

Bug fixes

  • Add types to exports in package.json (#111) (3cea40d)

v5.2.0

26 Nov 00:48
088e44e
Compare
Choose a tag to compare

New features

Other

  • Fix link to releases (93b06bd)
  • Add more build instructions (d30e39c)
  • Fix README formatting (9d90c0b)
  • Add various instructions (fca1fa0)
  • Indicate that isPositive includes zero, fixes #100 (d901220)

v5.1.0

30 Oct 00:59
45f1f37
Compare
Choose a tag to compare

New features

v5.0.1

29 Oct 00:47
Compare
Choose a tag to compare

Bug fixes

  • Always return matching signed/unsigned zeroes, fixes #72 (19ac17b)

Other

  • Move NaN/Infinity check below unsigned setup in fromString (bf68549)
  • Switch to daily releases (bd8e614)

v5.0.0

28 Oct 05:40
Compare
Choose a tag to compare

Breaking changes

  • Switch to ESM / modernize (8641039)

4.0.0

03 Feb 21:34
Compare
Choose a tag to compare
  • Now uses WebAssembly for multiply/divide/modulo, if supported
  • Added WebAssembly-like aliases
  • Added fromBytes/LE/BE
  • Added 'unsigned` parameter to fromValue
  • Updated docs

Breaking

  • Switched to webpack, just building minified dist/long.js with dist/long.js.map

1.1.4

18 Jun 14:10
Compare
Choose a tag to compare
Accept Long-like object in constructor, fixes #8

1.1.2

20 Feb 20:53
Compare
Choose a tag to compare
Notes on NaN