Releases: launchdarkly/find-code-references
Releases · launchdarkly/find-code-references
v2.14.0
Added:
--skipArchivedFlagsoption to instruct the tool to ignore any flag keys it finds from archived flags
Changed:
- replaced the stdlib
regexpwithgo-re2for improved regexp compilation and pattern matching - now using caching to optimize file globbing and regex compilation
- move off of legacy
olekukonko/tablewriterand ontov1.x - updated to the latest version of the LaunchDarkly API
Fixed:
subdirectoryoption now works withprojects[*].dirconfiguration, and produces correct "View in source" links in the LD UI
v2.13.0
[2.13.0] - 2024-12-18
Added:
subdirectoryoption to set path to.launchdarkly/coderefs.yamlconfig file if not located in the root, in order to support monorepo subdirectories.
Changed:
- Updated dependencies
v2.12.0
v2.11.10
[2.11.10] - 2024-03-14
Changed:
- Use same http client with rate-limited retries for ld api client calls #437
v2.11.9
v2.11.8
[2.11.8] - 2024-02-13
Changed:
- Updated dependencies
Fixed:
- Multi-project scans now ignore projects without valid flags #430
v2.11.7
v2.11.6
[2.11.6] - 2024-01-24
Changed:
- Dependencies updated
Fixed:
- Fixes index out of range error during extinction scanning #425
v2.11.5
v2.11.4
[2.11.4] - 2023-10-16
Changed:
- Dependencies updated