Skip to content

Latest commit

 

History

History
281 lines (143 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

281 lines (143 loc) · 3.07 KB

CHANGELOG

All notable changes to this template will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.0] - 2025-01-07

Added

  • New VS Code launch configuration Debug Current File. See README for more details.

Changed

  • Updated README.

Deprecated

Fixed

Removed

Security

Internal

[1.3.0] - 2025-01-07

Added

  • New script npm run check:container. See README for more details.

Changed

  • Updated README.

Deprecated

Fixed

Removed

Security

Internal

[1.2.3] - 2025-01-04

Added

Changed

  • Updated README.

Deprecated

Fixed

Removed

Security

Internal

  • Dependency typescript-eslint bumped from ^8.18.1 to ^8.18.2.

[1.2.2] - 2024-12-29

Added

Changed

Deprecated

Fixed

  • Dependabot: Limit Node version in Dockerfile.

Removed

Security

Internal

[1.2.1] - 2024-12-29

Added

  • Dependabot: Limit Node version in Dockerfile.

Changed

Deprecated

Fixed

Removed

Security

Internal

[1.2.0] - 2024-12-29

Added

  • Docker and GitHub actions to Dependabot.

Changed

Deprecated

Fixed

Removed

Security

Internal

[1.1.1] - 2024-12-25

Added

  • Handle SIGINT and SIGTERM signals properly.

Changed

Deprecated

Fixed

  • Docker container command-line arguments handling.

Removed

Security

Internal

  • Use variable references in ´package.json´ instead of hard-coded values.

[1.1.0] - 2024-12-23

Added

  • Build and run the app as Docker container.

Changed

Deprecated

Fixed

Removed

Security

Internal

[1.0.0] - 2024-12-22

This is a major rewrite of this template. Many tools have been changed.

Added

  • Development server run with tsx.
  • More test scenarios.

Changed

  • Node.js 20 > 22.
  • TypeScript 5.3 > 5.7.
  • Jest replaced with Vitest for testing.

Deprecated

Fixed

Removed

  • Jest and all relating configuration and tooling.

Security

  • Updated dependencies.

Internal

  • Plenty of rewrite and simplification.

[0.1.4] - 2023-12-14

Added

Changed

  • npm run serve changed to npm run start to conform with common practice.

Deprecated

Fixed

Removed

Security

Internal

[0.1.3] - 2023-12-09

Added

Changed

  • GitHub Actions workflow is now not triggered when pushing new tags, only new commits to any branch.

Deprecated

Fixed

Removed

Security

Internal

[0.1.2] - 2023-12-09

Added

Changed

  • Updated README.

Deprecated

Fixed

Removed

Security

Internal

[0.1.1] - 2023-12-09

Added

Changed

Deprecated

Fixed

  • Typo on GitHub Actions workflow triggers.

Removed

Security

Internal

[0.1.0] - 2023-12-09

Added

  • Initial release.

Changed

Deprecated

Fixed

Removed

Security

Internal