Skip to content

Releases: kurnakovv/EnumConverter

2.4.0

01 Sep 04:41
cf00484
Compare
Choose a tag to compare

feat

#57 ToAnotherOrDefault default value in parameters @kurnakovv
#61 ToEnumOrDefault @Kurnakova
#62 Fix ToAnotherOrDefault default value in docs @kurnakovv

Milestone

2.3.0

28 Apr 07:11
1b4f6c7
Compare
Choose a tag to compare

#58 TryToEnum

Milestone

2.2.0

08 Mar 06:42
ba6c585
Compare
Choose a tag to compare

feat

  • Converting enums to other enum #9
  • Converting string to enums #10

Milestone

2.1.2

03 Mar 10:58
27e0acf
Compare
Choose a tag to compare

fix

License 2022 -> 2024 #45

2.1.1

06 Oct 15:45
2ac0bfe
Compare
Choose a tag to compare

fix

2.1.0

09 Aug 14:50
bf751ad
Compare
Choose a tag to compare

Features

  • TryToAnother #13
  • ToAnotherOrDefault #19

All issues here

2.0.0

24 Jul 13:33
46591a2
Compare
Choose a tag to compare

⚠️ Breaking changes ⚠️

  • Renamed namespace EnumConverter -> EnumConverterLibrary:

Fix instruction

Rename all using's

using EnumConverter;

->

using EnumConverterLibrary;

If you use EnumConverter like static class

EnumConverter.EnumConverter.ToAnother<YourAnotherEnum>(yourEnum);

->

using EnumConverter;

// ...

EnumConverter.ToAnother<YourAnotherEnum>(yourEnum);

1.1.1

19 Jul 12:14
ed07c64
Compare
Choose a tag to compare
  • Add LICENSE

v1.1.0

09 May 04:16
Compare
Choose a tag to compare

Features

  • string -> enum converter

v1.0.4

29 Apr 13:17
Compare
Choose a tag to compare

Docs

  • ToAnother.ignoreCase