Releases: henzeb/enumhancer
Releases · henzeb/enumhancer
1.4.2
- small issue where unit enums couldn't return a 'value' when using Subset
v1.4.1
- added
cases
method to Subset
v1.4.0
- Renamed Multi to Subset
- Added
names
method to Subset
- Added
values
method to Subset
- Added
do
method to Subset
v1.3.0
- added Multi. Currently allows you to compare against a subset of your enum.
v1.2.0
- added Value (for use with unit enums)
v1.1.0
- added From. Useful for situations where you need them with non-backed enums
v1.0.2
- Bugfix: Constructor did not use internal mapper
v1.0.1
- You can now define a mapper in a method
- When you use an empty string or null in mappable, it will return null now.