serwist

A Swiss Army knife for service workers.

MIT License

Downloads
1.7M
Stars
667
Committers
81

Bot releases are visible (Hide)

serwist - @serwist/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 8 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Major Changes

  • 837cd0d Thanks @DuCanhGH! - chore(next): renamed cacheOnFrontEndNav to cacheOnNavigation

    • I intended to make this breaking change in 8.0.0, but forgot. To clarify, generally, we avoids abbreviations (except for acronyms) when naming our APIs.

    • To migrate, simply replace cacheOnFrontEndNav with cacheOnNavigation:

      • Old:
      const withSerwist = withSerwistInit({
        cacheOnFrontEndNav: true,
      });
      
      /** @type {import("next").NextConfig} */
      const nextConfig = {};
      
      export default withSerwist(nextConfig);
      
      • New:
      const withSerwist = withSerwistInit({
        cacheOnNavigation: true,
      });
      
      /** @type {import("next").NextConfig} */
      const nextConfig = {};
      
      export default withSerwist(nextConfig);
      

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 9 months ago

Package Rankings
Top 23.13% on Npmjs.org