Skip to content

Releases: Singulink/Singulink.Enums

v1.2.1

10 Feb 13:03
Compare
Choose a tag to compare

Fixed the order that values are stored for flags enumerations with negative values (i.e. signed flags with the highest bit set) to ensure SplitFlags() can properly return a minimal set of flags.

v1.2.0

07 Jan 04:57
Compare
Choose a tag to compare
  • Fixed documentation errors.
  • Added GetName() and TryGetName() convenience extension methods.
  • Minor tweaks to nullable annotations to match guidelines.

v1.1.0

24 Oct 00:34
Compare
Choose a tag to compare

Added convenience overloads to HasAllFlags and HasAnyFlags.

v1.0.0

16 Oct 11:01
Compare
Choose a tag to compare

Initial public release.