removedInput schema / properties / author
Removed value: -{
- "description": "Filter by author name (case-insensitive partial match).",
- "type": "string"
-}
changedInput schema / properties / family / description
Previous value: -"Filter by game family (e.g. \"chess\", \"shogi\", \"xiangqi\", \"janggi\", \"draughts\", \"go\", \"emoji\", \"oware\", \"abalone\", \"othello\", \"backgammon\", \"amazons\", \"breakthrough\", \"fairy-chess\", \"lines-of-action\", \"makruk\", \"sittuyin\", \"playing-cards\", \"togyzkumalak\")."New value: +"Filter by game family (chess, shogi, xiangqi, draughts, go, etc)"
removedInput schema / properties / license
Removed value: -{
- "description": "Filter by SPDX license (e.g. \"MIT\", \"CC-BY-4.0\", \"CC0-1.0\", \"Apache-2.0\", \"GPL-2.0+\").",
- "type": "string"
-}
changedInput schema / properties / limit / description
Previous value: -"Max results to return (default 20, max 96)."New value: +"Max results (default 10)"
removedInput schema / properties / playable
Removed value: -{
- "description": "Filter to only playable sets (usable in the chess.moddable.games play UI).",
- "type": "boolean"
-}
changedInput schema / properties / query / description
Previous value: -"Search term to match against set name, author, or ID (case-insensitive)."New value: +"Search term (e.g. \"staunton\", \"pixel\", \"shogi\")"
removedInput schema / properties / recolorable
Removed value: -{
- "description": "Filter to only recolorable sets (SVGs support color theming).",
- "type": "boolean"
-}
addedInput schema / required
Added value: +[
+ "query"
+]