mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 00:42:18 +00:00
22 lines
705 B
Markdown
22 lines
705 B
Markdown
## 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
|