Skip to content

CiviRemote Tools 0.8.0

Compare
Choose a tag to compare
@jensschuppe jensschuppe released this 22 Mar 13:46
· 81 commits to master since this release

What's Changed

  • JsonSchemaDataPointer: Fix phpdoc type hint by @dontub in #25
  • ContactRoles: Prevent iteration over string by @dontub in #24
  • JsonSchemaUtil: Add method to create a schema for oneOf with values that are not of type integer or string by @dontub in #28
  • JsonFormsHidden: Allow to mark hidden fields as internal by @dontub in #27
  • OpisValidatorFactory: Enable conversion of empty arrays to \stdClass object if necessary by @dontub in #26
  • Do not try to explode() return parameter when it already is an array by @jensschuppe in #29
  • Update permission declaration by @dontub in #31
  • JsonSchema: Add method __clone() by @dontub in #30
  • Add support for tagged data ($tag) in JSON schema by @dontub in #32
  • JsonFormsArray: Allow label to be NULL as in the parent class by @dontub in #33

Full Changelog: 0.7.0...0.8.0