Skip to content

Commit

Permalink
v0.4.0 release (#14)
Browse files Browse the repository at this point in the history
* Update changelog and version

* Update npmignore

* Removed dist directory from repo

* Add rust src folder to .npmignore

---------

Co-authored-by: Holger Drewes <[email protected]>
  • Loading branch information
acolytec3 and holgerd77 committed Mar 8, 2024
1 parent cd2c077 commit 44e22d0
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 351 deletions.
9 changes: 7 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
.github
src.ts/rustbn_bg.wasm
src.ts/rustbn_bg.*
src.ts/wasm.ts
src/
scripts/
test
Cargo.*
tsconfig.json
*.tgz
*.tgz
target/
.babelrc
wasm/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.4.0 - 2024-03-8

- Revise API to remove top-level await and replace with an async initatior `initRustBN`, PR [#12](https://github.com/ethereumjs/rustbn-wasm/pull/12)
- Update library readme and usage instructions, PR [#13](https://github.com/ethereumjs/rustbn-wasm/pull/13)

## 0.3.0 - 2024-02-14

- Improved (older version) ESM support (❤️ to @roninjin10 for the contribution), PR [#7](https://github.com/ethereumjs/rustbn-wasm/pull/7)
Expand Down
17 changes: 0 additions & 17 deletions dist/cjs/rustbn.d.ts

This file was deleted.

162 changes: 0 additions & 162 deletions dist/cjs/rustbn.js

This file was deleted.

Binary file removed dist/cjs/rustbn_bg.wasm
Binary file not shown.
16 changes: 0 additions & 16 deletions dist/esm/rustbn.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/esm/rustbn.d.ts.map

This file was deleted.

142 changes: 0 additions & 142 deletions dist/esm/rustbn.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/esm/rustbn.js.map

This file was deleted.

5 changes: 0 additions & 5 deletions dist/esm/wasm.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/esm/wasm.d.ts.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/esm/wasm.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/esm/wasm.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustbn-wasm",
"version": "0.3.0",
"version": "0.4.0",
"description": "Javascript bindings for https://github.com/paritytech/bn (using WASM)",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 44e22d0

Please sign in to comment.