Skip to content

Commit 4e8c6c5

Browse files
committed
Add 0.1.0 release notes
1 parent 9422987 commit 4e8c6c5

File tree

1 file changed

+164
-0
lines changed

1 file changed

+164
-0
lines changed

Diff for: RELEASE-0.1.0

+164
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
2014-12-11 Hannes Magnusson <[email protected]>
2+
* PHP-1326: Makefile for testing/releasing & stuffz
3+
4+
2014-12-11 Hannes Magnusson <[email protected]>
5+
* Add a version constant
6+
7+
2014-12-11 Hannes Magnusson <[email protected]>
8+
* Missed committing the helper functions
9+
10+
2014-12-11 Hannes Magnusson <[email protected]>
11+
* Add test for insertOne(), findOne(), count(), ..
12+
13+
2014-12-11 Hannes Magnusson <[email protected]>
14+
* Do not merge options, mongod doesn't like empty ones
15+
16+
2014-12-11 Hannes Magnusson <[email protected]>
17+
* Importing json, finding one document
18+
19+
2014-12-11 Hannes Magnusson <[email protected]>
20+
* PHP-1335: Add Collection::findOne() helper
21+
22+
2014-12-10 Hannes Magnusson <[email protected]>
23+
* PHP-1327: Initial commit of PHongo CRUD docs
24+
25+
2014-12-10 Hannes Magnusson <[email protected]>
26+
* ignore apidoc
27+
28+
2014-12-10 Hannes Magnusson <[email protected]>
29+
* Add experimental apigen config file
30+
31+
2014-12-10 Hannes Magnusson <[email protected]>
32+
* Add example referenced from Collection::bulkWrite()
33+
34+
2014-12-10 Hannes Magnusson <[email protected]>
35+
* PHP-1327: Add docblocks
36+
37+
2014-12-10 Hannes Magnusson <[email protected]>
38+
* Fetch the correct option set
39+
40+
2014-12-10 Jeremy Mikola <[email protected]>
41+
* Add default PHPUnit configuration
42+
43+
2014-12-10 Hannes Magnusson <[email protected]>
44+
* PHP-1331: Implement Collection::getDatabaseName() and Collection::getCollectionName()
45+
46+
2014-12-10 Hannes Magnusson <[email protected]>
47+
* deleteMany is supposed to have no limit
48+
49+
2014-12-10 Hannes Magnusson <[email protected]>
50+
* PHP-1332: Throw InvalidArgumentException on argument errors
51+
52+
2014-12-10 Hannes Magnusson <[email protected]>
53+
* Move constants from namespace constants to class constants
54+
55+
2014-12-09 Hannes Magnusson <[email protected]>
56+
* Lets see if this works for phongo...
57+
58+
2014-12-09 Hannes Magnusson <[email protected]>
59+
* ws
60+
61+
2014-12-09 Hannes Magnusson <[email protected]>
62+
* ignore the composer lock
63+
64+
2014-12-09 Hannes Magnusson <[email protected]>
65+
* Add "PSR-4" autoloading
66+
67+
2014-12-08 Hannes Magnusson <[email protected]>
68+
* Bump dependency
69+
70+
2014-12-08 Hannes Magnusson <[email protected]>
71+
* folding markers
72+
73+
2014-12-08 Hannes Magnusson <[email protected]>
74+
* PHP-1312: Implement Collection::bulkWrite()
75+
76+
2014-12-08 Hannes Magnusson <[email protected]>
77+
* write.php contains all examples for now
78+
79+
2014-12-08 Hannes Magnusson <[email protected]>
80+
* Regenerate
81+
82+
2014-12-08 Hannes Magnusson <[email protected]>
83+
* PHP-1300: Create WriteResult classes
84+
85+
2014-12-08 Hannes Magnusson <[email protected]>
86+
* PHP-1315: Implement Collection::findOneAndUpdate()
87+
88+
2014-12-08 Hannes Magnusson <[email protected]>
89+
* PHP-1313: Implement Collection::findOneAndDelete()
90+
91+
2014-12-08 Hannes Magnusson <[email protected]>
92+
* PHP-1314: Implement Collection::findOneAndReplace()
93+
94+
2014-12-08 Hannes Magnusson <[email protected]>
95+
* Fix replacing a document after fixing PHP-1320
96+
97+
2014-12-08 Hannes Magnusson <[email protected]>
98+
* folding
99+
100+
2014-12-08 Hannes Magnusson <[email protected]>
101+
* improve throw/catch frequency
102+
103+
2014-12-08 Hannes Magnusson <[email protected]>
104+
* Missed deleting an empty file after refactoring
105+
106+
2014-12-08 Hannes Magnusson <[email protected]>
107+
* Ignore local ini
108+
109+
2014-12-08 Hannes Magnusson <[email protected]>
110+
* I have no idea why, but this is apparently not valid syntax in php
111+
112+
2014-12-05 Hannes Magnusson <[email protected]>
113+
* Improve Command Cursor suport
114+
115+
2014-12-05 Hannes Magnusson <[email protected]>
116+
* PHP-1301: Collection::aggregate()
117+
118+
2014-12-05 Hannes Magnusson <[email protected]>
119+
* Fix option parsing and pass correct options to distinct
120+
121+
2014-12-04 Hannes Magnusson <[email protected]>
122+
* PHP-1303: Collection::distinct()
123+
124+
2014-12-04 Hannes Magnusson <[email protected]>
125+
* PHP-1302: Collection::count()
126+
127+
2014-12-04 Hannes Magnusson <[email protected]>
128+
* Make this more namespace and autoload friendly, class per file
129+
130+
2014-12-04 Hannes Magnusson <[email protected]>
131+
* PHP-1309: Collection::replaceOne()
132+
133+
2014-12-04 Hannes Magnusson <[email protected]>
134+
* CRUD API examples
135+
136+
2014-12-04 Hannes Magnusson <[email protected]>
137+
* PHP-1310 & PHP-1311: Collection::update[One|Many]()
138+
139+
2014-12-04 Hannes Magnusson <[email protected]>
140+
* PHP-1307 & PHP-1308: Collection::delete[One|Many]()
141+
142+
2014-12-04 Hannes Magnusson <[email protected]>
143+
* PHP-1305: Collection::insertOne()
144+
145+
2014-12-04 Hannes Magnusson <[email protected]>
146+
* Naming consistency with the spec
147+
148+
2014-12-04 Hannes Magnusson <[email protected]>
149+
* Implement write helper
150+
151+
2014-12-04 Hannes Magnusson <[email protected]>
152+
* Reorganize and add folding markers
153+
154+
2014-12-04 Hannes Magnusson <[email protected]>
155+
* Initial commit
156+
157+
2014-12-04 Hannes Magnusson <[email protected]>
158+
* Initial commit
159+
160+
2014-12-04 Hannes Magnusson <[email protected]>
161+
* Basic ignore
162+
163+
2014-12-04 Hannes Magnusson <[email protected]>
164+
* PHP-1304: Implement Collection::find()

0 commit comments

Comments
 (0)