28.0.0 (2022-03-27)
Features
BREAKING CHANGES
-
- previously sql.json did not specify ::json or ::jsonb. Now the appropriate type identifier is chosen based on whether you use ::json or ::jsonb
-
feat: add jsonb
-
- previously sql.json did not specify ::json or ::jsonb. Now the appropriate type identifier is chosen based on whether you use ::json or ::jsonb
-
fix: correctly handle sql.json(null)
-
docs: correct jsonb usage example