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
- Renamed
product.json
, which contains a list of products, toproducts.json
#17 - Included
VERSION
andMETADATA
files in the PHP archive #19
v1.0.0 - 2024-09-23
- 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 thecode
field in the items ofproducts.json
, normalized to lowercase - The VERSION file reflects the last metadata update in
YYYYMMDD
format