Skip to content

Commit 0fa5f71

Browse files
authored
Prepare Changelog for Release (#87)
1 parent 065321b commit 0fa5f71

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
11
# Changelog
22

33
All Notable changes to `onesignal` will be documented in this file
4+
5+
## 2.0.0-rc1 - unreleased
6+
- [Refactor] Switch to trait based class ordering ([#58](https://github.com/laravel-notification-channels/onesignal/pull/58))
7+
- [Feature] Allow sending to multiple tags ([#73](https://github.com/laravel-notification-channels/onesignal/pull/73))
8+
- [Feature] Allow sending with an empty subject ([#56](https://github.com/laravel-notification-channels/onesignal/pull/56))
9+
- [Feature] Allow more customisation of the notification ([#55](https://github.com/laravel-notification-channels/onesignal/pull/55) & [#58](https://github.com/laravel-notification-channels/onesignal/pull/58))
10+
- [Feature] Add support for silent messages ([#67](https://github.com/laravel-notification-channels/onesignal/pull/67))
11+
- [Feature] Add support for setting a template ([#77](https://github.com/laravel-notification-channels/onesignal/pull/77))
12+
- [Feature] Allow sending to segments based on "included and excluded" ([#72](https://github.com/laravel-notification-channels/onesignal/pull/72))
13+
- [Feature] Allow sending to external user IDs ([#86](https://github.com/laravel-notification-channels/onesignal/pull/86))
14+
415
## 1.2.0 - 2018-03-09
5-
- [Feature] Added targetting per Tags https://github.com/laravel-notification-channels/onesignal/pull/48
6-
- [Refactor] Implement payload Factory https://github.com/laravel-notification-channels/onesignal/pull/50
16+
- [Feature] Added targetting per Tags ([#48](https://github.com/laravel-notification-channels/onesignal/pull/48))
17+
- [Refactor] Implement payload Factory ([#50](https://github.com/laravel-notification-channels/onesignal/pull/50))
718

819
## 1.1.1 - 2018-02-09
9-
- [Feature] Added return for response after sending the message https://github.com/laravel-notification-channels/onesignal/pull/46
20+
- [Feature] Added return for response after sending the message ([#46](https://github.com/laravel-notification-channels/onesignal/pull/46))
1021

1122
## 1.1.0 - 2018-01-08
12-
- Min. PHP Version is now PHP 7.0 and tests were executed on php 7.2 https://github.com/laravel-notification-channels/onesignal/pull/44
13-
- [Feature] Added possibility to send a Notification based on the User E-Mail https://github.com/laravel-notification-channels/onesignal/pull/40
14-
- [Feature] Added method to set any parameter on the message https://github.com/laravel-notification-channels/onesignal/pull/23
15-
- [Feature] Added method to set all image attachments at one https://github.com/laravel-notification-channels/onesignal/pull/42
23+
- Min. PHP Version is now PHP 7.0 and tests were executed on php 7.2 ([#44](https://github.com/laravel-notification-channels/onesignal/pull/44))
24+
- [Feature] Added possibility to send a Notification based on the User E-Mail ([#40](https://github.com/laravel-notification-channels/onesignal/pull/40))
25+
- [Feature] Added method to set any parameter on the message ([23](https://github.com/laravel-notification-channels/onesignal/pull/23))
26+
- [Feature] Added method to set all image attachments at once ([#42](https://github.com/laravel-notification-channels/onesignal/pull/42))
1627

1728
## 1.0.2 - 2018-01-03
1829

19-
- add compatiblity for Laravel 5.5
30+
- Add compatiblity for Laravel 5.5
2031

2132
## 1.0.0 - 2016-01-01
2233

23-
- initial release
34+
- Initial release

0 commit comments

Comments
 (0)