All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.0 (2021-04-24)
0.4.0 (2021-03-22)
- add email support with MJML and nunjucks engine (or just plain text) (35544a3)
- add email support with MJML and nunjucks engine (or just plain text) (cb59d67)
0.3.0 (2020-12-11)
- limit exported members to only useful properties (a2d065b)
- cookie: allow expire to be given as ms (number) or string (time string) (3984632)
- add @body context annotation (7701b76)
- add @context annotation (ed7697b)
- add @cookie context annotation (3d5381f)
- add @error context annotation (e140d65)
- add @params context annotation (34f3a5e)
- add @query context annotation (1234ee8)
- add @request and @req context annotation (944b3d1)
- add @response and @res context annotation (c7a29ea)
0.2.0 (2020-10-19)
- add fs.readJson and fs.writeJson methods (b4e02ec)
- add fs.sanitizeFilename method (f4a4eff)
- add redirect responses (e4e4e0a)
- add redis support (c9ab4aa)
- add user- and session management (05c0677)
- added context generics for easier type hinting of request params, query and body (5c7a652)
- better request header handling (f9b6952)
- change fs.fs.readDirContentRecursive to fs.readDir and allow non recursive search (77ac53d)
0.1.3 (2020-09-23)
- Missing build artifacts