We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80739fc commit 4397e7bCopy full SHA for 4397e7b
CHANGELOG.md
@@ -10,4 +10,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
10
- Initial release
11
12
13
-
+## [0.1.1] - 2017-10-26
14
+- avoid exceptions and return an emtpy value instead
15
+- Added cargo config to set flag `NO_DYNAMIC_EXECUTION = 1` to avoid introducing the eval function
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rustbn.js",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Javascript bindings for https://github.com/paritytech/bn (using asm.js)",
5
"main": "index.js",
6
"scripts": {
0 commit comments