Releases: xp-forge/frontend
Releases · xp-forge/frontend
3.6.0: Bundle remote dependencies
3.5.0: Handler placeholders
- Added possibility to use placeholders in
#[Handler]
annotations
(@thekid)
3.4.1: Incomplete views fix
3.4.0: Exception handling
- Merged PR #25: Exception handling API. This allows to catch exceptions
and render a view instead of falling back to the minimalistic default
error pages provided byxp-forge/web
.
(@thekid) - Heads up: Unmatched routes now result in a 404 "Not found" errors.
Missing or mismatched CSRF tokens now yield 403 "Forbidden" - see #24
(@thekid)
3.3.0: Charset for text, XML, JSON and JavaScript files
3.2.0: Compression
3.1.0: Local bundling
3.0.1: Folder access fixes
3.0.0: Asynchronous asset downloads
- Removed deprecated ClassesIn replaced by
web.frontend.HandlersIn
back in version 1.0.0 of this library.
(@thekid - Heads up: Dropped support for
xp-forge/web
version 1. This
library now requires at least version 2.9.0!
(@thekid) - Merged PR #18: Extend AssetsFrom handler from web.handlers.FilesFrom,
enabling asynchronous asset downloads
(@thekid)
2.3.1: Vary: Accept-Encoding
- Added
Vary: Accept-Encoding
to prevent CDNs from caching incorrectly,
see https://blog.stackpath.com/accept-encoding-vary-important/
(@thekid)