Skip to content

Releases: jiangtj-lab/hexo-next-pwa

v3.0.0

10 Sep 03:04
Compare
Choose a tag to compare

break change

  • not work in hexo s, please exec hexo g and serve public dir by other tool (e.g. serve public).
  • remove support for NexT or cake theme when hexo < 5.0
  • move pwa.serviceWorker.options.swDest option to pwa.serviceWorker.sw option.
  • suggest don't over pwa.serviceWorker.options.swDest and pwa.serviceWorker.options.globDirectory, they will generate in the script.

feature

  • add new console hexo workbox
  • provide enable option for both serviceWorker and manifest
  • support all the workbox-build's generateSW() api (maybe)
  • workbox-build version 6.1 to 6.2
  • remove hexo-extend-injector2 and use native injector

v2.0.1

05 Feb 09:33
Compare
Choose a tag to compare
  • support precache posts or pages
  • update dependency to latest version
  • remove cdn options
  • maybe: you need use regexp:regexp-express instead of !!js/regexp /regexp-express/

v1.0.1

30 Jun 06:53
Compare
Choose a tag to compare
  • UPDATE: Upgrade workbox v4 to v5
  • BC: Move configuration serviceWorker.path to serviceWorker.options.swDest