-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,44 @@ | ||
Change Log | ||
========== | ||
# Change Log | ||
|
||
Next release | ||
---------------------------- | ||
* Add support for Zap receipts as part of NIP-57 | ||
* Add support for serializing and deserializing events | ||
|
||
Version 0.0.5 *(2023-05-21)* | ||
---------------------------- | ||
## [Unreleased] | ||
|
||
* Add support for Zap requests as part of NIP-57 | ||
* Add support for event deletion request events. | ||
* Release nostr-sdk-test package, which provides kotest-property Arb(itrary) builders for testing applications using nostr-sdk. | ||
|
||
Version 0.0.4 *(2023-05-18)* | ||
---------------------------- | ||
## [0.0.6] - 2023-07-26 | ||
|
||
* Add ability to filter notes by hashtag | ||
* Add event signature validation | ||
* Tag type, replacing raw string usage | ||
### Added | ||
* Support for Zap receipts as part of NIP-57 (Jose Mateo) | ||
* Support for serializing and deserializing events (Jose Mateo) | ||
|
||
Version 0.0.3 *(2023-04-12)* | ||
---------------------------- | ||
|
||
* NIP-25 Reactions | ||
* Fix: Better maven artifact name | ||
## [0.0.5] - 2023-05-21 | ||
|
||
### Added | ||
* Support for Zap requests as part of NIP-57 (Hugo MΓΌller-Downing) | ||
* Support for event deletion request events (Jem Mawson) | ||
* Release nostr-sdk-test package, which provides kotest-property Arb(itrary) builders for testing applications using nostr-sdk (Jem Mawson) | ||
|
||
|
||
## [0.0.4] - 2023-05-18 | ||
|
||
### Added | ||
* Ability to filter notes by hashtag (Jose Mateo) | ||
* Event signature validation (Jem Mawson) | ||
* Tag type, replacing raw string usage (Jem Mawson) | ||
|
||
|
||
## [0.0.3] - 2023-04-12 | ||
|
||
### Added | ||
* NIP-25 Reactions (Jem Mawson) | ||
|
||
### Fixed | ||
* Better maven artifact name (Jem Mawson) | ||
|
||
|
||
## [0.0.2] - 2023-03-25 | ||
|
||
### Added | ||
* Initial release with support for NIPs 1, 4, 15, 19 & 20 + a rudimentary client. (Jem Mawson) | ||
|
||
Version 0.0.2 *(2023-03-25)* | ||
---------------------------- | ||
|
||
* Initial release with support for NIPs 1, 4, 15, 19 & 20 + a rudimentary client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters