Skip to content

Releases: prantlf/build-number-generator

3.0.0

26 Jun 20:44
Compare
Choose a tag to compare

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

22 Jul 07:44
Compare
Choose a tag to compare

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

22 Jul 07:02
Compare
Choose a tag to compare

2.0.3 (2022-07-22)

Bug Fixes

  • Correct paths to the CJS export and to the bin script (93dff1f)

v2.0.2

18 Jun 16:38
Compare
Choose a tag to compare

2.0.2 (2022-06-18)

Bug Fixes

  • Clean bundled sources up (75d5a0b)

v2.0.1

18 Jun 09:40
Compare
Choose a tag to compare

2.0.1 (2022-06-18)

Bug Fixes

  • Correct the package version number (dce3d3e)

v2.0.0

18 Jun 09:34
Compare
Choose a tag to compare

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

01 Dec 09:20
Compare
Choose a tag to compare

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

22 Sep 13:14
Compare
Choose a tag to compare

0.0.6 (2019-09-22)

Bug Fixes

  • Upgrade package dependencies (22e016e)

v0.0.5

07 Jun 23:15
Compare
Choose a tag to compare

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

10 Mar 16:34
Compare
Choose a tag to compare

0.0.4 (2019-03-10)

Bug Fixes

  • Upgrade module dependencies (f4a9f19)