Skip to content

Releases: juice49/groqfmt-wasm

1.2.1

28 Sep 20:08
1.2.1
6200e88
Compare
Choose a tag to compare

It's now possible to format queries that include parameters in a range (thanks @mwain).

*[0...$limit]

1.2.0

17 Sep 21:48
1.2.0
d8386aa
Compare
Choose a tag to compare

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

17 Sep 21:29
1.1.0
3fdadce
Compare
Choose a tag to compare

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
}

1.0.0

15 Sep 19:38
1.0.0
Compare
Choose a tag to compare

Initial release.