Skip to content

Releases: FiloSottile/typage

v0.2.3 with passkey support

26 Apr 12:12
Compare
Choose a tag to compare

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

26 Apr 12:04
Compare
Choose a tag to compare

Upload to npm failed, retained to persist the attested artifacts.

v0.2.1

22 Feb 20:04
Compare
Choose a tag to compare

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

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.