- Added the
forEachChildren
method to theDefinitionWalker
class.
- The
forEach
method doesn't accept a sequence anymore. To foreach over a sequence, use theforEachSequence
method.
- Added the
forEach()
method to theDefinitionWalker
class. - The
getParents()
method of theDefinitionWalker
class accepts astepId
argument.