all repos — h3 @ 5b8dc2401af6180d42fb3f1fcdd7f1d9b362268e

A tiny, extremely minimalist JavaScript microframework.

Rebuilding
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 17:18:56 +0000
commit

5b8dc2401af6180d42fb3f1fcdd7f1d9b362268e

parent

021c875859da8a4d3925a0e925632a113eff63e5

M docs/H3_DeveloperGuide.htmdocs/H3_DeveloperGuide.htm

@@ -1446,7 +1446,7 @@ <h3>I&rsquo;m sold! Where can I get it?<a href="#document-top" title="Go to top"></a></h3>

<p>Here, look, it&rsquo;s just one file:</p> -<p><a href="https://raw.githubusercontent.com/h3rald/h3/vundefined/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a></p> +<p><a href="https://raw.githubusercontent.com/h3rald/h3/v60-0/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a></p> <p><small>Or get the minified version <a href="https://raw.githubusercontent.com/h3rald/h3/v0.11.0/h3.min.js" target="_blank">here</a>.</small></p>

@@ -1829,7 +1829,7 @@ h("img", { alt: "H3", src: "images/h3.svg" }),

]), h("div.version.col-sm.col-md", [ h("div.version-number", "vundefined"), - h("div.version-label", "“Keen Klingon“"), + h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }), ]);
M docs/example/assets/js/h3.jsdocs/example/assets/js/h3.js

@@ -1,5 +1,5 @@

/** - * H3 vundefined "Keen Klingon" + * H3 vundefined "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT
M docs/js/app.jsdocs/js/app.js

@@ -51,7 +51,7 @@ h("img", { alt: "H3", src: "images/h3.svg" }),

]), h("div.version.col-sm.col-md", [ h("div.version-number", "vundefined"), - h("div.version-label", "“Keen Klingon“"), + h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }), ]);
M docs/js/h3.jsdocs/js/h3.js

@@ -1,5 +1,5 @@

/** - * H3 vundefined "Keen Klingon" + * H3 vundefined "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT
M docs/md/overview.mddocs/md/overview.md

@@ -12,7 +12,7 @@ ### I'm sold! Where can I get it?

Here, look, it's just one file: -<a href="https://raw.githubusercontent.com/h3rald/h3/vundefined/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a> +<a href="https://raw.githubusercontent.com/h3rald/h3/v60-0/h3.js" target="_blank" class="button primary">Download v0.11.0 (Keen Klingon)</a> <small>Or get the minified version <a href="https://raw.githubusercontent.com/h3rald/h3/v0.11.0/h3.min.js" target="_blank">here</a>.</small>
M docs/md/tutorial.mddocs/md/tutorial.md

@@ -134,7 +134,7 @@ h("img", { alt: "H3", src: "images/h3.svg" }),

]), h("div.version.col-sm.col-md", [ h("div.version-number", "vundefined"), - h("div.version-label", "“Keen Klingon“"), + h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }), ]);
M h3.jsh3.js

@@ -1,5 +1,5 @@

/** - * H3 vundefined "Keen Klingon" + * H3 vundefined "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT