OLD | NEW |
1 Chronological listing of changes. If a particular SVN revision has no entry, tha
t | 1 Chronological listing of changes. More detail is usually found in the Git commit
messages |
2 check-in did not involve any code or feature changes. | 2 and/or the pull requests. |
3 | 3 |
| 4 |
| 5 2012-01-23 |
| 6 |
| 7 * Avoiding deprecated method to convert to a C string (thanks to Kushal Pisavadi
a) |
| 8 |
| 9 |
4 2011-11-03 | 10 2011-11-03 |
5 | 11 |
6 * Recreated project from scratch with new conventions in Xcode 4.2 (thanks to Ma
tt Di Pasquale) | 12 * Recreated project from scratch with new conventions in Xcode 4.2 (thanks to Ma
tt Di Pasquale) |
7 | 13 |
8 | 14 |
9 2011-09-26 | 15 2011-09-26 |
10 | 16 |
11 * Arguments only need to be equal, don't have to have same class | 17 * Arguments only need to be equal, don't have to have same class |
12 | 18 |
| 19 |
| 20 |
| 21 Chronological listing of changes in the original Subversion code repository. If
a particular |
| 22 SVN revision has no entry, that check-in did not involve any code or feature cha
nges. |
13 | 23 |
14 2011-02-15 (r74) | 24 2011-02-15 (r74) |
15 | 25 |
16 * Added feature to explicitly disable a partial mock | 26 * Added feature to explicitly disable a partial mock |
17 | 27 |
18 | 28 |
19 2011-01-28 (r71) | 29 2011-01-28 (r71) |
20 | 30 |
21 * Updated example to work with iOS 4.2. | 31 * Updated example to work with iOS 4.2. |
22 | 32 |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 | 246 |
237 2005-02-13 (r7) | 247 2005-02-13 (r7) |
238 | 248 |
239 * Added support for mocking formal protocols | 249 * Added support for mocking formal protocols |
240 | 250 |
241 | 251 |
242 2004-08-26 (r6) | 252 2004-08-26 (r6) |
243 | 253 |
244 * MockObject and Recorder now inherit from NSProxy. | 254 * MockObject and Recorder now inherit from NSProxy. |
245 | 255 |
OLD | NEW |