Skip to content

v1.55.0

Choose a tag to compare

@flori flori released this 23 Jul 11:44
  • Introduced the Tins::DeepTransform module, providing a stack-safe,
    iterative engine for deep transformations via the deep_transform method.
  • Added support for flexible lambda arity (1, 2, or 3) within deep_transform
    to allow access to the node, key/index, and parent container context.
  • Implemented a core extension in tins/xt/deep_transform that integrates
    DeepTransform into the Hash and Array classes.
  • Refactored Tins::HashSymbolizeKeysRecursive to utilize the new iterative
    engine instead of recursive logic.