all repos — h3 @ 41e7a24c3d5f7239599b3f9484e5f9516d4e2780

A tiny, extremely minimalist JavaScript microframework.

Added ConVer files.
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 13:55:29 +0200
commit

41e7a24c3d5f7239599b3f9484e5f9516d4e2780

parent

3696c3b84ce56b513ae82f0e26f6d602f7e0fcd0

A .conver/history.txt

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

+2026-06-17: +6000 # Re-released using ConVer, updated deps.
A .conver/legacy.txt

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

+0.11.0
A .conver/release.txt

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

+6000
A .conver/semver.txt

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

+0.11.1
M CHANGELOG.mdCHANGELOG.md

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

## Changelog +### Lucky Lurian - v600-0 (2026-06-17) + +- Re-released using Convergent Versioning. +- Removed support for distributing minified version. +- Updated dependencies. + ### Keen Klingon - v0.11.0 (2020-10-31) - Now removing properties from old VNode only if new VNode property value is null or undefined.
M README.mdREADME.md

@@ -1,10 +1,3 @@

-<a href="https://www.npmjs.com/package/@h3rald/h3" target="_blank" class="badge"><img src="https://img.shields.io/npm/v/@h3rald/h3"></a> -<a href="https://github.com/h3rald/h3/blob/master/LICENSE" target="_blank" class="badge"><img src="https://img.shields.io/github/license/h3rald/h3"></a> -<a href="https://travis-ci.org/github/h3rald/h3" target="_blank" class="badge"><img src="https://img.shields.io/travis/h3rald/h3"></a> -<a href="https://coveralls.io/github/h3rald/h3?branch=master" target="_blank" class="badge"><img src="https://img.shields.io/coveralls/github/h3rald/h3"></a> - -*** - ## Overview **H3** is a microframework to build client-side single-page applications (SPAs) in modern JavaScript.
A VERSIONING.md

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

+This project uses the Convergent Versioning system. + +The version number is a 2-byte hexadecimal integer from 0x0000 to 0xFFFF, with the first three digitsindicating the project _dependability score_ and the last digit encoding the version impact, compatibility, and purpose. + +A version number compliant with Semantic Versioning can be derived from the project history, and will still be used if required by package managers or similar software. + +For more information, see the [Convergent Versioning specification](https://h3rald.com/conver).
M package.jsonpackage.json

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

{ "name": "@h3rald/h3", - "version": "0.12.0", + "version": "0.11.0", "versionName": "Keen Klingon", "description": "A tiny, extremely minimalist JavaScript microframework.", "main": "h3.js",