Skip to content

Releases: xin9le/FastEnum

v2.0.5

13 Jan 13:34
db9a379
Compare
Choose a tag to compare

What's Changed

  • Update nuget packages by @xin9le in #64
  • Prefer Unsafe.BitCast() to Unsafe.As() by @xin9le in #65
  • Optimize ThrowIfUnderlyingTypeMismatch by @Akeit0 in #66
  • Micro refactor by @xin9le in #67
  • Improve the initial performance of .GetUnderlyingType<T>() method by @xin9le in #68
  • Release : v2.0.5 by @xin9le in #69

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

26 Dec 13:53
218ac76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

12 Dec 15:03
83fa549
Compare
Choose a tag to compare

What's Changed

  • Fix .GetName() method inconsistency for enums with duplicate values by @xin9le in #55
  • Release : v2.0.3 by @xin9le in #56

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Nov 12:14
acb66b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

29 Sep 14:42
ece9716
Compare
Choose a tag to compare

What's Changed

  • Downgrade the referenced version of Microsoft.CodeAnalysis.CSharp to 4.4.0 by @xin9le in #47
  • Fix the oversight regarding the attribute of full qualified name. by @xin9le in #48
  • Release : v2.0.1 by @xin9le in #49

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 Sep 00:23
ce1af5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v2.0.0

v2.0.0-Preview3

04 Sep 08:58
282b0fb
Compare
Choose a tag to compare
v2.0.0-Preview3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-preview2...v2.0.0-preview3

v2.0.0-Preview2

01 Sep 11:25
a74df4d
Compare
Choose a tag to compare
v2.0.0-Preview2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-preview1...v2.0.0-preview2

v2.0.0-Preview1

25 Aug 15:54
45eaa25
Compare
Choose a tag to compare
v2.0.0-Preview1 Pre-release
Pre-release

Improvements

  • Faster than v1 🚀
  • Supports .NET 8

Breaking changes

  • End of support for .NET Framework / .NET Standard
  • Removed .IsDefined() method for numeric values

v1.8.0

28 Jun 17:38
Compare
Choose a tag to compare
  • Improves System.Enum compatibility (#12)
    • Adds .FastToString()
    • Changes return type nullability of .GetName() / .GetMember()