Skip to main content
Module

x/rimbu/typical/CHANGELOG.md

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
File

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.8.0 (2024-01-26)

Features

  • major API improvements accross all packages, performance improvements for newer runtimes (312e473)

BREAKING CHANGES

  • Many methods now take an options object instead of positional arguments for readability

0.7.0 (2023-07-29)

Features

  • update tslib version and extend channel documentation (6eb46d0)

0.6.0 (2023-07-03)

Note: Version bump only for package @rimbu/typical

0.6.0-alpha.2 (2023-07-02)

Note: Version bump only for package @rimbu/typical

0.6.0-alpha.1 (2023-07-02)

Note: Version bump only for package @rimbu/typical

0.5.2 (2023-04-26)

Note: Version bump only for package @rimbu/typical

0.5.1 (2023-04-25)

Note: Version bump only for package @rimbu/typical

0.5.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.4.2 (2022-06-07)

Note: Version bump only for package @rimbu/typical

0.4.1 (2022-05-29)

Bug Fixes

  • improve ‘menu’ style exports for core, and improve documentation (0729871)

0.4.0 (2022-05-01)

Code Refactoring

  • refactored package structure and improved documentation (d250a07)

BREAKING CHANGES

  • package structure has changed, added sub-packages

0.3.1 (2021-11-25)

Note: Version bump only for package @rimbu/typical

0.3.0 (2021-11-20)

Features

  • add typescript 4.5 rc compatibility and remove need to enable noStrictGenericChecks (056dd8a)
  • upgrade to TS 4.5 and fix code that trips up compiler (63fba7c)

BREAKING CHANGES

  • Interfaces for methods like merge and flatten have been moved from instance to class methods

0.2.2 (2021-10-10)

0.6.11 (2021-10-10)

Note: Version bump only for package @rimbu/typical

0.2.1 (2021-08-21)

Note: Version bump only for package @rimbu/typical

0.2.0 (2021-08-20)

Features

  • typical: add Rimbu Typical library to offer type-level operations for numbers and strings (1fcb935)