Skip to content

Releases: FiloSottile/typage

v0.2.0

06 Jan 16:35
Compare
Choose a tag to compare

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

06 Jan 15:57
Compare
Choose a tag to compare
v0.2.0-rc.2 Pre-release
Pre-release
Fix "gh release upload" invocation in build.yml

v0.2.0-rc.1

06 Jan 15:21
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release
Fix artifact path in build.yml

v0.2.0-rc.0

06 Jan 15:12
Compare
Choose a tag to compare
v0.2.0-rc.0 Pre-release
Pre-release
Avoid leaking credentials to all CI jobs

See actions/checkout#485.