mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 14:23:12 +00:00
3.1 KiB
3.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The file is maintained by Release Please based on Conventional Commits specification, and this project adheres to Semantic Versioning.
Unreleased
Changed
createEncodernow take an object of typeEncoderOptionsinstead ofcontentTopicandephemeral- For Ecies,
createEncodernow take an object of typeEncoderOptionsinstead ofcontentTopic,ephemeral,publicKeyandsigPrivKey - For Symmetric,
createEncodernow take an object of typeEncoderOptionsinstead ofcontentTopic,ephemeral,symKeyandsigPrivKey
0.0.9 - 2023-01-25
Fixed
- Moved
@chaiand@fast-checktodevDependencieslist.
0.0.8 - 2023-01-18
Changed
- Export
EncoderandDecodertypes. - Moved
@chaiand@fast-checktodependencieslist. - Added missing
@js-sha3and@debugtodependencieslist.
0.0.7 - 2022-12-19
Fixed
- Incorrect
protoimport.
0.0.6 - 2022-12-16
Fixed
- Type resolution when using
moduleResolution: node.
0.0.5 - 2022-12-15
Added
- Add
@multiformats/multiaddras peer dependency. - New
createEncoderandcreateDecoderfunctions so that the consumer does not deal with Encoder/Decoder classes.
Changed
Asymmetricrenamed toECIESto follow RFC terminology.- Split
ECIESandsymmetricpackages, all items are now export from two different paths:@waku/message-encryption/eciesand@waku/message-encryption/symmetric. - remove
asymandsymprefix from exported items as they are now differentiated from their export path:createEncoder,createDecoder,DecodedMessage. - Remove usage for
PartialwithMessageasMessage's field are all optional.
0.0.4 - 2022-11-18
Added
- Alpha version of
@waku/message-encryption.