Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

59 lines (46 loc) · 1.58 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.21.0 - 2024-11-02

Added

  • add docs with fsdocs

Changed

  • rename ToNiceString to AsString

0.20.0 - 2024-09-15

Added

  • add filteri

0.19.0 - 2024-05-07

Added

  • ad TS build check
  • rename minIndBy to minIndexBy
  • add asArray (for casting in Fable)

0.18.0 - 2024-02-25

Added

  • add mapToArray
  • add failIfEmpty

0.17.0 - 2024-01-28

Fixed

  • don't fail on LastIndex when empty

0.16.0 - 2024-01-21

Added

  • add null checks
  • add 'partitionBy' functions
  • add equality checks for nested ResizeArrays
  • flip arg order of 'sub' function

0.15.0 - 2024-01-21

Added