angular-cn/packages/service-worker/config/src
George Kalpakas 250527ca68 feat(service-worker): add support for `?` in SW config globbing (#24105)
The globbing is used in the following sections:
- `assetGroups` > `resources` > `files`/`versionedFiles`
- `assetGroups` > `resources` > `urls`
- `dataGroups` > `urls`
- `navigationUrls`

Query params are ignored for `files`/`versionedFiles` and
`navigationUrls`, but they are still taken into account for
`assetGroups`/`dataGroups` `urls`. To avoid a breaking change, `?` is
matched literally for these patterns.

PR Close #24105
2018-07-06 13:50:17 -07:00
..
duration.ts feat(service-worker): introduce the @angular/service-worker package (#19274) 2017-09-28 16:18:12 -07:00
filesystem.ts fix(service-worker): several misc fixes for corner cases 2017-10-05 13:27:31 -07:00
generator.ts feat(service-worker): add support for `?` in SW config globbing (#24105) 2018-07-06 13:50:17 -07:00
glob.ts feat(service-worker): add support for `?` in SW config globbing (#24105) 2018-07-06 13:50:17 -07:00
in.ts fix(service-worker): deprecate `versionedFiles` in asset-group resources (#23584) 2018-05-15 12:19:08 -07:00