Express Typescript 2024 Versions Save

Express + TypeScript + Boilerplate for Web / API App

v1.0.9

3 weeks ago

1.0.9 (2024-05-09)

Bug Fixes

  • deps: update dependency zod to v3.23.8 (8b0e20a)

v1.0.8

3 weeks ago

1.0.8 (2024-05-08)

Bug Fixes

  • deps: update all non-major dependencies (57df66e)

v1.0.7

3 weeks ago

1.0.7 (2024-05-07)

Bug Fixes

  • deps: update dependency pino-http to v10 (#141) (66acd02)

v1.0.6

4 weeks ago

1.0.6 (2024-05-03)

Bug Fixes

  • deps: update dependency zod to v3.23.6 (6382e7f)

v1.0.5

1 month ago

1.0.5 (2024-04-30)

Bug Fixes

  • deps: update dependency zod to v3.23.5 (2e4f2be)

v1.0.4

1 month ago

1.0.4 (2024-04-23)

Bug Fixes

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

v1.0.3

1 month ago

1.0.3 (2024-04-23)

Bug Fixes

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

v1.0.2

1 month ago

1.0.2 (2024-04-22)

Bug Fixes

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

v1.0.1

1 month ago

1.0.1 (2024-04-19)

Bug Fixes

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

v1.0.0

1 month ago

1.0.0 (2024-04-12)

Bug Fixes

  • :art: Update start script in package.json and remove outDir option in tsup.config.ts (8800833)
  • :bug: fix start script in package.json (d00e9d9)
  • :bug: Update combine-prs.yml workflow file (e350acc)
  • :fire: Update combine-prs.yml workflow (981a7b4)
  • :wrench: Update release-it configuration (b6241e9)
  • :zap: 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

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