-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
47 lines (33 loc) · 1.24 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
0.1.2 / 2017-02-13
* Added hash verification function.
* Add "is_admin" field to viewer token request.
0.1.1 / 2017-01-19
* Initial release.
0.1.3 / 2017-01-19
* Group ID is not required
0.1.4 / 2017-04-25
* Allow setting `component` and `version` on events via `Client` constructor
0.2.0 / 2017-05-18
* displayName is a required parameter to getViewerToken
0.3.0 / 2017-05-19
* Update types to reflect that `event.created` is a Date, should be sent as an ISO8601 string
0.3.1 / 2017-05-22
* getViewerToken accepts actorId instead of displayName
0.3.2 / 2017-05-30
* implement `Retraced.Client#reportEvents(Event[])` for bulk reporting retraced events
0.3.3 / 2017-05-31
* implement `Retraced.Client#query` for searching with GraphQL
0.3.4 / 2017-06-23
* Fix structured query stringify bug for GraphQL
0.3.5 / 2017-06-23
* Return key and value from GraphQL for fields requests
0.3.6 / 2017-06-26
* Targets and actors may have fields subfields
0.4.0 / 2017-10-17
* reportEvent and reportEvents return the new event ID(s)
* reportEvent uses the single /event endpoint.
0.4.1 / 2018-10-31
* log HTTP response body on graphql API errors
0.4.2 / 2022-06-06
* Upgrade TS 2 to 4
* Upgrade dependencies