We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7baed8 commit 4fd4440Copy full SHA for 4fd4440
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+5.1.0 / 2019-12-23
2
+------------------
3
+
4
+- Benchmark for BigInt (#226)
5
+- Add documentation for max/min (#232)
6
+- Update BN#inspect for Symbols (#225)
7
+- Improve performance of toArrayLike (#222)
8
+- temporary disable jumboMulTo in BN#mulTo (#221)
9
+- optimize toBitArray function (#212)
10
+- fix iaddn sign issue (#216)
11
12
5.0.0 / 2019-07-04
13
------------------
14
package.json
@@ -1,6 +1,6 @@
{
"name": "bn.js",
- "version": "5.0.0",
+ "version": "5.1.0",
"description": "Big number implementation in pure javascript",
"main": "lib/bn.js",
"scripts": {
0 commit comments