Skip to content

Releases: edwinhern/express-typescript-2024

v1.0.4

23 Apr 21:12
Compare
Choose a tag to compare

1.0.4 (2024-04-23)

Bug Fixes

  • deps: update dependency zod to v3.23.4 (50934cf)

v1.0.3

23 Apr 00:58
Compare
Choose a tag to compare

1.0.3 (2024-04-23)

Bug Fixes

  • deps: update dependency zod to v3.23.3 (e69d81c)

v1.0.2

22 Apr 03:54
Compare
Choose a tag to compare

1.0.2 (2024-04-22)

Bug Fixes

  • deps: update dependency zod to v3.23.0 (dbbe0e0)

v1.0.1

19 Apr 03:06
Compare
Choose a tag to compare

1.0.1 (2024-04-19)

Bug Fixes

  • deps: update dependency zod to v3.22.5 (adb9f15)

v1.0.0

12 Apr 20:19
Compare
Choose a tag to compare

1.0.0 (2024-04-12)

Bug Fixes

  • 🎨 Update start script in package.json and remove outDir option in tsup.config.ts (8800833)
  • 🐛 fix start script in package.json (d00e9d9)
  • 🐛 Update combine-prs.yml workflow file (e350acc)
  • 🔥 Update combine-prs.yml workflow (981a7b4)
  • 🔧 Update release-it configuration (b6241e9)
  • ⚡ Add outDir configuration to tsup.config.ts (17b10a7)
  • Dockerfile to use npm ci --only=production (4b5ff76)
  • make husky scripts executable and add ts-check (572a5d2)
  • remove headers from logs (097d883)
  • Update readME (dda6f39)
  • Update test imports (d5161dd)
  • Updated test Structure and config (58fa99e)

Features

  • Add configuration files and middleware (c535330)
  • Add trust proxy setting to server configuration (cd44d79)
  • Create openAPI router and add swagger.json route (#33) (9846d38)
  • refactor code to use envalid, configure docker, env, and script… (#59) (6fa439c)
  • Swagger UI with Zod Validation (4566381)

Reverts

  • 🔥 Remove combine-prs workflow (ee36cb6)
  • Dockerfile to use npm install instead of npm ci (7b3eba4)