Changelog of @hackage/hasql-postgresql-types 0.2.1.2
v0.2.1.2
Fixes
- Fixed
docsPathand thecabal haddock --haddock-for-hackageinvocation in the release workflow so Haddock docs actually get uploaded to Hackage (the v0.2.1.1 release was published without docs due to a path mismatch).
v0.2.1.1
Fixes
- Fixed the release workflow so that Haddock documentation is generated and uploaded to Hackage again during release.
v0.2.1.0
Non-breaking
- Upgraded to
postgresql-types-algebrav0.2 andpostgresql-typesv0.1.5. - Added
IsScalarinstances forCitextandGeometry.
v0.2
Breaking
- 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.
Non-breaking
- Added
IsScalarinstances for all PostgreSQL types defined inpostgresql-types, includingTsvector. - Added new dependencies:
hasql-mappingandpostgresql-types.
v0.1.0.1
Initial release.