- Allow use of Casting::Enum.enum
- Remove unused local variable in enum.
- Added CODE_OF_CONDUCT.md
- Fix to properly include Enum files
- 1.0.0 actually dropped 2.6 and below.
- Fix changelog which had 0.7.3 notes that are actually 1.0 notes
- Drop Ruby 2.5 and below
- Add Casting::Enum to return enumerators which apply a set of behaviors
- Remove Casting::PreparedDelegation class and move all features into Casting::Delegation
- Return defined delegates or empty array, allowing frozen client objects. Previous implementation raised an error when accessing uninitialized collection of delegates