Release v0.2.1
Pre-release
Pre-release
Summary
Implement product query enhancements, a more versatile Continous Integration/Testing configuration w/ Docker support, some minor types, new tests, and bugfixes. See README.md for more information on testing with Docker.
New Types
-
PaymentGateway
#118 -
MetaData
#123 -
ProductTaxonomyEnum
#126 -
TaxonomyOperatorEnum
#126 -
ProductTaxonomyFilterInput
#126 -
ProductTaxonomyFilterRelationInput
#126
Changes
- Travis-CI configuration updated to use Docker to support Codeception e2e testing. #115
- Improved filtering for
Product
connections. #126
Fixes
- Miscellanous bugs related to the
Checkout
mutation. #132 - Miscellanous bugs related to filtering for
Product
connections. #125 - Fixed bug causing issues related the
PostObject
connection hook and resolution by hierachy #124
New Tests
-
QLSessionHandlerCest
-
NewCustomerCheckingOutCept
#132
Change Log
v0.2.1-beta (2019-08-27)
Implemented enhancements:
- Hooks for mutations #108
- productBy query should support querying by slug #95
- Support update of multiple quantities in cart in a single mutation #94
- Other mutations #19
- Order mutations #16
- Checkout mutation bugfix/enhancements #132 (kidunot89)
- Adds "taxonomyFilter" to product connections #126 (kidunot89)
- MetaData type and queries #123 (kidunot89)
- PaymentGateway type. #118 (kidunot89)
- CI upgrade #115 (kidunot89)
Fixed bugs:
- customerRegister mutation resolves wrong object for
viewer
field #111 - I cant see the category thumbnail #93
Merged pull requests: