This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Releases: xp-framework/scriptlet
Releases · xp-framework/scriptlet
6.1.0: Filters
- Merged pull request #3: Filters. Filters wrap around request/response
processing and can be used for authentication, compression, caching, etc.
(@thekid) - Merged pull request #4: Implementation of web layouts:
.$ xpws -c de.thekid.dialog.WebLayout
Will start reading the web layout from the given layout class
.$ xpws -c de.thekid.dialog.scriptlet.RssScriptlet
Will start with a web layout with the given scriptlet at "/"
.$ xpws -c -
Will start to serve static files from document root
.$ xpws -c etc
(existing behaviour)
Will start with a web layout read from etc/web.ini
(@thekid)
6.0.3: ToUnixLineBreaks
- Added
ToUnixLineBreaks
caster - see PR xp-framework/xp-framework#363
(@treuter, @thekid)
6.0.2: Hello XP6
- Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid