Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 535 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 535 Bytes

1.0 - 2016-06-10

  • 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