Skip to content

Releases: SteveDunn/Intellenum

2.0.1

30 Sep 05:29

Choose a tag to compare

What's Changed

  • Bump actions/setup-dotnet from 3 to 5 by @dependabot[bot] in #159
  • fix: #160 - try up to 10 different filenames when writing the source generated class - don't throw if it fails so that the generator still runs. This was a real problem in Blazor hot reload

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Aug 17:11
7dc8ed2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...2.0.0

1.0.6

10 Sep 20:42

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

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

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

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

24 Jun 17:22
7461479

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

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

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

Choose a tag to compare

More fixes

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