mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-09-08 10:23:51 +00:00
18 lines
463 B
Markdown
18 lines
463 B
Markdown
## BitLogger Update Changes
|
|
|
|
version 1.2.1(0.8.1)
|
|
|
|
### Changes
|
|
|
|
- Add deterministic QuickCheck properties for bounded history retention, queued overflow and drain behavior, patch composition, and logger config round-trips.
|
|
|
|
### Verification
|
|
|
|
- moon fmt --check
|
|
- moon check --deny-warn
|
|
- moon test --deny-warn across native, wasm, wasm-gc, and js targets
|
|
- pnpm run docs:build
|
|
|
|
### Notes
|
|
|
|
- QuickCheck seeds and shrink budgets are fixed for reproducible failures. |