Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2023-03-08)


### Features

* add webpage with a notification creation form ([1521e9a](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/1521e9ac8844ea10bb411b25f34a136626789763))
* integrate create-notifications api call to backend ([#2](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/2)) ([ced7c17](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/ced7c1712773d70493127092d1658ccdb6c089ce))
* **js:** display notification on the device ([#7](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/7)) ([c253465](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/c253465382392f384511341f54f1d8e3b8995450))
* **js:** register service worker file ([#3](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/3)) ([8331f96](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/8331f967037705a7f89e8781ff3cacdd1145dffb))
* **js:** request user for notification permission ([#4](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/4)) ([c43eb22](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/c43eb221d6e940d65b202869a9091a77e8cd855e))
* **js:** send push subscription data to backend ([#6](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/6)) ([5cbaf1f](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/5cbaf1fe96b8274862ca0418783db63aa9188dff))
* **js:** subscribe user to push notification ([#5](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/5)) ([48cc1e9](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/48cc1e96c244c8bbe43da17323ab12b35331a606))
* make notification sending configurable ([#8](https://github.com/GeekyShacklebolt/simple-push-frontend/issues/8)) ([61889ff](https://github.com/GeekyShacklebolt/simple-push-frontend/commit/61889ff045b33b770c413e586553d99bf912caac))