Skip to content

v2.1.0

Compare
Choose a tag to compare
@teclone teclone released this 28 Nov 07:15
· 105 commits to master since this release

2.1.0 (2018-11-28)

Bug Fixes

  • add cert generator bash script file (99b2dbe)

Features

  • add ability to supply array of middlewares using the use method (70f900a)
  • enable https support (c2abdb2)
  • expose httpsListening and httpsAddress api's (0e69460)
  • extend the request object, provide isHttps and hostname getters (9411610)
  • Support byte range request (f3a7271)
  • support multi middleware usage, and update doc comments (48523d0)