forked from tbalthazar/onesignal-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
55 lines (32 loc) · 1.15 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=== 1.2.2 2021-09-02
* Fix delete a player method to include `params` argument: https://github.com/tbalthazar/onesignal-ruby/pull/20
=== 1.2.1 2021-09-01
* Add a method to delete a player: https://github.com/tbalthazar/onesignal-ruby/pull/18
=== 1.2.0 2016-04-26
* Add an optional `opts` hash to each method. It allows to specify the auth_key on a per method basis. A ruby app can now talk to several different OneSignal apps.
=== 1.1.0 2016-04-08
* Add compatibility with Ruby 2.0
=== 1.0.0 2016-02-23
* Update Player#csv_export for API consistency
=== 0.0.14 2016-02-22
* Change ruby required version from 2.2.0 to 2.1.0
=== 0.0.13 2016-02-18
* Add App#all method
* Add App#get method
* Add App#create method
* Add App#update method
=== 0.0.12 2016-02-16
* Add Notification#update method
* Add Notification#all method
* Add Notification#get method
* Add method to send DELETE requests
=== 0.0.11 2016-02-11
* Add Player#create_session method
* Add Player#create_purchase method
* Add Player#create_focus method
=== 0.0.10 2016-01-12
* Add Player#get method
=== 0.0.9 2016-01-11
* Add Player#all method
=== 0.0.8 2015-12-17
* Add Player#csv_export method