Releases: FiloSottile/typage
Releases · FiloSottile/typage
v0.2.0
Replaced Wasm-based libsodium.js with the pure-js noble cryptography libraries. The initialization function has been removed.
Use the Web Crypto API when available. All main operations are now async.
Releases now include a bundled .js
artifact. npm packages are logged in Sigstore.
v0.2.0-rc.2
Fix "gh release upload" invocation in build.yml
v0.2.0-rc.1
Fix artifact path in build.yml
v0.2.0-rc.0
Avoid leaking credentials to all CI jobs See actions/checkout#485.