js-waku/packages/interfaces/CHANGELOG.md
fryorcraken.eth a5ff788eed
feat: codec as a property of the protocol implementations
For easy access from `@waku/core` without the need to depend on package
implementing the protocol.
2023-01-27 09:08:02 +11:00

1.4 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

Added

  • multicodec property on protocol interfaces.

0.0.7 - 2023-01-18

Added

  • IPeerExchange interface.
  • IEnr interface.

0.0.6 - 2022-12-15

Changed

  • Add I prefix to protocol and messages interfaces.
  • Renamed node interfaces to include Node.
  • Renamed WakuPrivacy to RelayNode.

0.0.5 - 2022-11-18

Added

  • Alpha version of @waku/interfaces.