Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Releases: solnic/transproc

v1.1.1

21 Dec 15:36
v1.1.1
723f55d
Compare
Choose a tag to compare

v1.1.1 2019-12-21

Fixed

  • Keyword warnings on Ruby 2.7 (flash-gordon)

Compare v1.1.0...v1.1.1

v1.1.0

18 Jul 10:33
v1.1.0
2b3111f
Compare
Choose a tag to compare

This is the last transproc release before the project will be forked to dry-transformer.

Added

  • New DSL for defining transformers using define! method, which now supports instance methods as transformation functions (@solnic)
  • Simplified transformer class definition - registry is auto-configured and you can use import at the transformer class level (@solnic)
  • New HashTransformation.deep_stringify_keys function

Compare v1.0.3...v1.1.0

v1.0.3

01 Dec 17:34
v1.0.3
efaadef
Compare
Choose a tag to compare

v1.0.3 2018-12-01

Changed

  • [BREAKING] Added minimal Ruby version to the gemspec file. Transproc now works with Ruby 2.3 and above (flash-gordon)
  • Performance improvements introduced by using new built-in methods in Hash (v-kolesnikov + flash-gordon)

Compare v1.0.2...v1.0.3