Changelog of @hackage/hasql-postgresql-types 0.2
Changelog
0.2
Breaking changes
- Removed the
encoderanddecoderfunctions fromHasql.PostgresqlTypes. Codec access is now done via theIsScalartypeclass from the newhasql-mappingdependency. ImportHasql.PostgresqlTypes ()to bring the instances into scope, then useHasql.Mapping.IsScalar.encoderandHasql.Mapping.IsScalar.decoder(or the re-exports fromHasql.Mapping). - Bumped
hasqllower bound from1.10.1to1.10.3.
New features
- Added
IsScalarinstances for all PostgreSQL types defined inpostgresql-types, includingTsvector. - Added new dependencies:
hasql-mappingandpostgresql-types.
0.1.0.1
Initial release.