Releases: litejs/crypto-lite
Releases · litejs/crypto-lite
Release v25.11.1
New Features:
- Add TypeScript definitions (Lauri Rooden)
Enhancements:
- Fix Readme typos (Lauri Rooden)
- doc: Remove algo from hotp examples (Lauri Rooden)
Release v25.11.0
API Changes:
- ! Change api to export functions directly (Lauri Rooden)
Enhancements:
- ci: Upgrade workflow (Lauri Rooden)
- Fix lint errors (Lauri Rooden)
- Test ESM module load (Lauri Rooden)
- ci: Add test matrix (Lauri Rooden)
- hotp: Add 8 digit tests (Lauri Rooden)
- Rearrange code (Lauri Rooden)
- Keep ref to String.fromCharCode (Lauri Rooden)
- Keep ref to Object.assign (Lauri Rooden)
- ci: Use npx to execute jshint and c8 (Lauri Rooden)
- Update Readme (Lauri Rooden)
- Use devDependencies instead of global packages (Lauri Rooden)
- Use c8 for coverage test (Lauri Rooden)
- hotp: Accept opts.esc = "base32" (Lauri Rooden)
- Move sha and hmac tests to own files (Lauri Rooden)
- Use string digest in internal hmac (Lauri Rooden)
- Cleanup (Lauri Rooden)