-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG.yaml
135 lines (101 loc) · 3.11 KB
/
CHANGELOG.yaml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
upcoming: []
releases:
- version: "0.4.2"
- description: Fix writes
authors: jkarni
pr: 21
date: 2017-12-05
- version: "0.4.1"
changes:
- description: Don't fail when decoding unknown characteristic properties
authors: jkarni
pr: 19
date: 2017-08-29
- version: "0.4.0.0"
changes:
- description: Add 'getService' and 'getAllServices'
authors: jkarni
pr: 13
date: 2017-05-10
- description: Parametrize 'Service' and 'Characteristic' by handler monad
notes: |
This is a backwards-incompatible change. Previous uses of 'Service' and
'Characteristic' should be replaced with 'Service Handler' and
'Characteristic Handler', respectively,
authors: jkarni
pr: 13
date: 2017-05-10
- version: "0.3.4.0"
changes:
- description: Remove Bluetooth.Internal.Descriptors module
notes: The module was empty.
authors: jkarni
date: 2017-04-26
- description: Explicitly write and document lens classes.
notes: This helps us avoid a cabal bug.
authors: jkarni
pr: 12
date: 2017-05-07
- version: "0.3.3.0"
changes:
- description: Export 'Advertisement' constructor and make it 'IsList' instance.
authors: jkarni
date: 2017-04-25
- version: "0.3.2.1"
changes:
- description: Export 'ApplicationRegistered' type
authors: jkarni
date: 2017-04-21
- version: "0.3.2.0"
changes:
- description: Add 'unadvertise' and 'unregisterApplication'
authors: jkarni
date: 2017-04-21
- version: "0.3.1.0"
changes:
- description: Remove claimed 7.8 compatibility
notes: Thanks hvr!
authors: jkarni
date: 2017-03-21
- version: "0.3.0.0"
changes:
- description: Export runHandler
notes: Sometimes needed for testing
authors: jkarni
date: 2017-03-20
- description: Notifications
notes: |
This is a backwards incompatible change that fixes notifications.
'writeChrc' has been removed, and 'triggerNotifications' added. The
lower bound on d-bus is now 0.1.5.
authors: jkarni
date: 2017-03-20
- version: "0.2.0.0"
changes:
- description: Simplify handler type
notes: |
This is a backwards incompatible changed that simplifies the
Handler type so that it not longer takes a list of allowed errors.
authors: jkarni
date: 2017-03-01
- version: "0.1.3.0"
changes:
- description: Add 'connectionName'
authors: jkarni
issue: 2
date: 2017-01-26
- version: "0.1.2.0"
changes:
- description: Export 'IsElem'
authors: jkarni
date: 2017-01-24
- version: "0.1.1.0"
changes:
- description: Lower lower bound on 'cereal' package
authors: jkarni
date: 2017-01-24
- version: "0.1.0.0"
changes:
- description: Initial release
authors: jkarni
date: 2017-01-18