Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 824 Bytes

CHANGELOG.md

File metadata and controls

35 lines (16 loc) · 824 Bytes

1.0.1 2022-11-23

Fixed

  • Auto-loading issues for array transformations (@flash-gordon)

Compare v1.0.0...v1.0.1

1.0.0 2022-11-20

Changed

  • Use Zeitwerk to auto-load the gem (via #14) (@solnic)
  • Dropped dependency on dry-core (via #14) (@solnic)

Compare v0.1.1...v1.0.0

0.1.1 2020-01-14

Fixed

  • Fixed Dry::Transformer::HashTransformations.unwrap when hash contains root key (@AMHOL)

Compare v0.1.0...v0.1.1

0.1.0 2019-12-28

Initial port of the transproc gem.