⭐ 0.4.1
-
🤕 Fixes
-
fix
files
key value for projects build fornodejs
target - ashleygwilliams, issue/199 pull/205We became aware that the
files
key inpackage.json
did not include the additional_bg.js
file thatwasm-bindgen
generates for projects being built for thenodejs
target. This resulted in the file not being included in the published package and resulted in aModule Not Found
error for folks.This was a group effort from mciantyre with pull/200 and Brooooooklyn with pull/197. Thank you so much for your diligence and patience while we sorted through it.
-
-
🛠️ Maintenance
-
clean up
quicli
remnants - SoryRawyer, pull/193In v0.3.0 we removed the
quicli
dependency, however there were a few remnants left behind. They are now removed!
-
-
📖 Documentation
-
DOCUMENT EVERYTHING!! and deny missing docs for all future development - fitzgen, pull/208
The
wasm-pack
team has worked hard on tutorial documentation and keeping the codebase as self-explanatory as possible, but we have been slowly accruing a documentation debt. This amazing PR, landed just moments before this point release and was just too good not to include. Thank you so much, fitzgen! -
fix README code example - steveklabnik, pull/195
The code example in our
README.md
was missing a criticalpub
. It's there now! -
fix README markup - Hywan, pull/202
There was an errant
`
- it's gone now!
-