Skip to content

0.11

Compare
Choose a tag to compare
@abellion abellion released this 10 Mar 17:29
· 109 commits to master since this release

Relationships have landed ! Check out the documentation for more informations.

  • The Xenus\Collection protected properties name and document became constant properties.
  • The Xenus\Collection class is no longer abstract. You can instantiate it by giving an array of options as a second argument.
  • All of the Xenus\Collection methods returning a MongoDB Cursor now return a Xenus\Cursor having the same methods as the original cursor.
  • The Xenus\Document now provides accessors for an _id property.