All notable changes to Enumhancer
will be documented in this file
- Renamed Multi to Subset
- Added
names
method toSubset
- Added
values
method toSubset
- Added
do
method toSubset
- added Multi. Currently allows you to compare against a subset of your enum.
- added Value (for use with unit enums)
- added From. Useful for situations where you need them with non-backed enums
- Bugfix: Constructor did not use internal mapper
- You can now define a mapper in a method
- When you use an empty string or null in mappable, it will return null now
- initial release