Skip to content

v28.0.0

Compare
Choose a tag to compare
@gajus gajus released this 27 Mar 16:49
476a856

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