woocommerce/packages/js/api-core-tests/CHANGELOG.md

25 lines
402 B
Markdown
Raw Permalink Normal View History

# Unreleased
# 1.0.0
## Changed
- Bumped jest version to v27
- Used the jest packaged bundled in this module to run tests
## Added
- Shipping Zones API Tests
- Shipping Methods API Tests
- Complex Order API Tests
- HTML report generation
2021-08-23 17:39:03 +00:00
# 0.1.0
- Initial/beta release
2021-10-21 06:21:47 +00:00
## Added
- Coupons API Tests
- Refunds API Tests
- Products API Tests
2021-10-29 13:56:38 +00:00
- CRUD tests for the Orders API
2021-11-09 10:19:44 +00:00
- Order Search API Tests