Files
electrum-client/CHANGELOG.md
Pavel Ševčík 7ac0f53359 Bump version
2023-05-24 14:35:48 +02:00

27 lines
578 B
Markdown

# Changelog
## 1.4.0 (2023-05-24)
- Updated keepAlive to use interval instead of timeout
- Fixed setTimeout on TlsSocketWrapper
- Updated dependencies
## 1.3.0 (2022-12-08)
- Updated TLS wrapper
- Updated dependencies
- Switched from mocha to vitest
## 1.2.4 (2022-03-11)
- Fixed type of protocol version in config
## 1.2.3 (2022-03-02)
- Removed faulty parameter from `blockchain.headers.subscribe` call
## 1.2.2 (2022-03-02)
- Fixed ES module definition
## 1.2.0 (2022-03-01)
- Complete rewrite to Typescript
- Added mocha tests
- Added ESlint
- Minor changes and fixes