Version 1.0 #60
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mburchard/bit-log!60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev-1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR prepares the
1.0release branch (dev-1.0) for merge intomainwith a focus on stability, correctness, and release readiness.What Changed
Improved logging core behavior
index.tslogger.tsto use a more robust stack-frame parsing approachStrengthened test quality and coverage
index.ts,logger.ts,utils.ts, and appendersFileAppender(serialization + recovery after write failure)Type checking and CI/publish workflow hardening
tsconfig.typecheck.jsonand updated typecheck script to include spec filesworkflow_dispatch)Project metadata/dependency updates
Validation
pnpm run typecheckpnpm test -- --runpnpm run coverageAll checks pass on
dev-1.0.