Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 844 Bytes

CHANGES.md

File metadata and controls

18 lines (14 loc) · 844 Bytes

Changelog

1.0.0 (2018-04-26)

  • Added reply.end support
  • Added connections() support
  • Documented reply.headersOverrides
  • Remove headers from response, whose value is undefined
  • End all the connections on server.stop() before closing the HTTP server

0.2.0 (2017-10-18)

  • Added wildcard support to path (thanks to danedmunds)
  • Parse JSON in incoming request body when request content-type is "application/json" (thanks to danedmunds)

0.1.0 (2017-02-03)

  • Handlers are now appended to the begin of the list, when registering. This allows to override handlers in subsequent on() calls (see Issue #2).

0.0.4 (2016-02-04)

  • FIX: clear requests array on server.stop()