Fixes
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 22:00:27 +0200
6 files changed,
8 insertions(+),
9 deletions(-)
M
docs/example/assets/js/h3.js
→
docs/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.js
→
docs/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.js
→
docs/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.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) {