Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 1.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.0 - 2024-10-05

Changed

  • Renamed product.json, which contains a list of products, to products.json #17
  • Included VERSION and METADATA files in the PHP archive #19

v1.0.0 - 2024-09-23

Added

  • Organized API metadata using the structured path format: <lang>/<product>/<version>/api-docs.json
  • Organized product list under the following path: <lang>/products.json
  • Supported language codes (<lang>) include:
    • "EN_US" (normalized to "en_us")
    • "ZH_CN" (normalized to "zh_cn")
  • The <product> values are extracted from the code field in the items of products.json, normalized to lowercase
  • The VERSION file reflects the last metadata update in YYYYMMDD format