Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Releases: xp-framework/scriptlet

6.1.0: Filters

07 Jun 22:24
Compare
Choose a tag to compare
  • 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

01 Jun 20:42
Compare
Choose a tag to compare

6.0.2: Hello XP6

01 Jun 20:39
Compare
Choose a tag to compare
  • Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid