All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- added missing path = require('path')
- added missing os = require('os')
1.0.0 – 2025‑09‑01
- Initial public release of test‑runner‑lite.
- Ultra‑small, dependency‑free test runner for Node.js modules.
- Support for synchronous, asynchronous, and Promise‑based tests.
- CLI options:
--json,--raw,--bail,--timeout,--testIDs,--workers. - Colorful human‑readable output and machine‑readable JSON output.
onCompletecallback for programmatic integration.- Role‑aware testing in cluster mode (
isPrimary/isWorker).