Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Releases: linkdotnet/EnumValueObject

v1.0.7.1

04 Mar 12:42
Compare
Choose a tag to compare
  • Removed unused object

v1.0.7

04 Mar 12:06
Compare
Choose a tag to compare
  • Optimized reflection code
  • Cleanup and updated nuget packages

v1.0.6

02 Oct 13:18
Compare
Choose a tag to compare
  • Updated NuGet-Packages
  • Fixed a very rare issue, where All => Enumeration was not populated so Create will fail in an exception

v1.0.5

23 Aug 18:02
Compare
Choose a tag to compare
  • Added Is functionality to check if a key is valid for a given EnumValueObject
  • Smaller refactoring
  • EnumValueObject.All returns a IReadOnlyCollection instead of IReadOnlyList

v1.0.4

05 Aug 10:14
Compare
Choose a tag to compare
  • Keys cannot be null or only contain whitespaces
  • The CSharpFunctionalExtensions library was updated
  • Small correction in the sample file

v1.0.3

02 Aug 14:00
Compare
Choose a tag to compare

GetHashCode returns the same HashCode as the underlying Key. This follows the reason that when two objects are equal the HashCode should be equal as well.

v1.0.2

01 Aug 17:01
Compare
Choose a tag to compare

ToString() returns now the Key as default behavior.

Initial Release

28 Jul 12:29
Compare
Choose a tag to compare
1.0.0

Filled readme