Skip to content

Releases: SteveDunn/Intellenum

1.0.6

10 Sep 20:42
Compare
Choose a tag to compare

What's Changed

  • Bug for underlying types that did not implement IComparable or IComparable by @SteveDunn in #150

Full Changelog: 1.0.4...1.0.5

1.0.4

14 Aug 15:57
c8d8515
Compare
Choose a tag to compare

What's Changed

  • Fix bug 142 - MemberAttribute-based enums throw NullReferenceException on enumField.Name access by @SteveDunn in #144
  • Make the method IsNamedDefined obsolete in favour of the correctly spelled version by @SteveDunn in #145
  • Make System.Text.Json serializers public by @SteveDunn in #146

Full Changelog: 1.0.3...1.0.4

1.0.3

16 Jul 10:33
Compare
Choose a tag to compare

Fix issue with generating constant values

Full Changelog: 1.0.2...1.0.3

1.0.2

13 Jul 08:49
94a9e3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Jun 17:22
7461479
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-beta.4...1.0.1

1.0.0-beta.4

01 Jun 10:33
d09bae0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

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.