Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 23:35
· 7 commits to main since this release

Minor Changes

  • 7644f9a: BREAKING CHANGE: ParseGroupDataFn can no longer return an addChild function. Instead, you should now provide an addChildToGroup function in your parser config.
  • 7644f9a: BREAKING CHANGE: parseData() may now return undefined (happens if no parseGroupData function is set in the config).
  • 7644f9a: BREAKING CHANGE: extractProperties() now returns an object containing unextract properties and their values, instead of an array of unextracted property names.