- Initial version.
- Fix createdAt initialization
- Add asserts
- Code comments
- fix Event.fromJson
- add subscriptionId
- deserialization of NOSTR formatted events with or without subscription_id
- add unit tests for Event to improve coverage
- Create Keychain container for private/public keys to encapsulate bip340 and add handy methods.
- Documentation
- add Filters (+ unit tests)
- add Request (+ unit tests)
- Documentation
- add Close (+ unit tests)
- add Message wrapper deserializer (+ unit tests)
- Documentation
- fix: Inconsitency in events is breaking tags
- refactor: Event with optional verification
- remove tests with encoding problem
- improve coverage
- add comments about verify and fix typo
- nip 002 implementation, unit tests, examples and documentation
- Event.partial to init an empty event that you validate later, documentation
- fix: pending bip340 issue
- test: Update test to check public key
- refactor: Event partial and from to factories