This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
Releases: solnic/transproc
Releases · solnic/transproc
v1.1.1
v1.1.0
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
v1.0.3
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)