Skip to content

Latest commit

History

History
122 lines (70 loc) 路 7.79 KB

CHANGELOG.md

File metadata and controls

122 lines (70 loc) 路 7.79 KB

1.5.0 (2024-06-11)

Features

  • bump @commitlint/config-conventional from 17.7.0 to 19.2.2 (c4db260)
  • bump @release-it/conventional-changelog from 7.0.1 to 7.0.2 (d063fd9)
  • bump eslint-config-prettier from 9.0.0 to 9.1.0 (20ca753)
  • bump husky from 8.0.3 to 9.0.11 (8cb065e)
  • bump prettier from 3.0.3 to 3.3.1 (872c7ba)
  • bump prettier from 3.3.1 to 3.3.2 (5edd349)
  • bump release-it from 16.1.5 to 16.3.0 (5febf25)

Bug Fixes

  • decorator method case confict fix (cdf0fbd)
  • init commit (55359bf)
  • patch issue where not using http decorator shows incorrect code (975e451)
  • remove comments and logs for prod build (cd0151b)
  • remove unused method param in find param pattern (fd40872)

Code Refactoring

  • without and with decor in the same route conflict (469f65e)

1.4.0 (2024-06-07)

Features

  • Add http code decorator (f0f6e0a)
  • add vitest and setup codecov in the ci (14fd527)
  • adjust doc, update metadata const for http decorator (773f297)
  • dev-http decorator changes (8088f5c)
  • fix issues where decorator does not function properly when used multiple times in same file (919815f)

Bug Fixes

  • build shield workflow status (3e5d6c8)
  • code coverage upload path (aef20eb)
  • remove codesee ci config (043c423)
  • remove the decorator incorrect call in the library due mismatch on tsconfig (58dbb52)

Code Refactoring

  • readme badges npm, coverage and build added (d643acd)

1.3.0 (2024-04-26)

Features

  • returns httpServer for e2e testing with supertest (97999fb)

1.2.2 (2024-04-25)

Bug Fixes

  • validate parameter types in param decorator by default (b7a8657)

1.2.1 (2024-04-04)

Code Refactoring

  • adapter expressto to be used in AppFactory (239501e)
  • rename items for standardization and improve doc (2e691d5)

1.2.0 (2024-3-5)

Features

  • add expressots middleware support (809f148)
  • bump @commitlint/cli from 17.8.1 to 18.0.0 (15fbb1a)
  • fix middleware binding to constructor (3a6f7dc)
  • fix path call on expresso middleware (934ae17)

1.1.1 (2023-10-10)

Bug Fixes

  • add global prefix on opinionated (d9d5a06)
  • add global route prefix for both templates (046fd2c)
  • adjust build pipeline (4f164a2)
  • adjust build script and remove esm build option (b35af7b)
  • path in codeql analysis report (035aa16)

1.1.0 (2023-09-21)

Features

  • add express as an adapter (2870790)
  • add expressjs adapter (263d12d)
  • add peer dependency @expressots/core (7e8ec24)

Bug Fixes

0.0.1 (2023-09-05)

Bug Fixes