-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCHANGELOG
60 lines (42 loc) · 1.31 KB
/
CHANGELOG
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
56
57
58
59
================
Change history
================
0.4.0
=====
:release-date: 11-03-2016
:by: Matthisk Heimensen
* Added: Retrieve unread and unseen status for notification feeds reactively via Stream.notifications
and Stream.feedManager.getNotificationFeedStats()
0.3.7
=====
:release-date: 01-03-2016
:by: Matthisk Heimensen
* Removed dependency on getstream-bin-deps (include bin deps in the package)
0.3.6
=====
:release-date: 08-01-2016
:by: Matthisk Heimensen
* Fixed: set publication status to ready when no userId is supplied to supply Stream feed for
0.3.3
=====
:release-date: 08-12-2015
:by: Matthisk Heimensen
* Fixed bug where news feeds weren't build correctly by feedManager.getNewsFeeds
0.3.1
=====
:release-date: 08-12-2015
:by: Matthisk Heimensen
* activityVerb can be either a string or a function returning a string
0.3.0
=====
:release-date: 07-12-2015
:by: Matthisk Heimensen
* BREAKING: Publish on Stream.feeds.*feedGroup* instead of Stream.feed.*feedGroup* to keep naming consistent
with the synthesized collections used to store feed data
* Check registerActivity's inputs for correct values
* Compatible with Meteor version 1.0.0+
0.2.2
=====
:release-date: 03-12-2015
:by: Matthisk Heimensen
* Added: feed publications now add correct records on live updates received from getstream.io API