Skip to content

Releases: penpenpng/rx-nostr

v1.3.0

15 Jul 04:55
Compare
Choose a tag to compare

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 evaluate LazyFilter @penpenpng in #51

Full Changelog: v1.2.0...v1.3.0

v1.2.0

14 Jul 14:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Jul 17:23
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Sorry! But just a little bit:

  • switchRelays(), addRelays() and removeRelay() now returns a promise.
    • If emit() or send() is performed immediately after these methods, you need to await them.
  • The 2nd positional argument of send() is now an option object.
    • Please rewrite send(event, seckey) as send(event, { seckey }).

Full Changelog: c9ece6c...abb62fc

v1.0.0

08 Jul 10:14
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.9.0...v1.0.0

v1.0.0-rc.3

07 Jul 19:45
Compare
Choose a tag to compare

v1.0.0-rc.2

02 Jul 04:55
Compare
Choose a tag to compare

v1.0.0-rc.1

20 Jun 20:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1

v1.0.0-rc.0

13 Jun 16:20
Compare
Choose a tag to compare

v0.9.0

11 Jun 19:51
Compare
Choose a tag to compare

Full Changelog: v0.8.3...v0.9.0

v0.8.3

05 Jun 17:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3