Skip to content

Releases: threeal/nodejs-starter

Version 3.4.1

31 Dec 05:35
v3.4.1
de9fad6

Choose a tag to compare

What's Changed

  • Upgraded development dependencies.

Full Changelog: v3.4.0...v3.4.1

Version 3.4.0

09 Dec 03:47
v3.4.0
cdd1578

Choose a tag to compare

What's Changed

  • Added a Prettier plugin to organize imports.
  • Improved build, test, and lint configurations.
  • Upgraded development dependencies.

Full Changelog: v3.3.0...v3.4.0

Version 3.3.0

11 Jun 05:13
v3.3.0
0663f6f

Choose a tag to compare

What's Changed

  • Improved build, test, and lint configurations.
  • Utilized jiti to execute TypeScript files.
  • Upgraded development dependencies.

Full Changelog: v3.2.0...v3.3.0

Version 3.2.0

03 Jun 03:32
v3.2.0
a3f8f80

Choose a tag to compare

What's Changed

  • Moved the built dependencies configuration to pnpm-workspace.yaml.
  • Upgraded development dependencies.

Full Changelog: v3.1.0...v3.2.0

Version 3.1.0

21 May 09:05
v3.1.0
bac2ffe

Choose a tag to compare

What's Changed

  • Upgraded Node.js to version 24
  • Added a step to install dependencies in the pre-commit hook
  • Organized library source files
  • Upgraded development dependencies

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

24 Mar 13:28
v3.0.0
ddcb4d1

Choose a tag to compare

What's Changed

  • Switched to pnpm as the package manager.
  • Integrated pre-commit hooks using Lefthook.
  • Used Commander in the sample bin script.
  • Updated build and CI configurations.
  • Upgraded development dependencies.

Full Changelog: v2.1.2...v3.0.0

Version 2.1.2

04 Feb 12:52
v2.1.2
6d9a5e7

Choose a tag to compare

What's Changed

  • Upgraded development dependencies.

Full Changelog: v2.1.1...v2.1.2

Version 2.1.1

29 Dec 10:23
v2.1.1
6432f17

Choose a tag to compare

What's Changed

  • Downgraded TypeScript to target ES2023, fixing warnings during testing.

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

27 Dec 08:52
v2.1.0
b1e5a9c

Choose a tag to compare

What's Changed

  • Switched to Vitest for testing.
  • Removed the Dependabot label configuration.
  • Upgraded development dependencies.

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

28 Oct 11:58
v2.0.0
634ec28

Choose a tag to compare

What's Changed

  • Added a .nvmrc file to specify the Node.js version used by the template.
  • Removed the dev script and added a new build script.
  • Removed the .env.yarn file, which specified Node options, to fix test issues.
  • Merged and enhanced GitHub Actions workflow configurations.
  • Improved the template description and usage guide in the README.md file.
  • Updated development dependencies.

Full Changelog: v1.9.1...v2.0.0