Changelog of @hackage/graphula 2.1.0.0

Unreleased

v2.1.0.0

  • Some unnecessary SafeToInsert have been removed from node and nodeKeyed.
    • node only requires SafeToInsert when the KeySource is SourceDefault, not when the KeySource is KeyArbitrary.
    • nodeKeyed no longer ever requires SafeToInsert
  • MonadGraphulaFrontend has a new insertKeyed method.

v2.0.2.2

  • Add missing MonadUnliftIO instance to GraphulaLoggedT

v2.0.2.1

  • Support persistent-2.14

v2.0.1.1

  • Support GHCs 9.0 and 9.2

v2.0.1.0

  • Add/improve documentation
  • Re-organize previously-internal module

v2.0.0.5

  • Release without dependencies upper bounds

v2.0.0.4

  • Relax persistent packages' upper bounds

v2.0.0.3

  • Relax dependencies upper bounds

v2.0.0.2

  • Support GHC-8.10 and unliftio-core 2.0.0

v2.0.0.1

First tagged release.