Skip to content

Releases: peroks/model

3.0.2 / 2025-06-08

08 Jun 11:38

Choose a tag to compare

3.0.1 / 2025-05-02

01 May 22:48

Choose a tag to compare

3.0.0 / 2024-12-27

27 Dec 12:33

Choose a tag to compare

Changed method signatures from ?self to static|null

Full Changelog: 2.0.0...3.0.0

2.0.0 / 2024-20-23

23 Dec 10:09

Choose a tag to compare

1.0.0 / 2023-06-10

10 Jun 12:13
046c19f

Choose a tag to compare

  • Requires PHP 8.1
  • Applied new PHP 8.1 options to method signatures

0.8.8 / 2022-12-15

15 Dec 08:55

Choose a tag to compare

  • Fixed an issue with Model::data()

0.8.6 / 202210-23

23 Oct 14:20

Choose a tag to compare

  • Allow for UTC (Zulu) format when validating dates.
  • Allow Model::patch() to update unwritable and immutable properties.
  • Improved validation error messages.
  • Added support for email and url properties
  • Added support for immutable properties.

0.8.5 / 2022-10-12

12 Oct 20:04

Choose a tag to compare

Added Model::load() and Model::save()

0.8.3 / 2022-10-02

02 Oct 11:56

Choose a tag to compare

Refactored CALLABLE to FUNCTION

0.8.1 / 2022-10-01

30 Sep 23:26

Choose a tag to compare

Refactored normalizeData() and normalizeProperty() into prepareData() and prepareProperty()