🔖 release 0.7.2

This commit is contained in:
Nanaloveyuki
2026-07-17 21:22:04 +08:00
parent a58a0747bb
commit 5ed02ec563
7 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ BitLogger 的文档按使用路径组织:先完成一个可运行的日志输
```bash
moon new log-demo
cd log-demo
moon add Nanaloveyuki/BitLogger@0.7.1
moon add Nanaloveyuki/BitLogger@0.7.2
```
### 2. 写入第一条结构化日志
+1 -1
View File
@@ -18,7 +18,7 @@ The documentation is organized around complete usage flows. Start with an execut
```bash
moon new log-demo
cd log-demo
moon add Nanaloveyuki/BitLogger@0.7.1
moon add Nanaloveyuki/BitLogger@0.7.2
```
### 2. Import And Log
+21
View File
@@ -0,0 +1,21 @@
## BitLogger Update Changes
version 1.1.2(0.7.2)
### JSON
- refactor: replace `maria/json_parser` with the official `moonbitlang/core/json` implementation
- refactor: preserve existing serialized JSON field shapes while JSON conversion APIs now return the built-in `Json` type
### Docs
- docs: update installation snippets to `Nanaloveyuki/BitLogger@0.7.2`
- docs: add this 1.1.2(0.7.2) release entry to the change index
### Verification
- verify: pass formatting, warning-denied checks, and default, native, JavaScript, WebAssembly, and Wasm-GC test targets
### Notes
- LLVM was not tested because the local MoonBit toolchain is missing the experimental LLVM core bundle required by that target
+1
View File
@@ -2,6 +2,7 @@
Versioned BitLogger change summaries.
- [1.1.2](./1.1.2(0.7.2).md)
- [1.1.1](./1.1.1(0.7.1).md)
- [1.1.0](./1.1.0(0.7.0).md)
- [1.0.1](./1.0.1(0.6.1).md)
+1 -1
View File
@@ -5,7 +5,7 @@ Use this flow for command-line tools and services that need a human-readable sta
## Install And Import
```bash
moon add Nanaloveyuki/BitLogger@0.7.1
moon add Nanaloveyuki/BitLogger@0.7.2
```
```moonbit
+1 -1
View File
@@ -7,7 +7,7 @@
```bash
moon new log-demo
cd log-demo
moon add Nanaloveyuki/BitLogger@0.7.1
moon add Nanaloveyuki/BitLogger@0.7.2
```
在应用的 `moon.pkg` 中加入:
+1 -1
View File
@@ -1,6 +1,6 @@
name = "Nanaloveyuki/BitLogger"
version = "0.7.1"
version = "0.7.2"
import {
"moonbitlang/async@0.20.2",