- Hash keys are now strings instead of symbols to match behavior with
HashWithIndifferentAccess
[#15] @MrEmelianenko - Now accepts a block, which will return an array of whatever the block returns [#15] @MrEmelianenko
- Hash and Struct return types can be overridden (defaults are
HashWithIndifferentAccess
/Struct
) [#16] @offthecuff