2021-05-11 01:18:23 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2021-05-13 01:47:03 +00:00
|
|
|
### Changed
|
|
|
|
- Enable passing `string`s to `addPeerToAddressBook`.
|
|
|
|
- Use `addPeerToAddressBook` in examples.
|
|
|
|
|
2021-05-13 02:01:07 +00:00
|
|
|
## [0.1.0] - 2021-05-12
|
2021-05-11 06:44:23 +00:00
|
|
|
|
2021-05-11 01:18:23 +00:00
|
|
|
### Added
|
2021-05-13 00:39:20 +00:00
|
|
|
- Add usage section to the README.
|
2021-05-11 01:18:23 +00:00
|
|
|
- Support of [Waku v2 Relay](https://rfc.vac.dev/spec/11/).
|
|
|
|
- Support of [Waku v2 Store](https://rfc.vac.dev/spec/13/).
|
|
|
|
- [Node Chat App example](./examples/cli-chat).
|
|
|
|
- [ReactJS Chat App example](./examples/web-chat).
|
|
|
|
- [Typedoc Documentation](https://status-im.github.io/js-waku/docs).
|
|
|
|
|
2021-05-13 00:39:20 +00:00
|
|
|
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD
|
|
|
|
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/f46ce77f57c08866873b5c80acd052e0ddba8bc9..v0.1.0
|