Skip to content

Commit

Permalink
prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Dec 25, 2024
1 parent 693fdc8 commit 6895b17
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
27 changes: 11 additions & 16 deletions packages/ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
## 0.2.0-dev005
- remove deprecated

## 0.2.0-dev004
- allow to broadcast already signed events

## 0.2.0-dev003
- add missing export

## 0.2.0-dev002
- unification of RelayManager in JIT
- NWC - Nostr Wallet Connect support usecase

## 0.2.0-dev001

- Bump "ndk" to `0.2.0-dev001`.
## 0.2.0
- NIP-47 Nostr Wallet Connect
- NIP-57 Zaps support
- NIP-42 Authentication of clients to relays
- NIP-44 Encrypted Payloads (Versioned)
- Unification of RelayManager in JIT
- Web_socket_client nostr transport implementation with backoff reconnects
- Melos support, separated monorepos
- Objectbox cache initial support of basic models
- Isar cache support
- many bugfixes and improvements in relay timeout handling

## 0.1.3

Expand Down
1 change: 1 addition & 0 deletions packages/ndk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ await for (final event in response.stream) {
- [x] Wallet Connect API ([NIP-47](https://github.com/nostr-protocol/nips/blob/master/47.md))
- [X] Zaps ([NIP-57](https://github.com/nostr-protocol/nips/blob/master/57.md))
- [x] Authentication of clients to relays ([NIP-42](https://github.com/nostr-protocol/nips/blob/master/42.md))
- [x] Encrypted Payloads (Versioned) ([NIP-44](https://github.com/nostr-protocol/nips/blob/master/44.md))
- [ ] Bech Encoding support ([NIP-19](https://github.com/nostr-protocol/nips/blob/master/19.md))
- [ ] Badges ([NIP-58](https://github.com/nostr-protocol/nips/blob/master/58.md))

Expand Down
2 changes: 1 addition & 1 deletion packages/ndk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ndk
description: Nostr Development Kit - the most performant lib for all your nostr usecases
version: 0.2.0-dev005
version: 0.2.0
homepage: https://github.com/relaystr/ndk

environment:
Expand Down

0 comments on commit 6895b17

Please sign in to comment.