@elken/next-offline
Version:
<h1 align="center"> next-offline </h1>
36 lines (19 loc) • 1.07 kB
Markdown
# Changelog
## v3.3.7 2019-03-22
- when `generateInDevMode` is true, dont add register-sw-compiled to bundle many times
## v3.3.6 2019-02-28
- Ensure we're not modifying config.entry during development when generateInDev is false
## v3.3.5 2019-01-18
- remove object property shorthand syntax for more ES5 compatibility
## v3.3.4 2019-01-17
- remove default function argument in favor of an ES5 compatible way of defaulting
## v3.3.3 2019-01-05
- remove arrow function in favor of function keyword in runtime.js to prevent IE11 exception
## v3.3.2 2019-01-05
- default scope option to `/`
## v3.3.1 2018-12-12
- add `generateInDevMode` to next-offline options allowing service worker be generated and registered during development
## v3.3.0 2018-12-9
- add `scope` to next-offline options allowing service worker scope to be modified for automatically registered service-workers
- add `examples/` directory with Now 1.0 and Now 2.0 examples
- fix handling absolute paths by using `path.resolve()` instead of `path.join()`