Releases: peroks/model
Releases · peroks/model
3.0.2 / 2025-06-08
Full Changelog: 3.0.1...3.0.2
3.0.1 / 2025-05-02
Full Changelog: 3.0.0...3.0.1
3.0.0 / 2024-12-27
Changed method signatures from ?self to static|null
Full Changelog: 2.0.0...3.0.0
2.0.0 / 2024-20-23
Full Changelog: 1.0.0...2.0.0
1.0.0 / 2023-06-10
- Requires PHP 8.1
- Applied new PHP 8.1 options to method signatures
0.8.8 / 2022-12-15
- Fixed an issue with Model::data()
0.8.6 / 202210-23
- 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
Added Model::load() and Model::save()
0.8.3 / 2022-10-02
Refactored CALLABLE to FUNCTION
0.8.1 / 2022-10-01
Refactored normalizeData() and normalizeProperty() into prepareData() and prepareProperty()