Changelog of @hackage/hasql-postgresql-types 0.2

Changelog

0.2

Breaking changes

  • Removed the encoder and decoder functions from Hasql.PostgresqlTypes. Codec access is now done via the IsScalar typeclass from the new hasql-mapping dependency. Import Hasql.PostgresqlTypes () to bring the instances into scope, then use Hasql.Mapping.IsScalar.encoder and Hasql.Mapping.IsScalar.decoder (or the re-exports from Hasql.Mapping).
  • Bumped hasql lower bound from 1.10.1 to 1.10.3.

New features

0.1.0.1

Initial release.