Skip to content

Commit

Permalink
v increase
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Jan 22, 2025
1 parent 42f9ef3 commit af44a07
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 21 deletions.
2 changes: 1 addition & 1 deletion doc/retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ output: .retype
url: dart-nostr.com
branding:
title: NDK
label: v0.2.5
label: v0.2.6
links:
- text: pub.dev
link: https://pub.dev/packages/ndk
Expand Down
2 changes: 1 addition & 1 deletion packages/amber/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ packages:
path: "../ndk"
relative: true
source: path
version: "0.2.4"
version: "0.2.6"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/isar/lib/ndk_isar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ library;
*
*/

export 'data_layer/repositories/cache_manager/isar_cache_manager.dart';
export 'data_layer/repositories/cache_manager/isar_cache_manager.dart';
2 changes: 1 addition & 1 deletion packages/isar/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ packages:
path: "../ndk"
relative: true
source: path
version: "0.2.4"
version: "0.2.6"
node_preamble:
dependency: transitive
description:
Expand Down
37 changes: 23 additions & 14 deletions packages/ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,33 @@
## 0.2.6

- full blossom support
- new docs

## 0.2.5
- fix async of send auth challenge after signing

- fix async of send auth challenge after signing

## 0.2.4
- fix wrongly timeouts being triggered
- fix using same relays from zap request for zap receipts

- fix wrongly timeouts being triggered
- fix using same relays from zap request for zap receipts

## 0.2.2
- fix passing ZapRequest to lnurl nostr param

- fix passing ZapRequest to lnurl nostr param

## 0.2.1
- 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

- 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
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.5
version: 0.2.6
homepage: https://github.com/relaystr/ndk

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/objectbox/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ packages:
path: "../ndk"
relative: true
source: path
version: "0.2.4"
version: "0.2.6"
node_preamble:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/rust_verifier/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ packages:
path: "../ndk"
relative: true
source: path
version: "0.2.5"
version: "0.2.6"
package_config:
dependency: transitive
description:
Expand Down

0 comments on commit af44a07

Please sign in to comment.