polysemy-zoo v0.4.0.0 Release Notes

Release Date: 2019-07-10 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • The semantics of absorbWriter are now aligned with the MTL implementation

    ๐Ÿ†• New Effects and Interpreters

    • โž• Added SetStore effect
    • โž• Added Floodgate effect
    • โž• Added Final effect, together with submodules of interpreters using it (thanks to @KingoftheHomeless)
    • โž• Added lookupOrThrowKV, existsKV and modifyKV actions to KVStore
    • โž• Added Redis interpretations of SetStore and KVStore