Releases: Vinelab/NeoEloquent
Releases · Vinelab/NeoEloquent
Everything Connects
This is the release candidate for this package, it's finally here!
- Introducing Polymorphic Relations through HyperEdges
- Added support for Querying Relations with
has()
andwhereHas()
- Added installation and configuration instructions in README.md
Many-To-Many
Introducing the belongsToMany
relationship that opens doors for working with Many-To-Many relationships.
One-To-Many
Introducing the One-To-Many relationships and revamped the hasOne
relationship to use the hasMany
in a singular form.
One-To-One
Introducing the One-To-One relationship support with hasOne
and belongsTo
relationships.
Closed Clogs
Firmly and massively unit test for backward compatibility with original Eloquent functionalities and Neo4j custom implementations. This release makes sure that most of the tests from Laravel/framework are passing in here too!
Probably Cypher
The first pre-release of this package, so far we can perform the most common queries over node(s) except relations 😕 but that is coming up!