Releases: xp-forge/frontend
Releases · xp-forge/frontend
6.3.0: Dispatching
- Merged PR #48: Implement
View::dispatch()
, which redirects internally
and dispatches the request to another route, bumping the dependency on
theweb
library to https://github.com/xp-forge/web/releases/tag/v4.2.0
(@thekid)
6.2.0: XP 12 compatibility
- Added dependency on
xp-forge/compression
, see xp-framework/rfc#342
(@thekid) - Made compatible with XP 12 - @thekid
6.1.0: Library compatibility
- Made this library compatible with xp-forge/web version 4.0 - @thekid
6.0.0: Parameter unmarshalling
- Implemented xp-framework/rfc#341: Drop support for XP 9 - @thekid
- Merged PR #47: Support unmarshalling handler parameters - @thekid
5.6.0: View features
5.5.0: Bundler download compression
5.4.0: Method spoofing
5.3.0: CSRF Token header
5.2.0: Multiple asset sources
5.1.0: Fragments
- Merged PR #38: Make it possible to select a template fragment. The
Handlebars template engine implements this, for example. See the PR
xp-forge/handlebars-templates#14
(@thekid)