Releases: litert/otp.js
Releases · litert/otp.js
v2.0.0
CHANGES
- build(project): refactored with supports for full OTP features.
- feat(hotp): added support for other digest algorithms.
- feat(totp): added support for other digest algorithms.
- feat(url): added support for generating OTP URLs.
- feat(cli): added CLI tool for OTP operations.
- build(test): added unit tests for all features.
- build(docs): added full documentation for the library and CLI tool.
Release v1.0.0
Changes
- build(project): refactored with simplified APIs.
Release v0.1.2
Changes
- Fixed the
issuer
field.
Release v0.1.1
The first release of full features.