Releases: SteveDunn/Intellenum
Releases · SteveDunn/Intellenum
1.0.6
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
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
Fix issue with generating constant values
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Extend Members attribute to allow strings by @SteveDunn in #140
- Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in #141
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Generate const fields for applicable types by @NoahStolk in #131
- One parameter instances by @SteveDunn in #136
- ServiceStack.Text functionality by @SteveDunn in #137
Full Changelog: 1.0.0-beta.4...1.0.1
1.0.0-beta.4
What's Changed
- feat: use ReadOnlySpan over strings for string-accepting methods by @jupjohn in #81
- Add .NET 8 as target framework by @NoahStolk in #130
- Update source and reinstate tests ready for V1 by @SteveDunn in #132
- Bump Newtonsoft.Json from 13.0.2 to 13.0.3 by @dependabot in #15
- Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #3
- Bump FluentAssertions from 6.10.0 to 6.11.0 by @dependabot in #34
- Bump Verify.Xunit from 19.9.3 to 19.12.3 by @dependabot in #33
- Bump System.Text.Json from 4.7.2 to 7.0.2 by @dependabot in #6
- Bump Verify.Xunit from 19.12.3 to 19.13.1 by @dependabot in #36
- Bump GitHubActionsTestLogger from 2.0.1 to 2.0.2 by @dependabot in #37
- Bump Verify.Xunit from 19.13.1 to 19.14.0 by @dependabot in #38
- Bump Verify.Xunit from 19.14.0 to 20.4.0 by @dependabot in #64
- Bump GitHubActionsTestLogger from 2.0.2 to 2.3.2 by @dependabot in #57
- Bump actions/setup-dotnet from 3.0.2 to 3.2.0 by @dependabot in #54
- fix: make snapshot tests timezone-independent by @jupjohn in #73
- Bump MSTest.TestAdapter from 3.0.2 to 3.1.1 by @dependabot in #74
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3 by @dependabot in #67
- Bump Dapper from 2.0.123 to 2.0.143 by @dependabot in #69
- Bump SQLitePCLRaw.bundle_winsqlite3 from 2.1.3 to 2.1.5 by @dependabot in #48
- Bump BenchmarkDotNet from 0.13.5 to 0.13.6 by @dependabot in #75
- Bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #79
- Bump MSTest.TestFramework from 3.0.2 to 3.1.1 by @dependabot in #77
New Contributors
- @dependabot made their first contribution in #15
- @jupjohn made their first contribution in #73
- @NoahStolk made their first contribution in #130
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)
1.0.0-beta.3 Implements Enable enums to be used as dictionary keys #30
1.0.0-beta.2
More fixes
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
Initial beta release
1.0.0-beta.1 Change 'Instance' to 'Member'
0.0.1-alpha.5
More complete - but still Alpha.