feature: upgrade to jq 1.7

This commit is contained in:
Jiehong Ma 2023-11-21 16:41:40 +01:00
parent 8b1b304593
commit d4e81423d3

View File

@ -96,7 +96,7 @@ jq in your browser, without sending anything to any backend.">
let delayedJq = debounce(jq, 400);
setup();
let CLI = await new Aioli("jq/1.6");
let CLI = await new Aioli("jq/1.7");
document.getElementById("filter").addEventListener('input', delayedJq);
document.getElementById("input-json").addEventListener('input', delayedJq);
@ -115,7 +115,7 @@ jq in your browser, without sending anything to any backend.">
<h1>Jq Play Offline</h1>
<div id="links">
<a href="https://gitlab.com/jiehong/jq_offline" target="_blank">Code</a>
<a href="https://stedolan.github.io/jq/manual/v1.6/" target="_blank">Manual</a>
<a href="https://jqlang.github.io/jq/manual/v1.7/" target="_blank">Manual (jq 1.7)</a>
</div>
</div>
<div id="content">