2020-11-05 20:57:04 +00:00
|
|
|
# Unreleased
|
|
|
|
|
2021-03-18 11:14:59 +00:00
|
|
|
|
|
|
|
# 0.1.2
|
|
|
|
|
2021-02-23 18:40:03 +00:00
|
|
|
## Added
|
|
|
|
|
|
|
|
- Support for the external product type.
|
2021-03-03 15:39:09 +00:00
|
|
|
- Support for grouped product type.
|
|
|
|
- Support for variable products and product variations.
|
2021-03-01 18:36:04 +00:00
|
|
|
- Support for coupons.
|
2021-02-24 19:16:38 +00:00
|
|
|
|
2021-01-22 13:22:33 +00:00
|
|
|
# 0.1.1
|
|
|
|
|
2020-11-11 00:32:11 +00:00
|
|
|
## Breaking Changes
|
|
|
|
|
|
|
|
- The `HTTPClientFactory` API was changed to make it easier to configure instances with
|
|
|
|
|
2020-11-05 20:57:04 +00:00
|
|
|
## Added
|
|
|
|
|
2020-11-11 00:32:11 +00:00
|
|
|
- `HTTPClientFactory` methods `withIndexPermalinks()` and `withoutIndexPermalinks()` to enable/disable API pretty permalinks
|
|
|
|
- Expanded properties of `AbstractProduct` model type
|
|
|
|
- Added `list`, `read`, `update`, and `delete` operations for `SimpleProduct` repositories
|
|
|
|
|
|
|
|
## Changes
|
|
|
|
|
2021-03-01 18:36:04 +00:00
|
|
|
- Added a transformation layer between API responses and internal models
|
2020-11-05 20:57:04 +00:00
|
|
|
|
2021-01-22 13:22:33 +00:00
|
|
|
## Fixed
|
|
|
|
|
|
|
|
- issues that caused the factory creation to fail for SimpleProduct types
|
|
|
|
- a bug with OAuth signature generation when using query parameters
|
|
|
|
|
2020-11-05 20:57:04 +00:00
|
|
|
# 0.1.0
|
|
|
|
|
|
|
|
- Initial/beta release
|