Skip to content

Releases: abellion/xenus

0.19.2

12 Jan 16:24
702370d
Compare
Choose a tag to compare
  • Updated doc-block comments (#9)
  • Connect document copies with their original collection (#10)

0.19.1

10 Aug 08:11
7e7210c
Compare
Choose a tag to compare

This release prevents null values from being considered as undefined in a Xenus\Document.

0.19

05 Apr 09:07
Compare
Choose a tag to compare
  • Support PHP 8.1

0.18

02 Mar 14:59
Compare
Choose a tag to compare
  • Bump minimum PHP version to ^7.1.
  • Support PHP 8.

0.17.1

03 Aug 13:47
Compare
Choose a tag to compare

This release fixes an issue when the display_errors configuration of PHP is turned on.

0.17

30 Jul 15:54
Compare
Choose a tag to compare

Events have landed ! Check out the documentation for more informations.

  • The protected property parameters of the Xenus\Collection class has been renamed to configuration.
  • The Xenus\CollectionParameters class has been renamed to Xenus\CollectionConfiguration.
  • A collection can now be resolved by relationships using an implementation of the Xenus\CollectionResolver interface.

0.16

27 Apr 14:26
Compare
Choose a tag to compare

0.15

10 Jun 15:14
Compare
Choose a tag to compare
  • The Xenus\Concerns\HasRelationships build method is now protected.
  • The Xenus\Support\Transform::collection() method now preserves the given collection's keys.

0.14

09 Jul 09:02
Compare
Choose a tag to compare
  • Added a count() method to hasMany and belongsToMany relationships.

0.13

14 Jun 11:41
Compare
Choose a tag to compare
  • Added a findOne() method to hasMany and belongsToMany relationships.
  • Added a distinct() method to hasMany and belongsToMany relationships.