Added ConVer files.
h3rald h3rald@h3rald.com
Wed, 17 Jun 2026 13:55:29 +0200
9 files changed,
18 insertions(+),
8 deletions(-)
M
CHANGELOG.md
→
CHANGELOG.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.md
→
README.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.json
→
package.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",