base58-universal
Version:
Encode/decode using "The Base58 Encoding Scheme".
18 lines (13 loc) • 422 B
Markdown
# base58-universal ChangeLog
## 2.0.0 - 2022-05-13
### Changed
- **BREAKING**: Convert to module (ESM).
- **BREAKING**: Require Node.js >=14. Due to modern test tools dropping older
Node.js version support. The code itself may still work with older Node.js
versions.
- Move testing from Travis CI to GitHub Actions.
- Update dependencies.
- Lint module.
## 1.0.0 - 2020-01-24
- Initial version.
- See git history.