Skip to content

1.0.0

Choose a tag to compare

@IonicaBizau IonicaBizau released this 21 Oct 13:34
· 120 commits to master since this release
  • Improved readFile method (using file streams)
  • Buffer support for sendRes method
  • Better crash handling
  • Added tests
  • Send 404 error when requests on directories come
  • Updated docs
  • Simplified mime type setting
  • Fixed stats magic variable (bug)
  • Emit error events (the instance of Statique is an instance of EventEmitter). Now we can listening on errors using server.on("serverError", foo).