Skip to content

Releases: dcodeIO/long.js

v5.0.1

29 Oct 00:47

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

Choose a tag to compare

Breaking changes

  • Switch to ESM / modernize (8641039)

4.0.0

03 Feb 21:34

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

Choose a tag to compare

Accept Long-like object in constructor, fixes #8

1.1.2

20 Feb 20:53

Choose a tag to compare

Notes on NaN