Releases: penpenpng/rx-nostr
Releases · penpenpng/rx-nostr
v1.3.0
What's Changed
- feat: match filter options follow the latest NIP-01 by @penpenpng in #50
- feat: filterBy() provides
not
option by @penpenpng in #51 - feat: export
evalFilters()
helper to evaluateLazyFilter
@penpenpng in #51
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0
What's Changed
- feat: filter by message type operator by @penpenpng in #39
- feat: use() on scoped relays by @penpenpng in #44
- feat!: send() on scoped relays by @penpenpng in #45
- feat: also accept a filter instead of filter list by @penpenpng in #46
Breaking Changes
Sorry! But just a little bit:
switchRelays()
,addRelays()
andremoveRelay()
now returns a promise.- If
emit()
orsend()
is performed immediately after these methods, you need toawait
them.
- If
- The 2nd positional argument of
send()
is now an option object.- Please rewrite
send(event, seckey)
assend(event, { seckey })
.
- Please rewrite
Full Changelog: c9ece6c...abb62fc
v1.0.0
The first major release! 🎉
All features documented here are now available.
In future releases, all differences will be created by PRs and explained by auto-generated release note, like this:
What's Changed
- Documentation by @penpenpng in #30
- fix: correct expected subscription id by @ocknamo in #31
New Contributors
- @penpenpng made their first contribution in #30
- @ocknamo made their first contribution in #31
Full Changelog: v0.9.0...v1.0.0
v1.0.0-rc.3
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
v1.0.0-rc.1
What's Changed
- Documentation by @penpenpng in #30
- fix: correct expected subscription id by @ocknamo in #31
New Contributors
- @penpenpng made their first contribution in #30
- @ocknamo made their first contribution in #31
Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1
v1.0.0-rc.0
Full Changelog: v0.9.0...v1.0.0-rc.0
v0.9.0
Full Changelog: v0.8.3...v0.9.0