Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.5.0 - 2018-03-04
Added
- Added
Response#serverResponseto expose the originalhttp.ServerResponseobject. - Added
Request#incomingMessageto expose the originalhttp.IncomingMessageobject.
Changed
- Now extracts prefixed and suffixed URI variables.
0.4.0 - 2018-02-28
Added
- Added
BQ_DEFAULT_CHARSET,BQ_RUN_DEFAULT_PORT, andBQ_RUN_DISPLAY_MSGconfig environment variables. - Added more ESDoc comments.
- Added async callback support to
Bq.prototype.serve. - Implemented initial basic support of IETF URI templates.
Changed
- The required Node version is now
>=8.6.
0.3.0 - 2017-07-13
Added
- Added
queryparameter to theRequestclass. - Added
dnt,host, anduserAgentproperties to theRequestclass. - Added
headersproperty to theRequestclass. - Added
jasminetests.
Removed
- Removed
chalkpackage dependency.
0.2.0 - 2017-07-05
Added
- Added "Install" section in readme.
- Added "License" section in readme.
Changed
- Updated the changelog format.
- Updated the usage section on the readme.
- Route callback functions now receive a
requestandresponseargument. - Changed the
Bq.prototype.listenmethod toBq.prototype.run.
0.1.0 - 2017-07-04
Added
- Initial release.