You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 年之前
1234567891011121314151617181920212223242526272829303132333435
  1. 5.1.1 / 2019-12-24
  2. ------------------
  3. - Temporary workaround for BN#_move (#236)
  4. - Add eslintrc instead config in package.json (#237)
  5. 5.1.0 / 2019-12-23
  6. ------------------
  7. - Benchmark for BigInt (#226)
  8. - Add documentation for max/min (#232)
  9. - Update BN#inspect for Symbols (#225)
  10. - Improve performance of toArrayLike (#222)
  11. - temporary disable jumboMulTo in BN#mulTo (#221)
  12. - optimize toBitArray function (#212)
  13. - fix iaddn sign issue (#216)
  14. 5.0.0 / 2019-07-04
  15. ------------------
  16. - travis: update node versions (#205)
  17. - Refactor buffer constructor (#200)
  18. - lib: fix for negative numbers: imuln, modrn, idivn (#185)
  19. - bn: fix Red#imod (#178)
  20. - check unexpected high bits for invalid characters (#173)
  21. - document support very large integers (#158)
  22. - only define toBuffer if Buffer is defined (#172)
  23. - lib: better validation of string input (#151)
  24. - tests: reject decimal input in constructor (#91)
  25. - bn: make .strip() an internal method (#105)
  26. - lib: deprecate `.modn()` introduce `.modrn()` (#112 #129 #130)
  27. - bn: don't accept invalid characters (#141)
  28. - package: use `files` insteadof `.npmignore` (#152)
  29. - bn: improve allocation speed for buffers (#167)
  30. - toJSON to default to interoperable hex (length % 2) (#164)