@zenithbuild/language 1.3.3 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.4.0] - 2026-02-04
|
|
9
|
+
|
|
10
|
+
### ✨ Features
|
|
11
|
+
|
|
12
|
+
- ****dev-server**: implement Phase 6 - Zero-Copy Dev Server Integration** (c5f68e2)
|
|
13
|
+
> Implement a high-performance, in-memory development server architecture for the Zenith Framework.
|
|
14
|
+
>
|
|
15
|
+
> - Phase 6 integration of Dev Server and AssetStore.
|
|
16
|
+
> - NAPI Controller and HMR loop implementation.
|
|
17
|
+
> - Workspace-wide alignment for Phase 6 completion.
|
|
18
|
+
|
|
19
|
+
### 📝 Other Changes
|
|
20
|
+
|
|
21
|
+
- **
|
|
22
|
+
6b09f56bc93f88c257d3438cef248d3ed2cbded2** ()
|
|
23
|
+
> chore(release): improve release notes legibility and synchronize workflows
|
|
24
|
+
- **
|
|
25
|
+
4e9d6996c8bf6cca78950f2eca32a2f6043b4144** ()
|
|
26
|
+
> chore: bump version to 0.4.6
|
|
27
|
+
- **
|
|
28
|
+
bc616575385b6ad29ee674df2f76dc5d66f9ada0** ()
|
|
29
|
+
> chore: bump version to 0.4.5
|
|
30
|
+
- **
|
|
31
|
+
a2918a92a8b0d918bfa5516efe65796decf4e988** ()
|
|
32
|
+
> ci: fix release workflow and apply updates
|
|
33
|
+
- **
|
|
34
|
+
0371750a7043e02cb8386199c3369bed3943de9f** ()
|
|
35
|
+
> chore: update zenith-language
|
|
36
|
+
- **** ()
|
|
37
|
+
|
|
8
38
|
## [0.4.7] - 2026-01-26
|
|
9
39
|
|
|
10
40
|
### 📝 Other Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@zenithbuild/language",
|
|
3
3
|
"displayName": "Zenith Language Support",
|
|
4
4
|
"description": "Syntax highlighting, IntelliSense, and editor support for Zenith Framework (.zen files)",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.4.2",
|
|
6
6
|
"publisher": "ZenithBuild",
|
|
7
7
|
"engines": {
|
|
8
8
|
"vscode": "^1.80.0"
|