- Added
Transformers#nestwhich takes anotherTransformerand applies it to each level of a nested data structure (e.g.MaporSequence). - Added
Transformers#copywhich copies the value associated with one key and also associates it with another key. - Fixed a bug in the
Transformers#valueRemoveIfEmptyfactory that caused the returnedTransformerto fail serialization.