Releases: abellion/xenus
Releases · abellion/xenus
0.19.2
0.19.1
0.19
0.18
0.17.1
0.17
Events have landed ! Check out the documentation for more informations.
- The protected property
parameters
of theXenus\Collection
class has been renamed toconfiguration
. - The
Xenus\CollectionParameters
class has been renamed toXenus\CollectionConfiguration
. - A collection can now be resolved by relationships using an implementation of the
Xenus\CollectionResolver
interface.
0.16
- The
Xenus\Collection
class now takes aXenus\Connection
as its first argument. Read https://abellion.github.io/xenus/#/?id=first-steps to know more. - The
Xenus\Document
class now contains a__sleep()
method.