Skip to content

Releases: Nagibaba/easy-service-worker

1.2.3

10 Jan 02:16
Compare
Choose a tag to compare
Fix offline url

Easy Service Worker

10 Jan 01:19
Compare
Choose a tag to compare
1.2.0

Change the name from 'Lazy' to 'Easy'

Edited some bugs

19 Mar 14:20
Compare
Choose a tag to compare
  • LazySWSkip changed to LazySWIgnore
  • On background update process, if status code 300 or more is returned by the server, a message is sent to all tabs

Lazy SW Skip option

11 Mar 11:39
Compare
Choose a tag to compare

Added option for skipping regenerated texts as tokens etc.
Wrap any regenerated text inside <!--LazySWSkip--> <!--/LazySWSkip-->

First

10 Mar 09:37
Compare
Choose a tag to compare

In this release

  1. Caches only urls. Images and other assets should be the concern of browsers
  2. First, returns cached version of url.
  3. After that, makes a fetch request on background to that url.
  4. If there is any difference between cached and remote html, then updates it on background and sends a message to client
  5. When client gets a message to refresh, it can reload the page or load via js (example: jQuery load function)