Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 784 Bytes

Change Log

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.

[0.1.0] - 2023-10-06

Added

  • Added Structured Concurrency primitives

Changed

  • Made MemoizR async

Fixed

[0.0.4] - 2023-09-18

Added

  • Added Reactive MemoizR

Changed

Fixed

[0.0.3] - 2023-09-15

Added

  • Context override

Changed

Fixed

[0.0.2] - 2023-08-30

Added

  • possibility to override default equality

Changed

Fixed

  • possible concurrency problem when evaluating the graph

[0.0.1] - 2023-08-29

Added

  • Initial Implementation

Changed

Fixed