]> git.codecow.com Git - libnemo.git/commitdiff
v0.6.0
authorChris Duncan <chris@zoso.dev>
Thu, 4 Sep 2025 19:14:15 +0000 (12:14 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 4 Sep 2025 19:14:15 +0000 (12:14 -0700)
CHANGELOG.md
package-lock.json
package.json

index b02bc5669b6b513a4ed987a89f1a226d6ff112eb..0f3fe5969e345f4d1d545444d947cfdf889744ae 100644 (file)
@@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v0.6.0
+
+### Notable Changes
+
+#### Minification support
+
+Due to how the `Vault` worker was constructed, the build system could not take
+advantage of all minification features without breaking how variable names and
+class names are resolved in the worker itself. This version refactors how the
+worker code is constructed in such a way that enables the build system to apply
+name mangling and minification while bundling. This also enables other
+frameworks like Angular to bundle `libnemo` without further breakage.
+
+
+
 ## v0.5.3
 
 ### Notable Changes
index db3beb1612c483ec90f07f153252c5d673fdf291..da2bd491952ea37534a398e85033e3e19b79b39d 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "libnemo",
-       "version": "0.5.3",
+       "version": "0.6.0",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "libnemo",
-                       "version": "0.5.3",
+                       "version": "0.6.0",
                        "license": "(GPL-3.0-or-later AND MIT AND ISC)",
                        "dependencies": {
                                "nano-pow": "^5.1.4"
index c63d309796951e4a9bcc94a90b194b6699850349..8ce3b236580359ae27b336251128e8a52d311f56 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "libnemo",
-       "version": "0.5.3",
+       "version": "0.6.0",
        "description": "Asynchronous, non-blocking Nano cryptocurrency integration toolkit.",
        "keywords": [
                "nemo",