Skip to content

Releases: BackendStack21/restana

Add unit tests, perf tests, and functionality for send(<Promise>)

31 May 09:02
Compare
Choose a tag to compare

Changes:

  • Add unit tests, perf tests, and functionality for send()

PR: #93

Thanks @edreesjalili for pushing this released ❤️

Improving testing coverage

28 May 13:30
Compare
Choose a tag to compare

Changes:

  • Removed redundant parseInt while processing errors inside res.send
  • Increasing test coverage.

PR: #92 -> Huge thanks to @edreesjalili for contributing!

Improving/fixing `res.send` method

27 May 17:01
Compare
Choose a tag to compare

Changes:

  • Adding default Content-Type headers for supported data types
  • Supporting Stream objects
  • Added performance benchmarks to prevent performance regressions

PR: #90

Extending TS definitions

24 May 20:07
Compare
Choose a tag to compare

Changes:

  • Adding TypeScript definition for req.query
  • Updating 0http to latest version

Bump 0http to latest version

24 May 07:08
Compare
Choose a tag to compare

Changes:

  • Updating 0http to latest version.
  • The req.query object is now available out of the box.

Update dependencies

19 May 08:26
Compare
Choose a tag to compare

Changes:

  • Updating 0http to latest version.
  • Updating dev dependencies.

Update dependencies

27 Apr 21:47
Compare
Choose a tag to compare

Changes:

  • Updating 0http to latest version.
  • Updating dev dependencies.

Updating dependencies

24 Apr 09:34
Compare
Choose a tag to compare

Changes:

  • Updating dependencies.

Bump 0http to latest version

16 Apr 11:12
Compare
Choose a tag to compare

Improving TypeScript definitions

07 Apr 04:57
Compare
Choose a tag to compare

Improving TypeScript definitions related to routes registration.

Issue ref: #79