|
| 1 | +RELEASE 1.0.0 |
| 2 | +------------- |
| 3 | +2016-01-21 Jeremy Mikola < [email protected]> |
| 4 | + * Rewrite documentation for 1.0.0 |
| 5 | + |
| 6 | +2016-01-21 Jeremy Mikola < [email protected]> |
| 7 | + * PHPLIB-164: CreateCollection should use type map |
| 8 | + |
| 9 | +2016-01-20 Jeremy Mikola < [email protected]> |
| 10 | + * PHPLIB-165: Take explicit db/coll name args in Collection ctor |
| 11 | + |
| 12 | +2016-01-20 Jeremy Mikola < [email protected]> |
| 13 | + * PHPLIB-74: Use Client's default type map for Database and Collection |
| 14 | + |
| 15 | +2016-01-20 Jeremy Mikola < [email protected]> |
| 16 | + * PHPLIB-164: Drop operations should use type map |
| 17 | + |
| 18 | +2016-01-19 Jeremy Mikola < [email protected]> |
| 19 | + * PHPLIB-164: Database::command() should use type map |
| 20 | + |
| 21 | +2016-01-18 Jeremy Mikola < [email protected]> |
| 22 | + * PHPLIB-162: Support database and collection selection via __get() |
| 23 | + |
| 24 | +2016-01-18 Jeremy Mikola < [email protected]> |
| 25 | + * PHPLIB-163: __set_state() for BSON array and document models |
| 26 | + |
| 27 | +2016-01-14 Jeremy Mikola < [email protected]> |
| 28 | + * BSONDocument should allow property access by default |
| 29 | + |
| 30 | +2016-01-14 Jeremy Mikola < [email protected]> |
| 31 | + * Tests for BSON array and document serialize methods |
| 32 | + |
| 33 | +2016-01-12 Jeremy Mikola < [email protected]> |
| 34 | + * Executable interface is internal |
| 35 | + |
| 36 | +2016-01-11 Jeremy Mikola < [email protected]> |
| 37 | + * Unit tests for ListDatabases and ListIndexes options |
| 38 | + |
| 39 | +2016-01-11 Jeremy Mikola < [email protected]> |
| 40 | + * Test for invalid typeMap options |
| 41 | + |
| 42 | +2016-01-11 Jeremy Mikola < [email protected]> |
| 43 | + * Test for invalid ReadConcern options |
| 44 | + |
| 45 | +2016-01-10 Jeremy Mikola < [email protected]> |
| 46 | + * Clean up exception docs and use statements |
| 47 | + |
| 48 | +2016-01-10 Jeremy Mikola < [email protected]> |
| 49 | + * PHPLIB-141: Replace InvalidArgumentTypeException with a factory method |
| 50 | + |
| 51 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 52 | + * Remove unused exception classes |
| 53 | + |
| 54 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 55 | + * Unit test for IndexInfo's ArrayAccess implementation |
| 56 | + |
| 57 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 58 | + * PHPLIB-141: Static method for immutable BadMethodCallException |
| 59 | + |
| 60 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 61 | + * Add missing doc block info |
| 62 | + |
| 63 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 64 | + * PHPLIB-157: Improve _id extraction for Serializable objects |
| 65 | + |
| 66 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 67 | + * Re-order functions.php alphabetically |
| 68 | + |
| 69 | +2016-01-07 Jeremy Mikola < [email protected]> |
| 70 | + * Test with mongodb-1.1.2 on Travis CI |
| 71 | + |
| 72 | +2016-01-05 Jeremy Mikola < [email protected]> |
| 73 | + * PHPLIB-74: Use array and document classes in default type map |
| 74 | + |
| 75 | +2015-12-28 Jeremy Mikola < [email protected]> |
| 76 | + * PHPLIB-74: Model classes for BSON array and document |
| 77 | + |
| 78 | +2015-12-28 Jeremy Mikola < [email protected]> |
| 79 | + * Update IndexInput::bsonSerialize() doc block |
| 80 | + |
| 81 | +2015-12-28 Jeremy Mikola < [email protected]> |
| 82 | + * Add 1.0.0-beta2 release notes |
| 83 | + |
1 | 84 | RELEASE 1.0.0-beta2
|
2 | 85 | -------------------
|
3 | 86 | 2015-12-25 Jeremy Mikola < [email protected]>
|
|
0 commit comments