Skip to content

Releases: henzeb/enumhancer

v1.4.1

04 Mar 09:00
Compare
Choose a tag to compare
  • added cases method to Subset

v1.4.0

02 Mar 17:23
Compare
Choose a tag to compare
  • Renamed Multi to Subset
  • Added names method to Subset
  • Added values method to Subset
  • Added do method to Subset

v1.3.0

28 Feb 16:29
Compare
Choose a tag to compare
  • added Multi. Currently allows you to compare against a subset of your enum.

v1.2.0

26 Feb 09:57
Compare
Choose a tag to compare
  • added Value (for use with unit enums)

v1.1.0

25 Feb 19:08
Compare
Choose a tag to compare
  • added From. Useful for situations where you need them with non-backed enums

v1.0.2

16 Feb 10:11
Compare
Choose a tag to compare
  • Bugfix: Constructor did not use internal mapper

v1.0.1

16 Feb 09:11
Compare
Choose a tag to compare
  • You can now define a mapper in a method
  • When you use an empty string or null in mappable, it will return null now.

v1.0.0

15 Feb 21:06
Compare
Choose a tag to compare

Initial release