Releases: penpenpng/rx-nostr
Releases · penpenpng/rx-nostr
[email protected]
https://www.npmjs.com/package/rx-nostr/v/3.5.0
🚨BREAKING CHANGE
disconnectTimeout
option is added and now the default value is 10 sec. This change is not problematic within the scope of normal use, but can be destructive in certain situations, such as test code. You can set disconnectTimeout: 0
explicitly to have the same behavior as before.
🚀 New Features
- feat!: add
disconnectTimeout
option to rx-nostr config @hzrd149 (#165) feat: replay option for RxReq @penpenpng (#166)- Reverted: #167
[email protected]
[email protected]
[email protected]
https://www.npmjs.com/package/rx-nostr/v/3.4.1
🐛 Bug Fixes
- fix: catch invalid URL error for Deno runtime (resolve #157) @penpenpng (#160)
- fix: Set default value to first() (resolve #158) @penpenpng (#159)
📖 Docs
- docs: fix docs @jiftechnify (#155)
[email protected]
https://www.npmjs.com/package/rx-nostr-crypto/v/3.1.2
🧰 Maintenance
- chore: bump nostr-typedef @penpenpng (#146)
[email protected]
https://www.npmjs.com/package/rx-nostr/v/3.4.0
🚀 New Features
- feat: more flexible method scope temporary relays @penpenpng (#151)
[email protected]
https://www.npmjs.com/package/rx-nostr/v/3.3.4
🐛 Bug Fixes
- fix: handle cases that unexpected relay URL is given to
normalizeRelayUrl()
@penpenpng (#150) - fix: handle cases that unexpected relay URL is given to
fetchRelayInfo()
@penpenpng (#149)
🧰 Maintenance
- chore: bump nostr-typedef @penpenpng (#146)
[email protected]
https://www.npmjs.com/package/rx-nostr/v/3.3.3
🐛 Bug Fixes
- fix: prevent multiple NIP-11 fetch @penpenpng (#148)
[email protected]
https://www.npmjs.com/package/rx-nostr/v/3.3.2
🐛 Bug Fixes
- fix: check socket readyState before closing it @penpenpng (#145)
[email protected]
https://www.npmjs.com/package/rx-nostr-crypto/v/3.1.1
🐛 Bug Fixes
- fix: export src and package.json (resolve #140) @penpenpng (#144)
- fix: sourcemap issue (resolve #54) @penpenpng (#143)
- fix: timeout option for verification worker @penpenpng (#141)