Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 834 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 834 Bytes

1.1.1 - 2021-03-25

Added

  • The ability to ignore the server cache by setting ignoreServerCache param to true.
  • Updated dependencies.

1.0.0 - 2020-08-29

Added

  • New manual check mode.
  • Export checkUpdate to allow manual checking.
  • More parameters for generate-version utility: build root path, HTML index file path, JSON version file path. (view README.md)

Changed

  • Replaced setInterval with setTimeout to provide smarter checks and avoid unnecessary rerenders.
  • Checks stop if the new version is detected.