All Versions
44
Latest Version
Avg Release Cycle
66 days
Latest Release
-

Changelog History
Page 3

  • v0.5.1.1 Changes

    • โšก๏ธ Update to the instances for generics, to improve error messages for sum types with more than 255 constructors. See #141
  • v0.5.1.0 Changes

    • โšก๏ธ Update to TH to support sum types with more than 62 constructors.

    • ๐Ÿ‘‰ Uses TH to derive Either instance, so that it can sometimes have ConstSize #119.

  • v0.5.0 Changes

    • ๐Ÿ“ฆ Data.Store.Streaming moved to a separate package, store-streaming.
  • v0.5.0.1 Changes

    • โšก๏ธ Updates to test-suite enabling store to build with newer dependencies.
  • v0.4.4.4

    November 29, 2020
  • v0.4.4.3

    August 05, 2020
  • v0.4.4.2

    October 23, 2019
  • v0.4.4.1

    October 17, 2019
  • v0.4.3 Changes

    • Less aggressive inlining, resulting in faster compilation / simplifier not running out of ticks
  • v0.4.3.2 Changes

    • ๐Ÿ— Buildable with GHC 8.2

    • ๐Ÿ›  Fix to haddock formatting of Data.Store.TH code example