Skip to content

2.1.1

Compare
Choose a tag to compare
@wwkimball wwkimball released this 07 Jun 02:16
· 848 commits to master since this release
b8134a7

Bug Fixes:

  • yaml-paths was recursing into nodes for which the name had already matched,
    causing unnecessary search results. Version 0.0.2 fixes this; when a node is
    matched by name, any children are ignored because they will have already been
    yielded as the parent node's value.