Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: photostructure/mkver

v4.3.1

21 Nov 21:51
v4.3.1
35fb747

Choose a tag to compare

Release 4.3.0

16 Sep 04:09
v4.3.0
95d14f1

Choose a tag to compare

  • fix: I ! <3 YML (682d767)
  • feat: update CodeQL configuration to ignore test files in analysis (42f8d97)
  • feat: add CLI flags for version and help, enhance usage instructions (fd970b1)

Release 4.2.0

16 Sep 00:50
v4.2.0
58de35e

Choose a tag to compare

  • feat: update documentation build script and add typedoc configuration (9e838ee)
  • chore: update Node.js setup actions to latest versions in workflows (7d824f1)
  • feat: enhance git error handling with user-friendly messages and add tests for failure scenarios (c1e5408)
  • docs: clarify filename extension requirements and update release field description (e62ebf0)
  • chore: update .gitignore to exclude local version files (c234d68)
  • chore: extract date formatting utility (so it doesn't need to be exported by the package) (7d2da00)

Release 4.1.0

15 Sep 22:46
v4.1.0
0dbe04b

Choose a tag to compare

  • chore: update changelog for v4.1.0, fixing dependency issues and path corrections (0489f74)
  • chore: update devDependencies to latest versions (d08033d)
  • fix: correct binary path for mkver and update dependencies. Fixes #49 (d2d53c0)
  • chore(docs): expand keywords (5d0e9a5)

Release 4.0.3

27 Aug 23:13
v4.0.3
150c8a9

Choose a tag to compare

  • chore: rename workflow from Node.js CI to Build & Release (65b99c9)
  • chore(release): set up OIDC npm release (37527a4)
  • chore(ncu): update dev deps (d73620b)
  • chore: update actions versions in workflows for consistency and improvements (e96e738)
  • chore: update import statement for fmtYMDHMS to remove file extension (5ad2a7c)
  • chore(fmt) (ff7dc95)
  • chore(pkg): ncu (17a3ce1)
  • chore(dep): shush (05adc30)

Release 4.0.2

31 May 22:44
f31100a

Choose a tag to compare

  • ✨ Add ESLint configuration for JavaScript and TypeScript linting
  • 📦 Fix cross-platform TypeScript compilation in tests using npx
  • 📦 Update GitHub Actions workflows to use numeric Node.js versions

Full Changelog: v4.0.1...v4.0.2

v4.0.1

23 May 18:13
41314ab

Choose a tag to compare

  • 💔 Drop Node.js v18 and v21 support

  • ✨ Add .cjs file extension support for explicit CommonJS output

  • 📦 add Node.js v22, v23, and v24 support

  • 📦 Switch CI workflow from yarn to npm

  • 🐞 Enhance error handling for file creation and TypeScript compilation in tests

  • 🐞 Fix Windows test compatibility issues (reverted ESM migration due to test breakage)

Full Changelog: v3.0.2...v4.0.1

Release 3.0.2

28 Mar 03:14
9b7e3c9

Choose a tag to compare

Release 3.0.1

28 Mar 03:10
3a5c2d0

Choose a tag to compare

v2.0.0

15 Jul 18:10
76ce847

Choose a tag to compare

  • ✨ If the version is parseable by semver, mkver will export versionMajor, versionMinor, versionPatch, and versionPrerelease fields. Examples are now in the README.

  • 📦 Improved test coverage with several different version flavors (including prerelease suffixes)

  • 📦 Upgrade all dev dependencies.

  • 💔/📦 Dropped Node 12 and added Node 18 to the CI matrix (12 is EOL)

Full Changelog: v1.6.0...v2.0.0