Module
Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.4.2 (2023-04-25)
Note: Version bump only for package @rimbu/spy
0.4.1 (2023-04-02)
Note: Version bump only for package @rimbu/spy
0.4.0 (2022-11-30)
Features
- re-implemented actor and reactor packages, and updated denoifier (ad43faf)
BREAKING CHANGES
- The @rimbu/actor and @rimbu/reactor packages have a completely new API (but they were and are still experimental)
0.3.0 (2022-09-22)
Features
- deep: improve the API of the @rimbu/deep package, and update dependent packages and docs (500dd75)
BREAKING CHANGES
- deep: The API for the
match
andpatch
and related methods has had major changes
0.2.0 (2022-09-12)
Features
- add @rimbu/spy package for easy spying, stubbing and mocking functions, objects, and classes (e0a4d93)