All Versions
52
Latest Version
Avg Release Cycle
43 days
Latest Release
1972 days ago

Changelog History
Page 3

  • v1.16 Changes

    June 23, 2016
    • 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();
  • v1.15.2 Changes

    April 27, 2016
    • Update version of Event Dispatcher
  • v1.15.1 Changes

    March 10, 2016
    • Allow delete indexes
  • v1.15 Changes

    March 01, 2016
    • Removed Collection::createPipeline(). Use Collection::createAggregator;
    • Aggregator options may be passed as arguments of Collection::aggregate($pipelines, $options) or configured through methods of Pipeline;
    • Experimental feature: aggregation returns Cursor, if third parameter passed Collection::aggregate($pipelines, $options, $asCursor);
    • Collection::explainAggregate() is deprecated. Use Pipeline::explain();
    • Added debug mode to Client;
  • v1.14 Changes

    January 30, 2016
    • Fulltext search
  • v1.13.9 Changes

    January 13, 2016
    • Fixed bug #121 - Getting relation when document pool disabled
  • v1.13.8 Changes

    January 01, 2016
    • Added $addToSet operator
  • v1.13.7 Changes

    September 26, 2015
    • Add support of batch operations
  • v1.13.6 Changes

    August 25, 2015
    • Support of $unwind pipeline in aggregation
  • v1.13.5 Changes

    August 07, 2015
    • Fix getting HAS_ONE and BELONGS relation when related object not found;