Skip to content

Latest commit

 

History

History
93 lines (66 loc) · 8.66 KB

CHANGELOG.md

File metadata and controls

93 lines (66 loc) · 8.66 KB

1.0.0 (2024-01-09)

Bug Fixes

  • build product: incorrect entry file path (aa16608), closes #50
  • ci: remove print release step outputs (a1c7bb4)
  • ci: well fix (8d743d5)
  • dependabot.yml: disable version updates for npm dependencies (a003e1a)
  • dependabot.yml: wrong configuration (5707c12)
  • dependabot: change target branch (54e4384)
  • dependabot: set target branch direct to master (f3a0ab9)
  • github actions cannot read release job's outputs (7264e4f)
  • github release error due to incorrect successComment message (f14082b)
  • index.ts: calling wrong method to start application (c2ededa)
  • package.json version not update automatically (ccbf88e)
  • project config: missing linting & testing config (289ea6a)
  • release.yml: fuking shit (6e70795)
  • release.yml: good fix (ca14e0f)
  • routes: disable exposing HEAD route for each GET method (5825529)
  • swagger: update to openapi 3 (c3197f9)

Features

  • add bot's PR header (062e6ec)
  • ci: adapt new ci workflows (89ec5dc)
  • dtos: migrate from fluent-json-schema to @sinclair/typebox (ab84294)
  • envs: add validations using envalid (4cfff3e)
  • error handler: catch more cases (c746a39)
  • logger: integrate with discord webhook (260e991)
  • manage tags and versions (fd15413)
  • request: write custom type for authenticated request (9340448)
  • set up release workflow using semantic-release (3bfde01)
  • update template structures & code quality (114ed2e)

Performance Improvements

  • request: decorate user object for each request (30e6fdb)

1.0.0-rc.3 (2024-01-09)

Bug Fixes

  • package.json version not update automatically (ccbf88e)

1.0.0-rc.2 (2024-01-09)

Bug Fixes

  • github release error due to incorrect successComment message (f14082b)

1.0.0-rc.1 (2024-01-09)

Bug Fixes

  • build product: incorrect entry file path (aa16608), closes #50
  • ci: remove print release step outputs (a1c7bb4)
  • ci: well fix (8d743d5)
  • dependabot.yml: disable version updates for npm dependencies (a003e1a)
  • dependabot.yml: wrong configuration (5707c12)
  • dependabot: change target branch (54e4384)
  • dependabot: set target branch direct to master (f3a0ab9)
  • github actions cannot read release job's outputs (7264e4f)
  • index.ts: calling wrong method to start application (c2ededa)
  • project config: missing linting & testing config (289ea6a)
  • release.yml: fuking shit (6e70795)
  • release.yml: good fix (ca14e0f)
  • routes: disable exposing HEAD route for each GET method (5825529)
  • swagger: update to openapi 3 (c3197f9)

Features

  • add bot's PR header (062e6ec)
  • ci: adapt new ci workflows (89ec5dc)
  • dtos: migrate from fluent-json-schema to @sinclair/typebox (ab84294)
  • envs: add validations using envalid (4cfff3e)
  • error handler: catch more cases (c746a39)
  • logger: integrate with discord webhook (260e991)
  • manage tags and versions (fd15413)
  • request: write custom type for authenticated request (9340448)
  • set up release workflow using semantic-release (3bfde01)
  • update template structures & code quality (114ed2e)

Performance Improvements

  • request: decorate user object for each request (30e6fdb)