Releases: PrestaShop/ps_apiresources
Releases · PrestaShop/ps_apiresources
v0.4.0
Changes
- #138: Release 0.4.0 by @jolelievre
- #137: Bump version 0.4.0 by @jolelievre
- #136: Exclude folders from being autoindexed during artifact build by @jolelievre
- #133: Add resource for Discount Type by @nicosomb
v0.3.0
What's Changed
- Customer endpoints by @Jeremie-Kiwik in #107
- Attribute and AttributeGroup position endpoints by @jolelievre in #126
- Fix discount endpoints with discount_type by @boherm in #128
- Addresses endpoints by @Jeremie-Kiwik in #106
- Bulk enable disable delete discount by @mattgoud in #130
- Make nullable discount quantity and quantity per user by @boherm in #119
- Add endpoint to duplicate a discount by @boherm in #129
- Revise contributing guidelines for API improvements by @kpodemski in #132
- Discount API and tests refacto by @jolelievre in #131
- Add combinations endpoint by @sebajps in #121
- Release 0.3.0 by @jolelievre in #134
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changes
- #123: Release 0.2.0 by @jolelievre
- #122: Search alias PUT must be experimental by @jolelievre
- #100: chore(api): fixed swagger doc for attributes by @tleon
- #117: Check new convention for boolean fields by @jolelievre
- #116: Add product categories details by @jolelievre
- #118: Added support for PHP 8.5 (on develop branch) by @Progi1984
- #75: Command for API endpoints coverage tracking by @kpodemski
- #109: Homogenise the endpoints with new ADR convention by @jolelievre
- #108: Stricter tests, and small modifications for consistency by @jolelievre
- #103: Ued new DateImmutable for availableDate in Products by @tleon
- #96: Contact endpoints: list/create/update by @Codencode
- #81: Feature endpoints by @Codencode
- #87: Fix the search endpoint types by @tleon
- #92: Fix: Endpoint DELETE /category/{categoryId} : The endpoint is not usable by @Codencode
- #90: Feature value endpoints by @Codencode
- #83: Pr addresses by @Jeremie-Kiwik
- #93: Add Get Hook status endpoint by @Codencode
- #95: Fix category endpoint by @nicosomb
- #94: Try to fix failing test with latest symfony release by @nicosomb
- #85: Added endpoints for domain "Store" by @Progi1984
- #76: Add endpoints for category bulk actions by @Codencode
- #86: Add missing endpoints about discounts by @nicosomb
- #69: SearchAlias resource by @kpodemski
- #66: Added attribute endpoints by @Codencode
- #73: Added endpoints for domain "TaxRulesGroup" by @Progi1984
- #84: Added endpoints for domain "Supplier" by @Progi1984
- #80: Add endpoints for category image delete and is enabled by @Codencode
- #72: Added endpoints for domain "Title" by @Progi1984
- #74: Fix hook update-status route by @boherm
- #61: Added category endpoints by @Codencode
- #70: Added endpoints for domain "Tab" by @Progi1984
- #67: Added endpoints for domain "Zone" by @Progi1984
- #65: Added endpoints for domain "WebserviceKey" by @Progi1984
- #55: Attribute group endpoints by @jolelievre
- #58: Adapt CQRSDelete endpoints to use command, add allowEmptyBody by @jolelievre
- #57: Refacto improve tests by @jolelievre
- #54: Update README links by @PrestaEdit
Breaking changes
- #109: Homogenise the endpoints with new ADR convention by @jolelievre
- #117: Check new convention for boolean fields by @jolelievre
v0.1.0
Changes
- #51: Release version 0.1.0 by @jolelievre
- #53: Make test skipping more resilient by @jolelievre
- #52: Condition setUp client creation by @jolelievre
- #50: Add delete discount & list endpoint by @tleon
- #49: Add discount endpoint by @tleon
- #48: Add cartRuleId in PUT CartRule endpoint by @boherm
- #47: Improve Product API mapping by @jolelievre
- #46: Modifications for API auto doc improvement by @jolelievre
- #45: Product multishop updates by @jolelievre
- #44: Restored PUT on hook-status by @nicosomb
- #43: Refactored Hooks API by @nicosomb
- #42: Handle localized values based on locale instead of IDs by @jolelievre
- #41: Fix swagger doc for CustomerGroup shopIds by @boherm
- #39: Create API client in setup in Hook tests by @jolelievre
- #36: EndPoint Update module by @dylanDenizonPresta
- #37: Add upload, install and uninstall endpoints by @jolelievre
- #33: Endpoint reset module by @jinpresta
- #32: Add toggle status endpoint for module by @jolelievre
- #31: Add content type in image URLs protected tests by @jolelievre
- #30: Add new endpoints for product images by @jolelievre
- #29: Chore(api): change query builder named parameter by @tleon
- #28: Update tests, and add API client listing by @jolelievre
- #24: chore(api) modify customer group endpoint mapping and tests by @tleon
- #27: Migration from Docker Compose v1 to v2 by @Progi1984
- #25: Adapt tests to core changes about AdminApi renaming by @jolelievre
- #23: Set cart rule endpoint as experimental by @jolelievre
- #22: Add license header check in CI by @jolelievre
- #20: Add module GET endpoint and bulk PUT for status by @jolelievre
- #21: Update operation field name filtersClass by @jolelievre
- #18: Update all endpoints for new admin-api base url by @jolelievre
- #19: Product listing endpoint by @tleon
- #17: Update ProductMultiShopEndpointTest for new feature flag by @M0rgan01
- #16: Update product endpoint query mapping to match new path for context values by @jolelievre
- #14: Update Protected Endpoints tests by @M0rgan01
- #13: Update the resources with the custom operations, add the list hook endpoint by @tleon
- #15: Rename ApiAccess into ApiClient by @jolelievre
- #12: Add condition for autoload by @M0rgan01
- #11: Merge dev into main by @M0rgan01
- #10: Update to api-platform v3 by @M0rgan01
- #9: chore(ci): move tests and endpoint from core by @tleon
- #8: Setup integration tests for API endpoints by @tleon
- #6: Add create and update endpoints for ApiAccess API by @jolelievre
- #5: feat(api): add delete api access endpoint by @tleon
- #4: Update main branch with initial module with a simple endpoint by @jolelievre
- #3: Release drafter by @jolelievre
- #2: First endpoint for API Access by @jolelievre
- #1: Initialize the module by @jolelievre