0.11
Relationships have landed ! Check out the documentation for more informations.
- The
Xenus\Collection
protected propertiesname
anddocument
became constant properties. - The
Xenus\Collection
class is no longerabstract
. 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 aXenus\Cursor
having the same methods as the original cursor. - The
Xenus\Document
now provides accessors for an_id
property.