Skip to content

Commit

Permalink
Add 0.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 12, 2014
1 parent 9422987 commit 4e8c6c5
Showing 1 changed file with 164 additions and 0 deletions.
164 changes: 164 additions & 0 deletions RELEASE-0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
2014-12-11 Hannes Magnusson <[email protected]>
* PHP-1326: Makefile for testing/releasing & stuffz

2014-12-11 Hannes Magnusson <[email protected]>
* Add a version constant

2014-12-11 Hannes Magnusson <[email protected]>
* Missed committing the helper functions

2014-12-11 Hannes Magnusson <[email protected]>
* Add test for insertOne(), findOne(), count(), ..

2014-12-11 Hannes Magnusson <[email protected]>
* Do not merge options, mongod doesn't like empty ones

2014-12-11 Hannes Magnusson <[email protected]>
* Importing json, finding one document

2014-12-11 Hannes Magnusson <[email protected]>
* PHP-1335: Add Collection::findOne() helper

2014-12-10 Hannes Magnusson <[email protected]>
* PHP-1327: Initial commit of PHongo CRUD docs

2014-12-10 Hannes Magnusson <[email protected]>
* ignore apidoc

2014-12-10 Hannes Magnusson <[email protected]>
* Add experimental apigen config file

2014-12-10 Hannes Magnusson <[email protected]>
* Add example referenced from Collection::bulkWrite()

2014-12-10 Hannes Magnusson <[email protected]>
* PHP-1327: Add docblocks

2014-12-10 Hannes Magnusson <[email protected]>
* Fetch the correct option set

2014-12-10 Jeremy Mikola <[email protected]>
* Add default PHPUnit configuration

2014-12-10 Hannes Magnusson <[email protected]>
* PHP-1331: Implement Collection::getDatabaseName() and Collection::getCollectionName()

2014-12-10 Hannes Magnusson <[email protected]>
* deleteMany is supposed to have no limit

2014-12-10 Hannes Magnusson <[email protected]>
* PHP-1332: Throw InvalidArgumentException on argument errors

2014-12-10 Hannes Magnusson <[email protected]>
* Move constants from namespace constants to class constants

2014-12-09 Hannes Magnusson <[email protected]>
* Lets see if this works for phongo...

2014-12-09 Hannes Magnusson <[email protected]>
* ws

2014-12-09 Hannes Magnusson <[email protected]>
* ignore the composer lock

2014-12-09 Hannes Magnusson <[email protected]>
* Add "PSR-4" autoloading

2014-12-08 Hannes Magnusson <[email protected]>
* Bump dependency

2014-12-08 Hannes Magnusson <[email protected]>
* folding markers

2014-12-08 Hannes Magnusson <[email protected]>
* PHP-1312: Implement Collection::bulkWrite()

2014-12-08 Hannes Magnusson <[email protected]>
* write.php contains all examples for now

2014-12-08 Hannes Magnusson <[email protected]>
* Regenerate

2014-12-08 Hannes Magnusson <[email protected]>
* PHP-1300: Create WriteResult classes

2014-12-08 Hannes Magnusson <[email protected]>
* PHP-1315: Implement Collection::findOneAndUpdate()

2014-12-08 Hannes Magnusson <[email protected]>
* PHP-1313: Implement Collection::findOneAndDelete()

2014-12-08 Hannes Magnusson <[email protected]>
* PHP-1314: Implement Collection::findOneAndReplace()

2014-12-08 Hannes Magnusson <[email protected]>
* Fix replacing a document after fixing PHP-1320

2014-12-08 Hannes Magnusson <[email protected]>
* folding

2014-12-08 Hannes Magnusson <[email protected]>
* improve throw/catch frequency

2014-12-08 Hannes Magnusson <[email protected]>
* Missed deleting an empty file after refactoring

2014-12-08 Hannes Magnusson <[email protected]>
* Ignore local ini

2014-12-08 Hannes Magnusson <[email protected]>
* I have no idea why, but this is apparently not valid syntax in php

2014-12-05 Hannes Magnusson <[email protected]>
* Improve Command Cursor suport

2014-12-05 Hannes Magnusson <[email protected]>
* PHP-1301: Collection::aggregate()

2014-12-05 Hannes Magnusson <[email protected]>
* Fix option parsing and pass correct options to distinct

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1303: Collection::distinct()

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1302: Collection::count()

2014-12-04 Hannes Magnusson <[email protected]>
* Make this more namespace and autoload friendly, class per file

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1309: Collection::replaceOne()

2014-12-04 Hannes Magnusson <[email protected]>
* CRUD API examples

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1310 & PHP-1311: Collection::update[One|Many]()

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1307 & PHP-1308: Collection::delete[One|Many]()

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1305: Collection::insertOne()

2014-12-04 Hannes Magnusson <[email protected]>
* Naming consistency with the spec

2014-12-04 Hannes Magnusson <[email protected]>
* Implement write helper

2014-12-04 Hannes Magnusson <[email protected]>
* Reorganize and add folding markers

2014-12-04 Hannes Magnusson <[email protected]>
* Initial commit

2014-12-04 Hannes Magnusson <[email protected]>
* Initial commit

2014-12-04 Hannes Magnusson <[email protected]>
* Basic ignore

2014-12-04 Hannes Magnusson <[email protected]>
* PHP-1304: Implement Collection::find()

0 comments on commit 4e8c6c5

Please sign in to comment.