Releases: BlowaterNostr/nostr.ts
Releases · BlowaterNostr/nostr.ts
Faster Decryption
What's Changed
- Decryption Performance Boost of 20X ! by @BlowaterNostr in #66
- publish to npm by @BlowaterNostr in #65
Full Changelog: 3.0.0...3.0.2
Refined APIs
What's Changed
- NIP19: note by @BlowaterNostr in #6
- #9 Relay Group by @BlowaterNostr in #10
- handle decrypt error by @foodstr in #11
- Decryption Performance by @BlowaterNostr in #12
- cache shared key in ctx by @BlowaterNostr in #13
- Concurrent Testing by @BlowaterNostr in #15
- Reorg tests by @BlowaterNostr in #17
- NIP 06 by @BlowaterNostr in #21
- add naddr support by @shaibearary in #22
- ConnectionPool.getRelay by @BlowaterNostr in #27
- catch NostrProfile.decode error by @shaibearary in #31
- remove kind 1078 by @BlowaterNostr in #34
- nevent support (#32) by @BlowaterNostr in #33
- remove updateSub by @BlowaterNostr in #35
- Group chat by @foodstr in #36
- kind 1000: Group Message by @BlowaterNostr in #37
- Report by @BlowaterNostr in #39
- improve prepareEncryptedNostrEvent type signature by @BlowaterNostr in #40
- Do not use property function for
encrypt
by @BlowaterNostr in #41 - don't throw errors when receiving from relays for a locally closed subscription by @BlowaterNostr in #42
- Auto Reconnection by @BlowaterNostr in #43
- Auto reconnection by @BlowaterNostr in #44
- create nostr CLI by @BlowaterNostr in #45
- remove untilOpen from SingleRelayConnection by @BlowaterNostr in #46
- Split ConnectionPool and SingleRelayConnection to their own files by @BlowaterNostr in #47
- fix import by @BlowaterNostr in #48
- Refactor websocket interface by @BlowaterNostr in #49
- remove false unreachable by @BlowaterNostr in #50
- reorg by @BlowaterNostr in #51
- Auto reconnect: beta by @BlowaterNostr in #52
- Auto connect relay pool by @BlowaterNostr in #53
- refine ConnectionPool interface by @BlowaterNostr in #56
- simplify relay pool by @BlowaterNostr in #57
- add tests to SingleRelayConnection by @BlowaterNostr in #58
- add a test to SingleRelayConnection by @BlowaterNostr in #59
- add InMemoryAccountContext.FromString by @BlowaterNostr in #60
- refine error handling by @BlowaterNostr in #61
- better closing semantics by @BlowaterNostr in #62
- Better network handling by @BlowaterNostr in #63
New Contributors
- @foodstr made their first contribution in #11
Full Changelog: 2.0.0...3.0.0
2.0.0
What's Changed
- return errors in nip04 calls by @BlowaterNostr in #4
- Update Subscription and reuse the same consumption channel by @BlowaterNostr in #5
Full Changelog: 1.2.0...2.0.0
1.2.0
Full Changelog: 1.1.1...1.2.0
1.1.1
fix verifyEvent
1.0.2
1.0.1
catch error whiling sending data over web socket
First Public Release
1.0.0 use named fields for newSub's API