Skip to content

Releases: Tolga1452/ts-template

v2

09 Mar 16:04

Choose a tag to compare

New Features

  • Switched the project template from pnpm to Bun
  • Added Docker support and Docker commands for easy use
    • docker:build: Builds the Docker image
    • docker:start: Starts the container in the background
    • docker:stop: Stops and removes the container
    • docker:logs: Shows the logs from the container
    • docker:logs:live: Streams logs from the container
    • docker:restart: Stops the container, rebuilds the image, and then starts the container again. Intended for quick rebuild & restart.
  • Added AGENTS.md

Improvements

  • Organized the commands and better new dev and start commands.
  • Updated the dependencies
    • @types/node@24.3.0 -> typescript@25.3.5

Full Changelog: v1.1...v2

v1.1

24 Aug 09:44

Choose a tag to compare

Made some improvements to README.md

v1

23 Aug 12:19

Choose a tag to compare

v1

First release! 🎉