Skip to content

Perfect Cocktail

Compare
Choose a tag to compare
@Mulkave Mulkave released this 10 Jun 15:50
· 63 commits to main since this release

This is it! The first stable release is out! 😸

Improvements

  • createWith to support passing in a Collection like:
Post::createWith(..., ['tags'=>Tag::all()]);
  • Saving related models with createWith to have timestamps
  • hasMany relationship generates the correct relationship label when not provided

Still Missing

  • Firing model events when not working with save() in places like createWith
  • Edges to fire events
  • Support for AND, OR, XOR and NOT operators
  • Support for [x] and [x..y] operators
  • Functional tests for Traversals
  • a cypher() method that allows running a raw Cypher query