Skip to content

Latest commit

 

History

History
41 lines (15 loc) · 2 KB

CHANGELOG.md

File metadata and controls

41 lines (15 loc) · 2 KB

0.6.0 (2024-06-04)

Features

0.5.0 (2023-11-17)

To streamline usage, we have implemented a significant update: the basic concept UnportChannel has been renamed to Channel, see 3e2bcc7.

0.4.0 (2023-11-17)

To support one-to-many scenarios and avoid creating multiple Unport instances, we have introduced the Channel.pipe method. This allows users to manually send messages through the intermediary pipeline, enhancing efficiency and flexibility, see b8ef448.

0.3.1 (2023-11-17)

This is a patch release where we have removed some unnecessary logs

0.3.0 (2023-11-17)

Added support for watching messages multiple times and provided users with the ability to destroy a port (#1) (a179e61)

0.2.0 (2023-11-17)

Renamed the exported UnPort to Unport for consistency and ease of use, see b1b8b56.

0.1.0 (2023-11-16)

This is the inaugural release of Unport. It encapsulates the core concept of Unport: TypedPort = f(types, channel). We have successfully implemented the fundamental functionalities.