Skip to content

v0.6.0

Compare
Choose a tag to compare
@shailen-naidoo shailen-naidoo released this 08 Aug 11:10
· 231 commits to master since this release

Wow! A ton of new features are available 🔥

Updates

  • The codebase has been rewritten to accommodate for more modular architecture. Everything has been abstracted into a "service"

Features

  • Config API: You can now specify extra static files that you want to copy to the dist folder using the extraStaticFiles property.
  • Service Worker API
    • Add a custom Service Worker via the Config API
    • Your custom Service Worker now has access to a global const routes array with all the page routes information