All notable changes to spaceonfire/data-source
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- First release from monorepo.
- Refactor CycleQuery.
- Fix CycleQuery::count() after query gets paginated with matching()
- Update processing PaginableCriteria in CycleQuery
- Support installation on PHP 8.
- New simplified repository adapter for Cycle ORM introduced to separate schema builder from a repository functionality.
- Entity interface simplified and now does not extend
ArrayAccess
andJsonSerializable
(butAbstractEntity
still does it).
AbstractCycleRepository
class is deprecated and should be replaced with newAbstractCycleRepositoryAdapter
class.
- Class
spaceonfire\DataSource\Bridge\CycleOrm\Mapper\Hydrator\StdClassHydrator
moved tospaceonfire/laminas-hydrator-bridge
library. Class alias provided for backwards compatibility, but will be removed in next major release.
- Namespace
spaceonfire\DataSource\Adapters
renamed tospaceonfire\DataSource\Bridge
. Class aliases provided for backwards compatibility, but will be removed in next major release.
- First release