Releases: threeal/nodejs-starter
Releases · threeal/nodejs-starter
Version 3.4.1
Version 3.4.0
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
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
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
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
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
Version 2.1.1
What's Changed
- Downgraded TypeScript to target ES2023, fixing warnings during testing.
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0
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
What's Changed
- Added a
.nvmrcfile to specify the Node.js version used by the template. - Removed the
devscript and added a newbuildscript. - Removed the
.env.yarnfile, 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.mdfile. - Updated development dependencies.
Full Changelog: v1.9.1...v2.0.0