Merge pull request #28198 from woocommerce/add/package-changelogs
add/update e2e package change logs
This commit is contained in:
commit
8f46eec95a
|
@ -0,0 +1,19 @@
|
||||||
|
# Unreleased
|
||||||
|
|
||||||
|
## Breaking Changes
|
||||||
|
|
||||||
|
- The `HTTPClientFactory` API was changed to make it easier to configure instances with
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- `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
|
||||||
|
|
||||||
|
- Added a tranformation layer between API responses and internal models
|
||||||
|
|
||||||
|
# 0.1.0
|
||||||
|
|
||||||
|
- Initial/beta release
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Unreleased
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Flaky Create Product, Coupon, and Order tests
|
||||||
|
|
||||||
|
# 0.1.0
|
||||||
|
|
||||||
|
- Initial/beta release
|
|
@ -1,4 +1,10 @@
|
||||||
# 0.16
|
# Unreleased
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Remove redundant `puppeteer` dependency
|
||||||
|
|
||||||
|
# 0.1.6
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
|
@ -25,6 +31,6 @@
|
||||||
- removed the products and orders delete resets
|
- removed the products and orders delete resets
|
||||||
- eliminated the use of docker-compose.yaml in the root of the project
|
- eliminated the use of docker-compose.yaml in the root of the project
|
||||||
|
|
||||||
# 0.15
|
# 0.1.5
|
||||||
|
|
||||||
- Initial/beta release
|
- Initial/beta release
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Unreleased
|
||||||
|
|
||||||
|
# 0.1.1
|
||||||
|
|
||||||
|
- Initial/beta release
|
Loading…
Reference in New Issue