Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 3.49 KB

RELEASE_NOTES.md

File metadata and controls

60 lines (46 loc) · 3.49 KB

4.0.0 (Released 2024-9-26)

3.1.0+87113a4 (Released 2024-9-2)

  • Additions:

    • [#e434c16] add typed property retrieval function
    • [#ebfe3a7] small changes according to PR
    • [#8f6958f] add copyDynamicProperties
    • [#1ed4f9d] create unified API for static and dynamic property accession
    • [#9870af8] Create manage-issues.yml
    • Deletions:
      • [#ab21626] remove TryGetTypedValue member from transpilation
      • [#745997a] remove poetry
  • Bugfixes:

    • [#2bef816] fix python encoding issue
    • [#8fc4f25] fix python non-exisiting member accession

3.0.0+ef44100 (Released 2024-9-2)

* - Make project fable-compatible
* - Rework project structure by splitting into DynamicObj and DynamicObj.Immutable
* - Add a bunch of tests
* - Backwards incompatible because of renaming and removing some members

2.0.0 (Released 2024-9-2)

* - [Use a strong name for the assembly](https://github.com/CSBiology/DynamicObj/pull/19). This may cause backwards incompatibility on netfx. (thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose))

1.0.1 (Released 2024-9-2)

* Fix up some TFM confusions

1.0.0 (Released 2024-9-2)

* - [Rename IDO combine to `combineWith`, which now also preserves the type of the second IDO.](https://github.com/CSBiology/DynamicObj/pull/12/files) (thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose))
* - Target .NET 6

0.2.1 (Released 2024-9-2)

* - Add `combine` for IDO

0.2.0 (Released 2024-9-2)

* - [Add `ImmutableDynamicObj`](https://github.com/CSBiology/DynamicObj/pull/4) as the immutable counterpart of `DynamicObj` (thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose))
* - Add print formatters for both `DynamicObj` and `ImmutableDynamicObj`
* - [Enable Json serialization for ImmutableDynamicObj](https://github.com/CSBiology/DynamicObj/commit/e7474d2658a234bb94299f12de30625e04f5f407) (thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose))

0.1.0 (Released 2024-9-2)

* - target netstandard2.0 and .net5.0
* - add custom Equality and GetHashcode (thanks [@WhiteBlackGoose](https://github.com/WhiteBlackGoose))
* - publish symbols

0.0.3 (Released 2024-9-2)

* - target netstandard2.0

0.0.2 (Released 2024-9-2)

* - Add copy utils

0.0.1 (Released 2024-9-2)

* initial release