Skip to content

Releases: expressots/adapter-express

Release 1.4.0

07 Jun 01:11
Compare
Choose a tag to compare

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)

Release 1.3.0

26 Apr 08:34
Compare
Choose a tag to compare

1.3.0 (2024-04-26)

Features

  • Create a method called getHttpServer() that returns the httpServer for e2e testing with supertest. Now Expresso-TS is fully integrated with Supertest (97999fb)

Release 1.2.2

25 Apr 08:08
Compare
Choose a tag to compare

1.2.2 (2024-04-25)

Bug Fixes

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

Release 1.2.1

04 Apr 14:48
Compare
Choose a tag to compare

1.2.1 (2024-04-04)

Code Refactoring

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

Release 1.2.0

05 Mar 06:42
Compare
Choose a tag to compare

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)

Release 1.1.1

10 Oct 06:00
Compare
Choose a tag to compare

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)

Release 1.1.0

21 Sep 22:25
Compare
Choose a tag to compare

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