Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 841 Bytes

CHANGELOG.md

File metadata and controls

40 lines (33 loc) · 841 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.5]

2022-12-03

Added

  • Added instructions for adding screenshots to PWA prompt

[0.0.4]

2022-11-30

Added

  • Error is thrown when PWA install prompt is called but not supported

[0.0.3]

2022-11-15

Added

  • Added supported browsers link to readme

Changed

  • If the browser does not support the installation prompt, promptInstall_() won't do anything

[0.0.2]

2022-11-04

Changed

  • Updated package README

[0.0.1]

2022-11-04

Added

  • Initial pre-release

Types of Changes

  • Added
  • Changed
  • Deprecated
  • Removed
  • Fixed
  • Security