Skip to content

Releases: hzrd149/applesauce

applesauce-actions@5.1.1

05 Feb 20:19
11be391

Choose a tag to compare

Patch Changes

  • 839072b: Fix typo in GiftWrapMessageToParticipants failing to find the receiver's inbox relays

applesauce-signers@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Minor Changes

  • 0cdd0ed: Add support for switch_relays and ping methods on nostr connect remote signer

Patch Changes

  • Updated dependencies
    • applesauce-core@5.1.0

applesauce-relay@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Minor Changes

  • bb832f6: Add Relay.authentcation$ observable for exposing the sent authentication event
  • bb832f6: Add Relay.status$ observable for easily subscribing to all status observables
  • bb832f6: Add Relay.authenticatedAs$ observable for accessing pubkey of authentication event
  • f58a5c0: Add enablePing to Relay to monitor for unresponsive connections
  • bb832f6: Add Relay.reqs$ observable for tracking active REQs
  • bb832f6: Add RelayGroup and RelayPool status$ observables for relay statuses

Patch Changes

  • Updated dependencies
    • applesauce-core@5.1.0

applesauce-react@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Minor Changes

  • d10d67b: Add support for padding arguments to useAction().run()

applesauce-loaders@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Minor Changes

  • 7f53801: Add loadAsyncMap method for parallel async loading

Patch Changes

  • Updated dependencies
    • applesauce-core@5.1.0

applesauce-core@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Minor Changes

  • 7f53801: Update mapEventsToStore to support strings (so onlyEvents does not always need to be used)
  • 7f53801: Update mapEventsToTimeline to ignore strings (so onlyEvents does not always need to be used)

applesauce-common@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Minor Changes

  • 3065c27: Add CodeSnippet cast for NIP-C0 code snippets
  • d649153: Add support for NIP-75 zap goals

Patch Changes

  • 86a49ce: Fix User chainable observables not synchronously emitting values
  • Updated dependencies
    • applesauce-core@5.1.0

applesauce-accounts@5.1.0

30 Jan 18:36
4813524

Choose a tag to compare

Patch Changes

  • 12c906a: Fix required typescript generic types on accounts
  • Updated dependencies
    • applesauce-core@5.1.0
    • applesauce-signers@5.1.0

applesauce-core@5.0.3

16 Jan 15:46
07543e5

Choose a tag to compare

Patch Changes

  • ec01ebb: Fix normalizeToProfilePointer method throwing error on bad bech32 string
  • ec01ebb: Fix normalizeToSecretKey throwing on bad bech32 string

applesauce-loaders@5.0.2

14 Jan 02:06
ada1c39

Choose a tag to compare

Patch Changes

  • 4f908b6: Fix incorrect types on unified event loader