Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit dad0f6e

Browse files
author
Jens Schulze
committed
update changelog
1 parent 66e9064 commit dad0f6e

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
# SPHERE.IO PHP SDK Changelog
22

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
336

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
449

5-
### 1.0.0-M0
6-
* initial commit
50+
### 1.0.0 Milestone 0
51+
* initial commit

0 commit comments

Comments
 (0)