-
- Downloads
feat(config)!: move autodiscovery filter from string to array (#16525)
Change type of autodiscoverFilter from string to array. Closes #8763 BREAKING CHANGE: autodiscover filters can no longer include commas
Showing
- docs/usage/self-hosted-configuration.md 19 additions, 4 deletionsdocs/usage/self-hosted-configuration.md
- lib/config/options/index.ts 3 additions, 1 deletionlib/config/options/index.ts
- lib/config/types.ts 1 addition, 1 deletionlib/config/types.ts
- lib/workers/global/autodiscover.spec.ts 23 additions, 5 deletionslib/workers/global/autodiscover.spec.ts
- lib/workers/global/autodiscover.ts 25 additions, 13 deletionslib/workers/global/autodiscover.ts
Loading
Please register or sign in to comment