PHPMongo v1.16 Release Notes

Release Date: 2016-06-23 // almost 8 years ago
    • Allow set embedded document and validate it;
    • \Sokil\Mongo\Structure\Arrayable moves to \Sokil\Mongo\ArrayableInterface;
    • Structure::$_modifiedFields and Structure::$_originalData set private;
    • Document::_data is now deprecated, and replaced with protected property Document::schema;
    • Documents not allowed to be cloned;
    • Removed 'validator' suffix from names of validation errors in array of validation errors obtained from Document::getErrors();