Skip to content

Releases: Vinelab/NeoEloquent

v1.8.2

07 Mar 15:09
5900cec
Compare
Choose a tag to compare

This release is due to the appreciated effort of @mrbig . Big thanks!

Added

  • Ability to select the Neo4j database to connect to

Fixed

  • Receiving Vinelab\NeoEloquent\Eloquent\MassAssignmentException does not exist error when filling a non-fillable attribute

v1.8.1

20 Dec 07:36
324fd57
Compare
Choose a tag to compare

Fixed

  • Laravel 8 and PHP 8.1 compatibility

v1.8.0-beta

24 Nov 08:05
Compare
Choose a tag to compare
v1.8.0-beta Pre-release
Pre-release

Added

v1.5.1

11 Oct 13:56
4202cbc
Compare
Choose a tag to compare

What's Changed

  • New client integration by @transistive in #346 introduces a stable and object-oriented client that's easy to build on!

Full Changelog: v1.5.0...v1.5.1

v1.5.0

18 Aug 10:33
Compare
Choose a tag to compare

Version release for Laravel 5.

Changed

v1.4.7

05 Jun 20:33
Compare
Choose a tag to compare

Thanks to @alex-jf and @dgerike for their fixes:

v1.4.6

13 Mar 12:38
Compare
Choose a tag to compare

Support for Laravel 5.6 thanks to @holix

This drops support for anything <5.6. Use 1.4.5 for that.

v1.4.5

13 Mar 12:20
Compare
Choose a tag to compare

Fix for order with pagination. Thanks to @Gaba93

v1.4.4

13 Nov 13:52
Compare
Choose a tag to compare

@cappuc is our hero for this release!

v1.4.3

13 Jul 07:24
Compare
Choose a tag to compare

Support for Laravel 5.4 and fixes for tests. Thanks to @marshy2346