Skip to content

Commit 44e22d0

Browse files
acolytec3holgerd77
andauthored
v0.4.0 release (#14)
* Update changelog and version * Update npmignore * Removed dist directory from repo * Add rust src folder to .npmignore --------- Co-authored-by: Holger Drewes <Holger.Drewes@gmail.com>
1 parent cd2c077 commit 44e22d0

14 files changed

Lines changed: 13 additions & 351 deletions

.npmignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
.github
2-
src.ts/rustbn_bg.wasm
2+
src.ts/rustbn_bg.*
3+
src.ts/wasm.ts
4+
src/
35
scripts/
46
test
57
Cargo.*
68
tsconfig.json
7-
*.tgz
9+
*.tgz
10+
target/
11+
.babelrc
12+
wasm/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.4.0 - 2024-03-8
9+
10+
- Revise API to remove top-level await and replace with an async initatior `initRustBN`, PR [#12](https://github.com/ethereumjs/rustbn-wasm/pull/12)
11+
- Update library readme and usage instructions, PR [#13](https://github.com/ethereumjs/rustbn-wasm/pull/13)
12+
813
## 0.3.0 - 2024-02-14
914

1015
- Improved (older version) ESM support (❤️ to @roninjin10 for the contribution), PR [#7](https://github.com/ethereumjs/rustbn-wasm/pull/7)

dist/cjs/rustbn.d.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

dist/cjs/rustbn.js

Lines changed: 0 additions & 162 deletions
This file was deleted.

dist/cjs/rustbn_bg.wasm

-167 KB
Binary file not shown.

dist/esm/rustbn.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

dist/esm/rustbn.d.ts.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/esm/rustbn.js

Lines changed: 0 additions & 142 deletions
This file was deleted.

dist/esm/rustbn.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/esm/wasm.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)