Skip to content

Releases: Heleonix/Heleonix.Reflection

v3.2.0

07 May 22:34
14eb40f

Choose a tag to compare

3.2.0 (5/7/2024)

New Features

  • Support of dictionary indexers to get values by keys instead of KeyValuePair instances.

Bug Fixes

  • Added examples of dictionaries usage.

v3.1.0

07 May 21:57
8484567

Choose a tag to compare

3.1.0 (5/7/2024)

New Features

  • Support of dictionary indexers to get values by keys instead of KeyValuePair instances.

Bug Fixes

  • Improved project structure and documentation.

v3.0.1

30 Mar 09:05
240d182

Choose a tag to compare

3.0.1 (3/30/2024)

Bug Fixes

  • Improved project structure and documentation.

v3.0.0

08 Oct 09:15

Choose a tag to compare

Test coverage increased to 100%.

v2.1.1

08 May 05:44
a5d5b3e

Choose a tag to compare

Merge pull request #10 from Heleonix/proj-to-props

SharedProjectInfo.proj to props.

v2.0.0

12 Jul 19:57

Choose a tag to compare

Added getter and setter generation; rewritten GetInfo, Get, Set, Invoke to be more performant

v1.0.0

23 Jun 21:45

Choose a tag to compare

Split from the Heleonix.Utilities