๐Ÿ“ฆ Versioning & Changelog

Stay updated with the latest changes in the Gameer SDK and API. Semantic versioning is used: MAJOR.MINOR.PATCH.

๐Ÿ”ข Current Version

The current stable SDK version is v1.3.0.

๐Ÿงฑ Versioning Rules

  • MAJOR โ€” breaking changes, incompatible schemas or API updates
  • MINOR โ€” new features added, backward compatible
  • PATCH โ€” bug fixes or small changes

๐Ÿ“œ Changelog

  • v1.3.0 โ€“ Added `run/pipeline` endpoint, schema conflict detection
  • v1.2.0 โ€“ CLI support for `gameer validate`, basic Unity export
  • v1.1.0 โ€“ Tilemap generator now supports top-down style
  • v1.0.0 โ€“ Initial release, core codegen + schema validator