Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.28 KB

VS Code Extension for PWA Tooling

0.1.0 (2017-06-14)

Bug Fixes

  • Fixed typos in the tabs

0.0.5 (2017-06-13)

Features

  • Added pwa-event-push
  • Added pwa-event-sync
  • Added pwa-event-notificationclick
  • Added pwa-event-pushsubscriptionchange
  • pwa-event-load
  • pwa-event-activate
  • pwa-event-install
  • pwa-event-fetch

0.0.3 (2017-06-11)

Features

  • Added pwa-manifest, to create a manifest.json
  • Added pwa-apple-mobile-web-capable to add the meta tag for apple mobile web capable
  • Added pwa-generate-service-worker to generate a service worker with a precache manifest
  • pwa-register works for both TypeScript and JavaScript
  • Renamed HTML snippet to create the link to the manifest.json to pwa-manifest-link
  • Renamed pwa-service-worker to pwa-custom-service-worker

Bug Fixes

  • pwa-register now has correct placeholder sequence

0.0.1 (2017-06-10)

  • Initilizing the extension
  • Added manifest.json schema
  • Added javascript snippet for precache manifest from worbox-build
  • Added javascript snippet to create a service worker ready to accept the precache list from workbox-build
  • Added HTML snippet to create the link to the manifest.json
  • Added TypeScript snippet to registers the service worker