Skip to content

Releases: SteveDunn/Intellenum

Allow enums to be used and serialized as keys in a dictionary (System.Text.Json)

12 Apr 21:44
Compare
Choose a tag to compare
1.0.0-beta.3

Implements Enable enums to be used as dictionary keys #30

1.0.0-beta.2

11 Apr 22:03
Compare
Choose a tag to compare

More fixes

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

Initial beta release

10 Apr 04:50
Compare
Choose a tag to compare
1.0.0-beta.1

Change 'Instance' to 'Member'

0.0.1-alpha.5

04 Apr 22:00
dc677a5
Compare
Choose a tag to compare
0.0.1-alpha.5 Pre-release
Pre-release

More complete - but still Alpha.

Implicit operator to underlying

17 Mar 10:08
Compare
Choose a tag to compare
Pre-release
0.0.1-alpha.4

Added `ValueChecked`. Updated benchamarks

Added Instance method and it now recognises inline newed up instances

16 Mar 18:21
Compare
Choose a tag to compare

Instances can now be created via the static constructor as well as attributes

15 Mar 09:57
Compare
Choose a tag to compare

Instances can now be created via the static constructor as well as attributes

Initial alpha release

12 Mar 17:42
Compare
Choose a tag to compare
Initial alpha release Pre-release
Pre-release

Initial release - very rough, but basics working (please see readme.md). And please report problems!