Skip to content

Releases: peroks/model

1.0.0 / 2023-06-10

10 Jun 12:13
046c19f
Compare
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
Compare
Choose a tag to compare
  • Fixed an issue with Model::data()

0.8.6 / 202210-23

23 Oct 14:20
Compare
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
Compare
Choose a tag to compare

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

0.8.3 / 2022-10-02

02 Oct 11:56
Compare
Choose a tag to compare

Refactored CALLABLE to FUNCTION

0.8.1 / 2022-10-01

30 Sep 23:26
Compare
Choose a tag to compare

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

Initial release

28 Sep 16:11
Compare
Choose a tag to compare
0.8.0

Adding Model:replace() method