1.0.0
- Improved
readFilemethod (using file streams) - Buffer support for
sendResmethod - Better crash handling
- Added tests
- Send 404 error when requests on directories come
- Updated docs
- Simplified mime type setting
- Fixed
statsmagic variable (bug) - Emit error events (the instance of Statique is an instance of
EventEmitter). Now we can listening on errors usingserver.on("serverError", foo).