all repos — h3 @ 666346be6909b0ceb74ee733d38f13bc1e0ac27e

A tiny, extremely minimalist JavaScript microframework.

Fixes
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 22:00:27 +0200
commit

666346be6909b0ceb74ee733d38f13bc1e0ac27e

parent

6e4f58a08943f307bf5feb1ac604721618585933

6 files changed, 8 insertions(+), 9 deletions(-)

jump to
M LICENSELICENSE

@@ -1,6 +1,6 @@

MIT License -Copyright (c) 2020 Fabio Cevasco +Copyright (c) Fabio Cevasco Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
D docs/CNAME

@@ -1,1 +0,0 @@

-h3.js.org
M docs/example/assets/js/h3.jsdocs/example/assets/js/h3.js

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

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

@@ -50,7 +50,7 @@ h("a.logo.col-sm-1", { href: "#/" }, [

h("img", { alt: "H3", src: "images/h3.svg" }), ]), h("div.version.col-sm.col-md", [ - h("div.version-number", "vundefined"), + h("div.version-number", "v600-0"), h("div.version-label", "“Lucky Lurian“"), ]), h("label.drawer-toggle.button.col-sm-last", { for: "drawer-control" }),

@@ -58,7 +58,7 @@ ]);

}; const Footer = () => { - return h("footer", [h("div", "© 2020 Fabio Cevasco")]); + return h("footer", [h("div", "© 2026 Fabio Cevasco")]); }; const Navigation = (id, ids) => {
M docs/js/h3.jsdocs/js/h3.js

@@ -1,9 +1,9 @@

/** - * H3 vundefined "Lucky Lurian" + * H3 v600-0 "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT - * For the full license, see: https://github.com/h3rald/h3/blob/master/LICENSE + * For the full license, see: https://git.sr.ht/~h3rald/h3/tree/master/item/LICENSE */ const checkProperties = (obj1, obj2) => { if (Object.keys(obj1).length !== Object.keys(obj2).length) {
M h3.jsh3.js

@@ -1,9 +1,9 @@

/** - * H3 vundefined "Lucky Lurian" + * H3 v600-0 "Lucky Lurian" * Copyright 2026 Fabio Cevasco <h3rald@h3rald.com> * * @license MIT - * For the full license, see: https://github.com/h3rald/h3/blob/master/LICENSE + * For the full license, see: https://git.sr.ht/~h3rald/h3/tree/master/item/LICENSE */ const checkProperties = (obj1, obj2) => { if (Object.keys(obj1).length !== Object.keys(obj2).length) {