mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-17 06:47:29 +00:00
doc: fix changelog
This commit is contained in:
parent
c0e2bb04d4
commit
9ff602da7e
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Waku message encoding and decoding is more generic, to enable upcoming feature such as [RLN](https://rfc.vac.dev/spec/17/) & [Noise](https://rfc.vac.dev/spec/43/);
|
||||
it also enables separating the `version_1` module out to reduce bundle size and improve cross-platform compatibility when not used.
|
||||
- Due to the change above, all APIs that handle messages have changed to receive a `Decoder` or `Encoder`.
|
||||
|
||||
## [0.28.1] - 2022-09-20
|
||||
|
||||
### Added
|
||||
@ -17,9 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- `queryCallbackOnPromise`'s return value has been simplified to `Promise<void>`.
|
||||
- doc: clarified behaviour of `WakuStore` query functions.
|
||||
- Waku message encoding and decoding is more generic, to enable upcoming feature such as [RLN](https://rfc.vac.dev/spec/17/) & [Noise](https://rfc.vac.dev/spec/43/);
|
||||
it also enables separating the `version_1` module out to reduce bundle size and improve cross-platform compatibility when not used.
|
||||
- Due to the change above, all APIs that handle messages have changed to receive a `Decoder` or `Encoder`.
|
||||
|
||||
### Deleted
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user