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 - 2025-02-22
- fixed interfaces to be compatible with Fable JS & TS
- TryPop function
- in IDictionary rename Get ans Set to GetValue and SetValue
0.2.1 - 2024-10-30
- Removed IDictionary and IEnumerable interface becaus not compatible with Fable JS & TS yet
- Unified API
- fixed ToString() members
- docs
0.1.0 - 2024-09-29
- Implementation ported from FsEx
- Added more tests