This repository was archived by the owner on Oct 24, 2023. It is now read-only.
v1.0.0-beta.1
·
2041 commits
to main
since this release
- add unit tests for query, fetch and delete requests
- add tests for order and product update actions
- add customer, category and cart update action tests
- refactor annotation generator
- refactor context aware objects to give a context callback to child
- add constructor tests for update commands
- add customer object and order create request test
- add customer request tests
- update Collection and JsonObject tests
- add model unit tests
- execute apigen only at master or tag changes
- fix state and taxRate
- add reference test
- add typed objects for references
- add currency formatter test
- refactor collection and jsonObject
- remove deprecated functions
- add integration tests for category
- refactor query parameters
- add reference getter to JsonObject
- return references only for documents
- log deprecation headers
- add pool size configuration to client
- add future requests
- add future tests
- add toString to LocalizedSearchKeywords model
- fix product draft tax category
- add links to api documentation for models
- correct type hints for zone requests
- add links to api documentation for requests
- add limit of update action logging to update requests
- add cache adapter for redis storage