Releases: juice49/groqfmt-wasm
Releases · juice49/groqfmt-wasm
1.2.1
It's now possible to format queries that include parameters in a range (thanks @mwain).
1.2.0
inputMode
is now included in the output.
- When a GROQ query is provided, the value is
"groq"
.
- When a query URL is provided, the value is
"url"
.
1.1.0
When using a query URL as input, the following details are now included in the output:
interface Details {
projectId: string
dataset: string
cdn: boolean
apiVersion: string
perspective?: string
}