Changelog
v0.1.1 (23 Jan. 2018)
- (New) Redid the whole module again.
- (New) Added eslint and fixed the issues it found.
- (Enh) Removed a unused function.
- (Enh) Moved the address class.
- (Enh) Removed some unused plugin dependencies.
v0.1.0 (1 Jan. 2018)
- (New) Redid the whole module.
- (Enh) Updated some dev dependencies.
- (Fix) Fixed some tests.
v0.0.3 (17 Nov. 2017)
- (New) Added tests.
- (New) Added the functions #event(), #maxheaders(), #maxconnections(), #alive() and #timeout().
- (Enh) #start() will now test if the server is listening and it's arguments.
- (Enh) #start() can now be supplied with a custom port.
- (Enh) #stop(), #connections() and #address will now test if the server is listening.
v0.0.2 (2 Nov. 2017)
- (Fix) Fixed the package.json.
- (Fix) Fixed an issue with requiring the wrong file.
v0.0.1 (2 Nov. 2017)
- (New) Created the module.
- (New) Added the package.json.
- (New) Added the promise class.
- (New) Added the .gitignore.