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

Changelog History
Page 2

  • v0.7.5

    July 31, 2020
  • v0.7.4 Changes

    April 04, 2020
    • ๐Ÿ›  Fix for compilation with ghc-8.10 in 0.7.3 did not use enough CPP, and so broke builds for older versions. This release fixes that.
  • v0.7.3 Changes

    April 04, 2020
    • ๐Ÿ›  Fixes compilation with ghc-8.10, particularly template-haskell-2.16.0.0. See #149.
  • v0.7.2 Changes

    February 08, 2020
    • ๐Ÿ›  Fixes compilation with vector >= 0.12.1.1 by making deriveManyStoreUnboxVector capable of handling more complex instance constraints. In particular, it now correctly generates instances Store (Vector (f (g a))) => Store (Vector (Compose f g a)) and Store (Vector (f a)) => Store (Vector (Alt f a)).
  • v0.7.1 Changes

    November 17, 2019
    • ๐Ÿ›  Fixes compilation with GHC-7.10 due to it not defining Generic instances for Complex and Identity. See #142.

    • Documents some gotchas about using store vs other libraries

  • v0.7.0 Changes

    November 10, 2019
    • ๐Ÿ›  Fixes a bug where the Store instances for Identity, Const, and Complex all have Storable superclasses instead of `Store. See #143.
  • v0.6.1 Changes

    November 10, 2019
    • Can now optionally be built with integer-simple instead of integer-gmp, via the integer-simple cabal flag. Note that the serialization of Integer with integer-simple differs from what is used by the GMP default. See #147.
  • v0.6.0 Changes

    October 17, 2019
    • ๐Ÿ— Now builds with GHC-8.8. This is a major version bump because MonadFail constraints were added to some functions, which is potentially a breaking change.
  • v0.6.0.1 Changes

    October 23, 2019
  • v0.5.1.2 Changes

    • ๐Ÿ›  Fixes compilation with GHC < 8.0. See #142.