angular-cn/aio/content
Alan Agius 5d5c94d83a feat(service-worker): remove deprecated `versionedFiles` option (#32862)
BREAKING CHANGE:

Remove deprecated option `versionedFiles` from service worker asset group configuration in `ngsw-config.json`

Before
```json
"assetGroups": [
  {
    "name": "test",
    "resources": {
      "versionedFiles": [
        "/**/*.txt"
      ]
    }
  }
]
```

After
```json
"assetGroups": [
  {
    "name": "test",
    "resources": {
      "files": [
        "/**/*.txt"
      ]
    }
  }
]
```

PR Close #32862
2019-10-02 09:30:59 -07:00
..
cli refactor(docs-infra): remove obsolete `format` attribute from code examples (#31674) 2019-07-24 14:38:54 -07:00
cli-src build(docs-infra): make the git ref for cli command docs configurable (#26391) 2018-10-11 12:57:49 -07:00
examples docs: port accessibility app from stackblitz to aio (#32377) 2019-09-10 13:11:48 -04:00
guide feat(service-worker): remove deprecated `versionedFiles` option (#32862) 2019-10-02 09:30:59 -07:00
images docs: add Alexey Zuev to GDE resources (#32440) 2019-09-05 13:34:01 -04:00
marketing docs: added link to ngRuAir podcast (#32223) 2019-09-26 07:37:54 -07:00
start docs: fix sentence phrasing (#32846) 2019-09-27 10:03:22 -07:00
tutorial docs: fixed typo for toh-pt5.md (#32362) 2019-09-10 13:03:36 -04:00
file-not-found.md fix(docs-infra): do not create an anchor for the `file-not-found` header (#27250) 2018-12-05 13:26:26 -08:00
license.md build: bump year (#27880) 2019-01-11 11:15:59 -08:00
navigation.json docs: convert Ivy opt-in doc to opt-out (#31858) 2019-08-26 12:23:07 -07:00