Skip to content

Releases: Vinelab/NeoEloquent

fixing detach with collection

15 Sep 16:06
Compare
Choose a tag to compare
v1.2.8

fix detach when passing Collection issue

Quick fix

04 Aug 15:54
Compare
Choose a tag to compare

Fixed syntax error when building namespaced relation label #109 - Thanks to @RobMasters

v1.2.6

13 Jul 12:19
Compare
Choose a tag to compare
explicitly require 5.1.* version of Laravel components

Fire & Label

16 Mar 17:13
Compare
Choose a tag to compare
  • createWith now fires model events creating, saving, created and saved with the corresponding models (as expected) and the created object will be returned with the related records set as relations on the model.
  • Ability to add and drop labels on models (thanks to @sameer-shelavale - PR #59)

v1.2.4

01 Mar 08:59
Compare
Choose a tag to compare

Fixed an issue with creating relations and setting their connections. Compatibility change from Illuminate's side.

v1.2.3

26 Feb 10:58
Compare
Choose a tag to compare

Specify the database connection with --database when migrating.

Migration Update for L5

26 Feb 09:10
Compare
Choose a tag to compare

To make a new migration file you should use the command neo4j:make:migration instead of the old neo4j:migrate:make

Updated to use the new path and composer to dump autoloads instead of artisan - artisan dump-autoload has been removed.

Fixed issue with Laravel 5

26 Feb 08:38
Compare
Choose a tag to compare

Service Provider method package was removed.

Supporting Laravel 5

25 Feb 23:57
Compare
Choose a tag to compare

NeoEloquent supports Laravel 5 now!

An upgrade will follow with the improvements/changes introduced in Illuminate\Database v5.

Small Migration Patch

25 Feb 23:54
Compare
Choose a tag to compare