|
2 | 2 |
|
3 | 3 | ## Version 5.0.0 (alpha) |
4 | 4 |
|
5 | | -* Removed `Claims` class (deprecated since 1.0). |
6 | | -* Removed `getClaims` and `setClaims` methods from `Entity`, `Item` and `Property` (deprecated since |
7 | | - 1.0). |
8 | | -* Removed `HashableObjectStorage` class (deprecated since 4.4). |
9 | | -* `ReferenceList` no longer derives from `SplObjectStorage`. |
| 5 | +* Removed `Claims` class (deprecated since 1.0) |
| 6 | +* Removed `getClaims` and `setClaims` methods from `Entity`, `Item` and `Property` (deprecated since 1.0) |
| 7 | +* Removed `HashableObjectStorage` class (deprecated since 4.4) |
| 8 | +* `ReferenceList` no longer derives from `SplObjectStorage` |
10 | 9 | * Removed `addAll`, `attach`, `contains`, `detach`, `getHash`, `getInfo`, `removeAll`, |
11 | | - `removeAllExcept` and `setInfo` methods. |
12 | | -* `ReferenceList` no longer implements `ArrayAccess`. |
13 | | - * Removed `offsetExists`, `offsetGet`, `offsetSet` and `offsetUnset` methods. |
14 | | -* `ReferenceList` no longer implements `Iterator`. |
15 | | - * Removed `current`, `key`, `next`, `rewind` and `valid` methods. |
16 | | -* `ReferenceList` now implements `IteratorAggregate`. |
17 | | - * Added `getIterator` method. |
18 | | -* Removed `ReferenceList::removeDuplicates`. |
19 | | -* `ReferenceList::addReference` now throws an `InvalidArgumentException` for negative indices. |
20 | | -* `EntityDocument` now implements `Comparable`. |
| 10 | + `removeAllExcept` and `setInfo` methods |
| 11 | +* `ReferenceList` no longer implements `ArrayAccess` |
| 12 | + * Removed `offsetExists`, `offsetGet`, `offsetSet` and `offsetUnset` methods |
| 13 | +* `ReferenceList` no longer implements `Iterator` |
| 14 | + * Removed `current`, `key`, `next`, `rewind` and `valid` methods |
| 15 | +* `ReferenceList` now implements `IteratorAggregate` |
| 16 | + * Added `getIterator` method |
| 17 | +* Removed `ReferenceList::removeDuplicates` |
| 18 | +* `ReferenceList::addReference` now throws an `InvalidArgumentException` for negative indices |
| 19 | +* `EntityDocument` now implements `Comparable` |
| 20 | + * Added `equals` method |
| 21 | +* Added `copy` to `EntityDocument` |
21 | 22 |
|
22 | 23 | ## Version 4.4.0 (2016-01-20) |
23 | 24 |
|
|
0 commit comments