Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.33 KB

File metadata and controls

49 lines (36 loc) · 1.33 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.1 - 2026-01-28

Fixed

  • Removed AutoOpen attribute from ChunkConfiguration to prevent type collision with System.TimeSpan

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