2.0.4 (2022-07-22)
- Correct TypeScript types (8bfb996)
- Include TypeScript types file in the published package files (4c0fdb9)
2.0.3 (2022-07-22)
- Correct paths to the CJS export and to the bin script (93dff1f)
2.0.2 (2022-06-18)
- Clean bundled sources up (75d5a0b)
2.0.1 (2022-06-18)
- Correct the package version number (dce3d3e)
2.0.0 (2022-06-18)
- Remove commander dependency, modernise project (d68ba93)
- Use the same font for inputs and buttons as for the rest of the body (be77fe0)
- Node.js 14.8 or newer is required. Command-line parsing changed, although no change on the outside is expected. API remained the same.
- The API (library) still requires Node.js 10 or newer. But the command line tool uses features like ES module support and global async/await.
- Commander was replaced by a hand-written argument parser with the same functionality, because noch much features were needed. Although no changes on the outside shoudl happen, on enever knows...
- Add an online page for generating and parsing build numbers
- Introduce module bundles usable in the browser
- Replace the dependency on sprintf.js with hand-coded padding methods
- Upgrade package dependencies
- Upgrade module dependencies
- Do not format time zone to the readable build date
Upgrade module dependencies
Upgrade module dependencies
Do not package files not needed in the npm module
Initial release.