Skip to content

v1.7.0

Compare
Choose a tag to compare
@pfilsx pfilsx released this 23 Mar 09:01
· 21 commits to master since this release
f1eef5b

What's Changed

  • added functions (iteration 2) by @pfilsx in #8
  • fix parsing error in JsonbExists function
  • fix boolean cast to php value in boolean array for "" value

New functions:

  • ArrayToJson (ARRAY_TO_JSON)
  • JsonArrayLength (JSON_ARRAY_LENGTH)
  • JsonbArrayLength (JSONB_ARRAY_LENGTH)
  • JsonbBuildArray (JSONB_BUILD_ARRAY)
  • JsonbBuildObject (JSONB_BUILD_OBJECT)
  • JsonbEach (JSONB_EACH)
  • JsonbEachText (JSONB_EACH_TEXT)
  • JsonbObjectKeys (JSONB_OBJECT_KEYS)
  • JsonBuildArray (JSON_BUILD_ARRAY)
  • JsonBuildObject (JSON_BUILD_OBJECT)
  • JsonEach (JSON_EACH)
  • JsonEachText (JSON_EACH_TEXT)
  • JsonObjectKeys (JSON_OBJECT_KEYS)
  • Overlaps (&&)
  • ToArray (ARRAY[])
  • ToJson (TO_JSON)
  • ToJsonb (TO_JSONB)

Full Changelog: v1.6.1...v1.7.0