capability v0.3.0.0 Release Notes

Release Date: 2020-03-19 // about 4 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 and magnify can now carry capabilities over from the context. See #73

    • Introduce functional capabilities and the TypeOf type family. See #72


Previous changes from v0.2.0.0

    • ๐Ÿ‘‰ Make HasStream a superclass of HasWriter. See #64
    • โฌ†๏ธ Bumped version bounds on generic-lens. See #67