Skip to content

Releases: timelessco/node-ts-app-template

Release v3.0.2

12 Jul 07:40
v3.0.2
c21f0e4
Compare
Choose a tag to compare

3.0.2 (2023-07-12)

🗃️ Commits

♻️ Code Refactoring

📔 Documentation Changes

🔨 Maintenance Updates

🎨 Code Style Changes

📌 Other Notable Changes

UTILS- ♻️ update ensureDirectoryAccess function

  • Add missing comma in function parameter

Introduced in: b67978e

ENSUREDIRECTORYACCESS- 📝 update JSDoc for ensureDirectoryAccess

  • Provide more accurate and detailed information about its purpose and behavior.

Introduced in: 69ac9a5

Release v3.0.1

11 Jul 14:04
v3.0.1
4a70a83
Compare
Choose a tag to compare

3.0.1 (2023-07-11)

🗃️ Commits

🔨 Maintenance Updates

Release v3.0.0

28 Jun 14:50
v3.0.0
f831299
Compare
Choose a tag to compare

3.0.0 (2023-06-28)

🧨 BREAKING CHANGE

APP- ✨ add logger & zod for env

  • ✨ add logger & zod for env

Introduced in: 23bd5e8

🗃️ Commits

⭐ New Features

♻️ Code Refactoring

📔 Documentation Changes

🔨 Maintenance Updates

📌 Other Notable Changes

RELEASE-IT- ♻️ refactor commit message formatting

  • Update getTitleCasedScope function to convert commit scope to uppercase
  • Add missing subject field to note objects in addBangNotes and addNotableChanges functions
  • Remove null assignment to commit.body in addNotableChanges function

Introduced in: 542eb98

CONTRIBUTING- 📝 update CONTRIBUTING.md formatting

  • Organize the Table of Contents for better readability.
  • Update link to Contributor table in the README.md.

Introduced in: b6cac48

CONTRIBUTING- 📝 update CONTRIBUTING.md

  • Add a section on Granular PRs to Sending Contributions
  • Add additional context and guidelines to Pull Request Reviews.
  • Clarify the process for addressing requested changes in PRs
  • Update contributor recognition process to reflect current practices

Introduced in: da65ce1

Release v2.0.2

04 May 08:30
v2.0.2
7005e6a
Compare
Choose a tag to compare

2.0.2 (2023-05-04)

🗃️ Commits

🔨 Maintenance Updates

Release v2.0.1

04 May 08:30
v2.0.1
7128847
Compare
Choose a tag to compare

2.0.1 (2023-05-04)

👀 Notable Changes

config

  • Remove loadEnvironmentVariables() function invocation from config/index.ts and move to server.ts
  • Ensure environment variables are loaded before validating them.

Introduced in: e6955d1

🗃️ Commits

🐞 Bug Fixes

♻️ Code Refactoring

🛠️ Build Updates

📔 Documentation Changes

🔨 Maintenance Updates

📌 Other Notable Changes

DEVELOPMENT md

  • Change file path from src/index.ts to src/server.ts for starting development server

Introduced in: c574f95

env

  • Add a new config/index.ts file for loading the environment variables from a .env file.
  • Add validateEnvironment variables function that validates the required environment variables.
  • Use validateEnvironment variables to ensure the required env variables are available at runtime.
  • Update index.ts to utilize the validate environment variables function.
  • Replace usage of consola library with console.log to output 1 + 2.

Introduced in: 2d2f2f0

Release v2.0.0

12 Apr 05:41
v2.0.0
486f3d1
Compare
Choose a tag to compare

2.0.0 (2023-04-12)

🧨 BREAKING CHANGE

Tooling

  • ✨ update & add many toolings

Introduced in: 1faebdc

🗃️ Commits

⭐ New Features

📔 Documentation Changes

🔨 Maintenance Updates

Release v1.0.0

28 Dec 13:30
366b189
Compare
Choose a tag to compare

1.0.0 (2022-12-28)

Feature Updates

  • project: 🎉 initial commit (bb2ee5a)

Build Updates

  • 👷 add build pipeline for production use (a183829)

Maintanance Updates

  • pkg: 🎨 initiate the version (37c7fe9)