Releases: FiloSottile/typage
v0.2.3 with passkey support
Added passkey and security key support, including a CLI plugin.
Stricter checking of some armored format malleability edge cases.
Releases now include a non-minified version, and are attested with Sigstore.
Added back main
to package.json for compatiblity.
This is a re-spin of v0.2.2 because the package.json version was not updated.
v0.2.2
Upload to npm failed, retained to persist the attested artifacts.
v0.2.1
Added Identity and Recipient interfaces for custom key wrapping mechanisms.
Added ASCII armoring support.
Updated build target to ES2022 (Node 18 and all browsers).
Ensured the whole module can be tree-shaken by bundlers.
Improved documentation, testing, linting, and style.
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.