Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.11 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 - 2025-02-22

Fixed

  • fixed interfaces to be compatible with Fable JS & TS

Added

  • TryPop function

Changed

  • in IDictionary rename Get ans Set to GetValue and SetValue

0.2.1 - 2024-10-30

Changed

  • Removed IDictionary and IEnumerable interface becaus not compatible with Fable JS & TS yet
  • Unified API

Fixed

  • fixed ToString() members

Added

  • docs

0.1.0 - 2024-09-29

Added

  • Implementation ported from FsEx
  • Added more tests