Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 1.92 KB

Changelog

1.2.0 (2024-01-31)

Features

  • Add function to wrap chrome.alarms.onAlarm. (eb5b6bc)
  • Add test to onAlarm(). (58eff26)

1.1.0 (2024-01-29)

Features

  • Add callback to create(), clear() and clearAll(). (6fa25bb)

Bug Fixes

  • Remove un-necessary await. (b1b6612)

1.0.0 (2024-01-29)

Features

  • Add function to wrap chrome.alarms.clear. (c45a5d9)
  • Add function to wrap chrome.alarms.clearAll. (b20e1b1)
  • Add function to wrap chrome.alarms.create. (291734b)
  • Add function to wrap chrome.alarms.get. (0ec937e)
  • Add function to wrap chrome.alarms.getAll. (4df3651)
  • Add tests. (c55cf3c)
  • Install @types/chrome (c50525a)
  • Install chrome. (c249984)