Releases: fiatjaf/jq-web
Releases · fiatjaf/jq-web
0.5.1
- Errors thrown by jq calls now return the full jq error output at the
err.stack
field.
- Update Emscripten build (files are smaller and hopefully more performant).
0.5.0
Update jq to version 1.6.
0.4.1
Compiled files names have changed slightly.
0.4.0
Changed API: no more jq()
calls, now we must use either jq.json()
or jq.raw()
, the same applies for jq.promised.json()
/jq.promised.raw()
.
0.3.3
Fixed promised API once and for all (I hope).
0.3.1
Now the API has, in addition to jq()
and jq.raw()
,
jq.onInitialized.addListener()
jq.promised()
jq.promised.raw()
0.3.0
Now you don't get errors for calling jq()
before the wasm or mem files finish loading. Instead, you'll get a default {}
returned. Call it again after the initial loads to get correct values.
0.2.1
some optimizations and a non-memory-bundled version.