Releases: tithely/picomapper
Releases · tithely/picomapper
2.3.0
What's Changed
- Override the count method to apply deletionTimestamp to the query by @rrigby in #19
- Add support for specifying deletion data to be inserted when a record is deleted. by @rrigby in #20
- [DEPENDENCY] - Fix GitHub workflow by @joshmcrae in #21
New Contributors
Full Changelog: 2.2.0...2.3.0
2.2.0
Enhancements:
- Columns are automatically prefixed with table names in order to support joins directly on
Mapping
instances
2.1.0
Fixes:
- Check for empty values before adding
->in()
condition in Mapping::delete()
.
- Change elvanto/picodb dependency to latest available version.
2.0.0
Enhancements:
- Updated
elvanto/picodb
dependency to latest version
1.0.1
Enhancements:
- Check deletion timestamp when updating or deleting records
1.0.0
Enhancements:
- Added support for PHP 8.0, increasing minimum supported PHP version to 7.3
0.4.4
Bug Fixes:
- Fixed one-to-one relationship bug in
Mapping::replace()
0.4.3
Bug Fixes:
- Fixed deleting records when composite primary key includes null value
0.4.2
Bug Fixes:
- Fixed updating records when composite primary key includes null value
- Moved event dispatch until after operations have completed
0.4.1
Bug Fixes:
- Fixed updating records when composite primary key includes null value