Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 5.08 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2021-04-24)

Features

  • add request body validator (570ec7b)
  • request body validation (690a1ce)

0.4.0 (2021-03-22)

Features

  • 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)

Features

0.2.0 (2020-10-19)

Features

  • 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

0.1.2 (2020-09-23)

Features

  • ability to pass a config object to zen() method (4070078)
  • add destroy method to ZenApp (b59c2e0)
  • export QueryString interface (c7f20ff)

Bug Fixes

  • ControllerFactory throws an error when a controller key isn't found (a9c28dc)
  • default config not loaded sometimes (d4e7971)
  • isObject util method returns true for Arrays (f69fe3d)
  • PUT bodys aren't parsed (1fa9979)
  • simple cookies aren't parsed (2fafd34)