2.1.0
Added 🎁
- Faster page reloads and offline storage option in the default template. A service worker was added that has a sophisticated cache and can cache the entire site on demand. Your users can enable offline storage in the settings to view documentation when they are not connected to the Internet. (#190, #191) @ShukantPal
The service worker will let users know if they are offline or if the cache has been updated:
Fixed (🐛)
- Fixed issue with class signatures having redundant
extends
,implements
keywords (#189) @ShukantPal