Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 387 Bytes

CHANGELOG.md

File metadata and controls

12 lines (7 loc) · 387 Bytes

0.2.0

  • Added the forEachChildren method to the DefinitionWalker class.

Breaking Changes

  • The forEach method doesn't accept a sequence anymore. To foreach over a sequence, use the forEachSequence method.

0.1.4

  • Added the forEach() method to the DefinitionWalker class.
  • The getParents() method of the DefinitionWalker class accepts a stepId argument.