Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: CMD-193 custom links for findLinksAndSetTargets (#902)
* feat: CMD-193 moreLinks for findLinksAndSetTargets * feat: CMD-193 override findLinksAndSetTargets Allow user of findLinksAndSetTargets to: - override default links - access default links This lets user handle links themselves intuitively. * test: CMD-193 deug findLinksAndSetTargets * fix!: findLinksAndSetTargets SHOULD_DEBUG ? Replace SHOULD_DEBUG with param option shouldDebug. * fix: findLinksAndSetTargets link filtering Control whether to filter linsk via new option not magic. * refactor: findLinksAndSetTargets shouldFilterLinks → shouldFilter * test: findLinksAndSetTargets debug options * fix: findLinksAndSetTargets options not defined * fix: findLinksAndSetTargets shouldDebug not defined * fix: findLinksAndSetTargets shouldDebug still not defined * docs: comment typos, debug only if should * style: whitespace * style: whitespace & docs: quotes * style: whitespace
- Loading branch information