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
- add docs with fsdocs
- rename ToNiceString to AsString
0.20.0 - 2024-09-15
- add filteri
0.19.0 - 2024-05-07
- ad TS build check
- rename minIndBy to minIndexBy
- add asArray (for casting in Fable)
0.18.0 - 2024-02-25
- add mapToArray
- add failIfEmpty
0.17.0 - 2024-01-28
- don't fail on LastIndex when empty
0.16.0 - 2024-01-21
- add null checks
- add 'partitionBy' functions
- add equality checks for nested ResizeArrays
- flip arg order of 'sub' function
0.15.0 - 2024-01-21
- implementation ported from
Rarr
type in https://github.com/goswinr/FsEx/blob/main/Src/RarrModule.fs