Skip to content

Releases: moderation-api/sdk-php

v0.3.0

11 Dec 15:23
ee72701

Choose a tag to compare

0.3.0 (2025-12-10)

Full Changelog: v0.2.0...v0.3.0

⚠ BREAKING CHANGES

  • use camel casing for all class properties

Features

  • add BaseResponse class for accessing raw responses (b70b4c9)
  • split out services into normal & raw types (a7e26e6)
  • use camel casing for all class properties (fc81f4b)

Chores

  • ensure constant values are marked as optional in array types (50679be)
  • switch from #[Api(optional: true|false)] to #[Required]|#[Optional] for annotations (0b40eda)
  • use $self = clone $this; instead of $obj = clone $this; (a8db5b6)

v0.2.0

06 Dec 11:35

Choose a tag to compare

0.2.0 (2025-12-06)

Full Changelog: v0.1.1...v0.2.0

Features

  • allow both model class instances and arrays in setters (1274a2b)
  • api: api update (8d25646)

v0.1.1

05 Dec 15:40
c300a72

Choose a tag to compare

0.1.1 (2025-12-05)

Full Changelog: v0.1.0...v0.1.1

Chores

v0.1.0

05 Dec 15:17
892b4dc

Choose a tag to compare

0.1.0 (2025-12-05)

Full Changelog: v0.0.1...v0.1.0

Features

Chores