- Updated to be compatible with php 8.3
- Parsed getVersion to int before adding 1
- Fixed str_replace when empty
- replaced old serialize methods with magic serialize methods to be compatible with parent serialization
- replaced curly brackets with square brackets to be compatible with PHP7.4
- fixed getEntryFromValue when a related entry does not exist
- improved search when doing find with 'query' option
- fixed entry setters for strings
- fixed query cache for paginated queries
- removed usage of deprecated each function
- fixed boolean handling of related entry in result parser
- fixed dirty detection of ordered has many field
- added escape entry formatter
- added string implementation for the order find option
- improved handling of IN keyword
- improved handling of IN keyword
- catch null when checking of order find options
- added match implementation
- fixed checking of order find options
- maximum length for a slug is 250
- increased limit of entry list options to 2000
- fixed indexOn for hasMany relations with a link model
- added method to clear all proxies from all loaded models
- initialize fields when adding fields with variables to query
- fixed entry state for hasMany changes, fixed entry state comparison for properties
- removed setOperator in ModelQuery and GenericModel for hasOne relations to get certain custom behaviours working as they should
- fixed convertEntryToArray and getEntryFromValue for hasMany fields
- added code.type and code.nullable option for model fields, used by the serialize field type
- implemented distinct option for find()
- $owner from setOwner in OwnedEntry can be null
- updated proxy to really fix save of localized hasMany on insert
- fixed hasOne relation to self with link model
- updated proxy to fix save of localized hasMany on insert
- removed constructor argument since there is no constructor
- force insert of entries with only has relations and no properties or belongs to
- id value from 0 to null when inserting an entry with only localized models
- composer.json for 1.0