capability v0.3.0.0 Release Notes
Release Date: 2020-03-19 // almost 5 years ago-
๐ Rename HasStream to HasSink, for symmetry. See #75
Introduce HasSource, a superclass of HasReader. See #75
๐ Make HasSource and HasSink superclasses of HasState. See #75
Introduce
derive
to run an action that requires additional capabilities. See #74 and #83๐ Handlers
zoom
andmagnify
can now carry capabilities over from the context. See #73Introduce functional capabilities and the
TypeOf
type family. See #72