Skip to content

Releases: Hilzu/create-ts-node

v3.0.0

23 Nov 19:39

Choose a tag to compare

What's Changed

  • Bump minimum supported Node version to 24.11.0 by @Hilzu in #94
  • Replace dotenv with native --env-file by @Hilzu in #95
  • Use native dirname instead of custom one by @Hilzu in #96
  • Update tsconfig for Node 24 supported target and libs by @Hilzu in #97

Full Changelog: v2.3.2...v3.0.0

v2.3.2

23 Nov 18:44

Choose a tag to compare

What's Changed

  • Update dependencies and bump required Node version to one that supports styleText by @Hilzu in #93

Full Changelog: v2.3.1...v2.3.2

v2.3.1

22 Sep 17:51

Choose a tag to compare

What's Changed

  • Remove chalk dependency and replace with native styleText by @Hilzu in #89

Full Changelog: v2.3.0...v2.3.1

v2.3.0

16 Sep 15:46

Choose a tag to compare

What's Changed

  • Make dotenv quiet by default with .env file by @Hilzu in #83
  • Include libs supported by Node 22 in tsconfig by @Hilzu in #84
  • Enable importing .json modules as the feature is marked as stable by @Hilzu in #86
  • Stricter tsconfig with better organization by @Hilzu in #87
  • Update project and template dependencies e3c32de 276e228
  • Don't fail in parsing package manager version when running without one 68b6b4d

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

13 Mar 16:35

Choose a tag to compare

What's Changed

  • Use the flat preset from prettier eslint plugin and move it last by @Hilzu in #76
  • Enable require(esm), import attributes and disable lib replacement in tsconfig by @Hilzu in #77
  • Remove esbuild and build with tsc by @Hilzu in #79

Full Changelog: v2.1.1...v2.2.0

v2.1.1

11 Jan 08:48

Choose a tag to compare

What's Changed

  • Don't try to fix files concurrently with different tools by @Hilzu in #72

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

v2.1.0

10 Jan 16:41

Choose a tag to compare

What's Changed

  • Recursively ignore all dist folders for eslint by @Hilzu in #67
  • Use slim base image for app docker container by @Hilzu in #68
  • Simplify Dockerfile and use explicit commands to install production deps by @Hilzu in #69
  • Upgrade pnpm to v10 by @Hilzu in #70
  • Write package manager version to template engines if available by @Hilzu in #71

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

v2.0.0

05 Dec 15:09

Choose a tag to compare

What's Changed

  • Relicense from Unlicense to Zero-Clause BSD by @Hilzu in #58
  • Drop support for Node.js v20 by @Hilzu in #59
  • Use tsx to enable TypeScript in tests by @Hilzu in #54
  • Use node --run to run scripts instead of package manager by @Hilzu in #60
  • Replace nodemon with node --watch by @Hilzu in #61
  • Add Dockerfile user to a group to prevent defaulting to root by @Hilzu in #63
  • Make managing type imports easier with lint rules and their autofix by @Hilzu in #64
  • Fix script that runs eslint fix and prettier formatting by @Hilzu in #65
  • Implement test setup with TypeScript and more documentation by @Hilzu in #66

Full Changelog: v1.7.2...v2.0.0

v1.7.2

30 Nov 14:30

Choose a tag to compare

What's Changed

  • Update package and template dependencies by @Hilzu in #51
  • Force esbuild colors on only in watch mode by @Hilzu in #53
  • Simple JSON configuration for Prettier by @Hilzu in #56
  • Minify build output in production build by @Hilzu in #57

Full Changelog: v1.7.1...v1.7.2

v1.7.1

20 Sep 07:23

Choose a tag to compare

What's Changed

  • Don't exclude template eslint config from package by @Hilzu in #49

Full Changelog: v1.7.0...v1.7.1