Skip to content

Releases: DirectoryTree/ActiveRedis

v1.3.1

03 Oct 12:35
Compare
Choose a tag to compare

Fixed

  • Properly return null when accessing a primitive cast on a model that has a null value - b0523f7

v1.3.0

02 Oct 14:08
Compare
Choose a tag to compare

Added

  • Model::$hidden/Model::$visible attributes feature from Eloquent - cf88d30

Fixed

  • Properly cast attributes to their JSON'able type when transforming a model instance to an array ($model->toArray()) - cf88d30

v1.2.2

01 Oct 20:15
Compare
Choose a tag to compare

Fixed

  • Implicit conversion from float to int loses precision warning when calling $model->setExpiry() with DateTime instance - 73f9e2f

v1.2.1

28 Sep 04:33
Compare
Choose a tag to compare

Changed

v1.2.0

27 Sep 16:59
Compare
Choose a tag to compare

Added

v1.1.0

27 Sep 13:37
Compare
Choose a tag to compare

Added

v1.0.2

25 Sep 14:51
Compare
Choose a tag to compare

Fixed

  • Allow null to be used in find and whereKey methods

v1.0.1

24 Sep 20:26
Compare
Choose a tag to compare

Added

  • Arrayable and ArrayAccess interfaces on Model

Fixed

  • Chunk bailing too early when Redis returns no keys even though the query hasn't completed

v1.0.0

24 Sep 16:41
Compare
Choose a tag to compare

First release! 🎉