Skip to content

Workbox v6.5.1

Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 03 Mar 19:26
· 17 commits to v6 since this release

The Workbox v6.5.1 release includes a few changes related to our TypeScript interfaces and documentation.

A full changelog is available at v6.5.0...v6.5.1

What's New

  • Additional inline @examples of using our build tools have been added to the TSDocs for workbox-build and workbox-webpack-plugin. [#3038]
  • The TypeScript type for the generateSW(), injectManifest(), and getManifest() methods in workbox-build has been updated from unknown to an appropriate actual type specific to each method. This should lead to better TSDoc generation and type inferences for developers. As this takes what was previously only a runtime check and moves it to a compile-time check, we believe that it should be functionally equivalent to prior releases, but if you run into problems, please let us know by opening an issue. [#3037]

What's Fixed

  • We have re-added the default export to workbox-webpack-plugin. [#3036]