File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for capability
2
2
3
- ## 0.?.?.? -- ??
3
+ ## 0.3.0.0 -- 2020-03-19
4
4
5
5
* Rename HasStream to HasSink, for symmetry.
6
6
See [ #75 ] ( https://github.com/tweag/capability/pull/75 )
11
11
* Make HasSource and HasSink superclasses of HasState.
12
12
See [ #75 ] ( https://github.com/tweag/capability/pull/75 )
13
13
14
+ * Introduce ` derive ` to run an action that requires additional capabilities.
15
+ See [ #74 ] ( https://github.com/tweag/capability/pull/74 )
16
+ and [ #83 ] ( https://github.com/tweag/capability/pull/83 )
17
+
18
+ * Handlers ` zoom ` and ` magnify ` can now carry capabilities over from the context.
19
+ See [ #73 ] ( https://github.com/tweag/capability/pull/73 )
20
+
21
+ * Introduce functional capabilities and the ` TypeOf ` type family.
22
+ See [ #72 ] ( https://github.com/tweag/capability/pull/72 )
14
23
15
24
## 0.2.0.0 -- 2019-03-22
16
25
Original file line number Diff line number Diff line change 1
1
name : capability
2
- version : 0.2 .0.0
2
+ version : 0.3 .0.0
3
3
homepage : https://github.com/tweag/capability
4
4
license : BSD3
5
5
license-file : LICENSE.md
You can’t perform that action at this time.
0 commit comments