|
1 | 1 | # SPHERE.IO PHP SDK Changelog |
2 | 2 |
|
| 3 | +### 1.0.0 Milestone 2 |
| 4 | + * add unit tests for query, fetch and delete requests |
| 5 | + * add tests for order and product update actions |
| 6 | + * add customer, category and cart update action tests |
| 7 | + * refactor annotation generator |
| 8 | + * refactor context aware objects to give a context callback to child |
| 9 | + * add constructor tests for update commands |
| 10 | + * add customer object and order create request test |
| 11 | + * add customer request tests |
| 12 | + * update Collection and JsonObject tests |
| 13 | + * add model unit tests |
| 14 | + * execute apigen only at master or tag changes |
| 15 | + * fix state and taxRate |
| 16 | + * add reference test |
| 17 | + * add typed objects for references |
| 18 | + * add currency formatter test |
| 19 | + * refactor collection and jsonObject |
| 20 | + * remove deprecated functions |
| 21 | + * add integration tests for category |
| 22 | + * refactor query parameters |
| 23 | + * add reference getter to JsonObject |
| 24 | + * return references only for documents |
| 25 | + * log deprecation headers |
| 26 | + * add pool size configuration to client |
| 27 | + * add future requests |
| 28 | + * add future tests |
| 29 | + * add toString to LocalizedSearchKeywords model |
| 30 | + * fix product draft tax category |
| 31 | + * add links to api documentation for models |
| 32 | + * correct type hints for zone requests |
| 33 | + * add links to api documentation for requests |
| 34 | + * add limit of update action logging to update requests |
| 35 | + * add cache adapter for redis storage |
3 | 36 |
|
| 37 | +### 1.0.0 Milestone 1 |
| 38 | + * batch execution of requests |
| 39 | + * delete, update, fetchById and query requests for all endpoints |
| 40 | + * cart create and update requests |
| 41 | + * cart update actions |
| 42 | + * order create and update requests |
| 43 | + * order update actions |
| 44 | + * customer create and update requests |
| 45 | + * customer update actions |
| 46 | + * customer sign-in, email verification and password requests |
| 47 | + * custom object create request |
| 48 | + * api result to object mapping |
4 | 49 |
|
5 | | -### 1.0.0-M0 |
6 | | - * initial commit |
| 50 | +### 1.0.0 Milestone 0 |
| 51 | + * initial commit |
0 commit comments