mirror of https://github.com/waku-org/js-waku.git
1.9 KiB
1.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.0.5 - 2022-12-16
Fixed
- Type resolution when using
moduleResolution: node
.
0.0.5 - 2022-12-15
Added
- Add
@multiformats/multiaddr
as peer dependency. - New
createEncoder
andcreateDecoder
functions so that the consumer does not deal with Encoder/Decoder classes.
Changed
Asymmetric
renamed toECIES
to follow RFC terminology.- Split
ECIES
andsymmetric
packages, all items are now export from two different paths:@waku/message-encryption/ecies
and@waku/message-encryption/symmetric
. - remove
asym
andsym
prefix from exported items as they are now differentiated from their export path:createEncoder
,createDecoder
,DecodedMessage
. - Remove usage for
Partial
withMessage
asMessage
's field are all optional.
0.0.4 - 2022-11-18
Added
- Alpha version of
@waku/message-encryption
.