Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.09 KB

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.

0.3.0 - 2024-12-24

Added

  • empty
  • singleton
  • ofSeq
  • ofAsync
  • ofTask
  • toArray
  • toList
  • toLookup
  • catch
  • chunkBy
  • chunkBySize
  • merge
  • choose
  • ofType

0.2.0 - 2024-11-23

  • Added some basic functions: filter/where, bind, concat, distinct, mapi, skip, take, …
  • Added rxquery { … } builder

0.1.0 - 2024-11-18

First pre-release

Added

  • Initial implementation of the library
  • map, iter and length functions