Skip to content

v2.0.4

Choose a tag to compare

@xanojustin xanojustin released this 20 May 18:11
· 9 commits to main since this release
c8efaa1

Docs-only release.

XanoScript docs

  • System env vars in syntax.md synced with the cloud-frontend env vars page: added $release, $platform, $debugger; removed $webflow (not in source-of-truth SYSTEM_ENV_NAMES).
  • Request Context table given a Type column to match System Context. Removed unverified $remote_port / $remote_host.
  • Noted that user-defined env vars have no $ prefix ($env.MY_KEY, not $env.$MY_KEY).

Public API URL

  • Documented the full formula in apis.md: <api_baseurl>/api:<canonical>[:<branch>]/<query_name> with placeholder legend, worked example, and live-branch example.
  • Fixed stale examples across apis.md and README.md that were missing the api: prefix and/or the query-name segment.
  • Path-param examples now use a static prefix (e.g., get_one/{id}, by_id/{id}) to avoid collisions within an API group.

Full diff: #51