Changelog
v0.1.1 (22 Mar. 2018)
- (New) Added documentation for all the classes.
- (Enh) Updated most of the plugins.
- (Fix) Fixed some wrong naming of functions.
- (Del) Finally removed cerus-settings.
v0.1.0 (3 Feb. 2018)
- (New) Redid the whole module.
- (New) Added eslint and fixed issues it found.
- (Enh) Changed and added some tests.
v0.0.16 (28 Jan. 2018)
- (Enh) Updated more dependencies.
v0.0.15 (28 Jan. 2018)
- (New) Added some documentation.
- (New) Added the root function to replace the setting.
- (Enh) Updated all the dependencies.
- (Enh) Moved some methods around.
- (Enh) Worked on the redesign.
- (Fix) Fixed an issue with a missing new.
v0.0.14 (18 Nov. 2017)
- (New) Added new, better tests.
- (Enh) Updated the cerus-server package.
- (Enh) The root will now only contain forward slashes.
- (Enh) The #favicon() function will now return a promise.
- (Enh) The #helper(), #library() and #model() functions now accept absolute paths.
- (Fix) All relative an absolute routing should now work.
- (Del) Removed the original tests.
v0.0.13 (11 Nov. 2017)
- (Enh) Updated the router for the ? time. I've lost count.
v0.0.12 (11 Nov. 2017)
- (Fix) Changed the root setting another time.
v0.0.11 (11 Nov. 2017)
- (Enh) Another router update. Who would have thought?
v0.0.10 (11 Nov. 2017)
- (Enh) And updated the router another time.
v0.0.9 (6 Nov. 2017)
- (Enh) Updated the router once again.
v0.0.8 (6 Nov. 2017)
- (Enh) The #view() function will now send a file event when the file was read.
- (Fix) Images will now be send in binary.
- (Fix) Changed the paths for #assets() another time.
v0.0.7 (5 Nov. 2017)
- (Fix) The #favicon() function will now correctly route.
- (Fix) Fixed the paths for the #assets() function again.
v0.0.6 (4 Nov. 2017)
- (Fix) Fixed a wrong path in the #assets() function.
v0.0.5 (4 Nov. 2017)
- (Enh) Updated the cerus-router module.
v0.0.4 (4 Nov. 2017)
- (Fix) Fixed an issue with setting the root setting incorrectly.
v0.0.3 (3 Nov. 2017)
- (Enh) Updated the cerus-router module.
- (Fix) Fixed typos and header sizes in the readme.
v0.0.2 (3 Nov. 2017)
- (New) Added a lot of packages.
- (New) Added specs tests.
- (New) Added the #favicon(), #view(), #assets() and #library() functions.
- (Enh) The functions will now throw errors instead of an empty object.
- (Enh) Updated the readme.
v0.0.1 (2 Nov. 2017)
- (New) Created this module.
- (New) Added the package.json.
- (New) Added the .gitignore.
- (New) Added the main class.