Releases: prantlf/build-number-generator
Releases · prantlf/build-number-generator
3.0.0
3.0.0 (2025-06-26)
Features
Bug Fixes
- Add TypeScript types to package.json exports (4ef8621)
BREAKING CHANGES
The oldest supported versoin of Node.js is 18 now.
If you cannot upgrade your Node.js, stay with the versions 2.x
of this package.
v2.0.4
2.0.4 (2022-07-22)
Bug Fixes
- Correct TypeScript types (8bfb996)
- Include TypeScript types file in the published package files (4c0fdb9)
v2.0.3
2.0.3 (2022-07-22)
Bug Fixes
- Correct paths to the CJS export and to the bin script (93dff1f)
v2.0.2
2.0.2 (2022-06-18)
Bug Fixes
v2.0.1
2.0.1 (2022-06-18)
Bug Fixes
- Correct the package version number (dce3d3e)
v2.0.0
2.0.0 (2022-06-18)
Bug Fixes
- Remove commander dependency, modernise project (d68ba93)
- Use the same font for inputs and buttons as for the rest of the body (be77fe0)
BREAKING CHANGES
- Node.js 14.8 or newer is required. Command-line parsing
changed, although no change on the outside is expected. API remained the
same. Requirements on the browser didn't change.
- 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...
v1.0.0
1.0.0 (2020-12-01)
Features
- Introduce module bundles usable in the browser (321d4f5)
- Add an online page for generating and parsing build numbers (57cf868)
Bug Fixes
- Upgrade package dependencies (fcb584d)
v0.0.6
0.0.6 (2019-09-22)
Bug Fixes
- Upgrade package dependencies (22e016e)
v0.0.5
0.0.5 (2019-06-07)
Bug Fixes
- Do not format time zone to the readable build date (6bde8b3)
- Upgrade module dependencies (546f9f8)
v0.0.4
0.0.4 (2019-03-10)
Bug Fixes
- Upgrade module dependencies (f4a9f19)