Skip to content

Version 0.52

Compare
Choose a tag to compare
@Ronef Ronef released this 16 Nov 22:20
· 161 commits to master since this release
  • + \DDTools\ObjectTools::unfold: The new method.
    Converts a multidimensional array/object into an one-dimensional one joining the keys with $params->keySeparator.
    For example, it can be helpful while using placeholders like [+size.width+].
    See more info and examples in README.md.