Skip to content

v0.11.34

Latest
Compare
Choose a tag to compare
@ox-harris ox-harris released this 17 Oct 08:31
· 67 commits to master since this release

The project up to this version:
Virtualization: Virtual hosts are domains mapped to directories, run on the same node process and same Webflo instance as the root host. Conversely, future versions are planned to be reverse proxies for virtual hosts.
Certbot: The certbot service generate::cert is an inhouse implementation. Conversely, distant future versions might employ third-party modules like Greenlock.
Sessions: The httpEvent.session object/proxy is property-based (i.e.: a data object). Conversely, distant future versions might be method-based (i.e.: a JavaScript Map with methods as set(), get(), has(), delete(), etc.).