All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support
list
collections- Added ListCollection interface
- Added BaseListCollection abstract class
- Fixed
isArrayable
forstdClass
- Added support for PHP 8.2
- Removed support for PHP 8.0
- Added Collection interface
- Added Model interface
- Added Arrayable interface
- Added Convertor helper class
- Added BaseCollection abstract class
- Added BaseModel abstract class
- Added \Arrayable interface without namespace
- Added is_arrayable function without namespace
- Added to_array function without namespace