- fix 304 header issue in
plugin.filehandler
- expand method signature of
response.checkRoute()
plugin.request
addedrequest.body
forPUT
andPOST
- update
createServer
to allow for options forhttps
- removed dependency on
date-utils
, added dependency oncromag
plugin.meta
added to plugin definitionauthor
- author nameemail
- author emailname
- plugin namedescription
- plugin description
plugin.name
deprecated in favor ofplugin.meta.name
- added
html
andcallback
to404 handler
- added headers, expiration, and modification checks to
filehandler plugin
- added
options.timeout
for cache headers - added
304
response forIf-Modified-Since
headers
- added
addRoute()
now returnsrouteId
instead ofthis
- BREAKING CHANGE- added
removeRoute(routeId)
- updated to
EventEmitter2
current - BREAKING CHANGE
- removed regular expression test causing exception in 0.5.10
- ready for node.js v0.6.0, and verified working on windows
- added session to request in session plugin
- lower node.js version requirement
- added request plugin
- POST parameter handling
- request url parsing