Releases: ethicnology/dart-nostr
Releases · ethicnology/dart-nostr
dart-nostr v1.5.0
What's Changed
Full Changelog: v1.4.3...v1.5.0
dart-nostr v1.4.3
What's Changed
- added MessageType enum and concreteType to Message by @uchijo in #39
- v1.4.3 by @ethicnology in #40
New Contributors
Full Changelog: v1.4.2...v1.4.3
dart-nostr v1.4.2
What's Changed
- feat: NIP-50 search capability by @jsun1 in #36
New Contributors
- @jsun1 made their first contribution in #36
Full Changelog: v1.4.1...v1.4.2
dart-nostr v1.4.1
Full Changelog: v1.4.0...v1.4.1
dart-nostr v1.4.0
What's Changed
- 1.4.0 by @ethicnology in #30
- NIP 04 Encrypted Direct Message
- NIP 05 Mapping Nostr keys to DNS-based internet identifiers
- NIP 10 Conventions for clients' use of e and p tags in text events
- NIP 15 End of Stored Events Notice
- NIP 19 bech32-encoded entities
- NIP 20 Command Results
- NIP 28 Public Chat
- NIP 51 Lists
Full Changelog: v1.3.4...v1.4.0
Special thanks to @no-prob for his contribution to NIP 4
Special thanks to @water783 for his contributions to NIP 5, 10, 15, 19, 20, 28, 51
dart-nostr v1.3.4
What's Changed
- v1.3.3 to v1.3.4 by @ethicnology in #21
Full Changelog: v1.3.3...v1.3.4
thanks to @ryzizub 🥇 for:
- fix: pending bip340 issue
- test: Update test to check public key
- refactor: Event partial and from to factories
dart-nostr v1.3.3
What's Changed
- v1.3.3 by @ethicnology in #18
Thanks @sebdeveloper6952 for the typo
Full Changelog: v1.3.2...v1.3.3
dart-nostr v1.3.2
What's Changed
- Develop by @ethicnology in #14
@ryzizub mentioned event checks/assertions can be computationally intensive with tons of events.
This merge provides a boolean parameter, verify, which allow the lib user to bypass these checks
this merge also replaces some event in unit tests inputs since the one used contained emoji encoding problems (problem found by @ryzizub)
Full Changelog: v1.3.1...v1.3.2
dart-nostr v1.3.1
What's Changed
- fix: event tags parsing by @ryzizub in #9
- Develop by @ethicnology in #12
New Contributors
Full Changelog: v1.3.0...v1.3.1