- Added new utils methods to the utils service.
- Exposed and modifed some implmentation source service class.
- Minor modifications for better maintainence of code.
- Commented out more APIs of the package.
- Changes the dart_bip32_bip44 with bip32_bip44 so it works with dart packages and projects and not Flutter ones sonce it breaks pana scoring system.
- Added nprofile & tlv services
- Minor changes in the docs.
- Added more docs to memebers that miss it.
- Exposed new APIs with new documentation for more developer experience use of this package.
- Addition of utils service.
- Addition of more nostr NIPs in the package.
- Added more examples.
- Exported the
NostrEventsStream
model class
- Added implementation of bech32 encoder in general.
- Added implementation of npub & nsec encoder.
- Added example for generating npub & nsec keys.
- Added more documentation and documenttaion-example for some memebers that miss it in the keys service.
- Added the reconnecting option when a relay sent's a notice message.
- refactored the optional memebers to requests in the internal library packages.
- ( experiental ) Implementation of a work around over the relays subscrition limits.
- Added a main example.
- Add more helper methods.
- Minor fixes.
- Added example of litening to events.
- Fixing the subscription id that turns null when not se
- Fixed signing and verifying hexadiciaml encoding issue.
- added more example in example/ folder.
- Added more helper methods with docs and examples.
- Added more docs with examples to more methods.
- Highlighted support for more nips in the docs.
- Added support for more nips.
- Exposed them in the docs.
- Added implementation of nip 11 and its docs
- Added docs for nip-05 verification.
- Implementation of nip 05 for internet identity verification.
- Adding more docs and examples.
- Added more functionalities and parameters to the
relays
service.
- organized the main package to services (keys, relays).
- exposed more helper methods.
- added and edited docs
- Initial under-development version.