Skip to content

Releases: nostr-sdk/nostr-sdk-ios

0.1.1

25 Jun 21:29
6e2276d
Compare
Choose a tag to compare

What's Changed

  • Update readme and contributing guides by @tyiu in #141
  • Add acknowledgement to OpenSats for the Nostr Grant in July 2023 by @tyiu in #143
  • Reorganize Nostr event code to be grouped by event kind by @tyiu in #144
  • Add a test for decoding a deletion event by @tyiu in #147
  • Add missing NostrEvent subclass mappings from the EventKind enum by @tyiu in #148
  • Remove unused files by @dcadenas in #150
  • Make NostrEvent conform to the Hashable protocol and change its Equatable implementation to compare against all its properties by @tyiu in #149
  • Fix build by increasing minimum Swift version to 5.8 by @tyiu in #152
  • Update list of NIPs in README by @tyiu in #153
  • Change properties to public from internal, so that this public struct… by @PavleKreator in #155
  • Fix demo app to not crash when removing relays by @tyiu in #157
  • Relay request and response additions by @tyiu in #151
  • Add support for arbitrary single-letter tags in Filter by @tyiu in #154
  • Add support for NIP-59 gift wraps by @tyiu in #156
  • Change NIP-04 direct message and encryption naming to avoid ambiguity with NIP-17 by @tyiu in #158
  • Fix compilation errors in demo app by @tyiu in #159
  • Rename SetMetadataEvent to MetadataEvent to conform to current NIPs repository by @tyiu in #160

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

06 Apr 16:48
afbfc4b
Compare
Choose a tag to compare

This is the initial public release of Nostr SDK!

Contributors:
@bryanmontz @tyiu @joelklabo