Skip to content

Releases: xp-forge/frontend

3.6.0: Bundle remote dependencies

11 Jul 22:12
Compare
Choose a tag to compare
  • Merged PR #27: Add support for remote dependencies - @thekid

3.5.0: Handler placeholders

10 Jul 11:21
Compare
Choose a tag to compare
  • Added possibility to use placeholders in #[Handler] annotations
    (@thekid)

3.4.1: Incomplete views fix

16 May 08:39
Compare
Choose a tag to compare
  • Fixed issue #26: Unsupported operand types: array + null - @thekid

3.4.0: Exception handling

15 May 14:11
Compare
Choose a tag to compare
  • 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 by xp-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

30 Apr 16:12
Compare
Choose a tag to compare
  • Added charset=utf-8 parameter to Content-Type header for all text,
    XML, JSON and JavaScript files. Implements suggestion in #23.
    (@thekid)

3.2.0: Compression

22 Apr 14:52
Compare
Choose a tag to compare
  • Merged PR #22: If brotli extension is available, also compress to .br
    files - they're signifantly smaller!
    (@thekid)
  • Used a compression level of 9 when compressing assets. Implements
    feature request #21.
    (@thekid)

3.1.0: Local bundling

11 Apr 19:55
Compare
Choose a tag to compare
  • Merged PR #20: Add ability to bundle local files - @thekid

3.0.1: Folder access fixes

11 Apr 08:16
Compare
Choose a tag to compare
  • Fixed issue #19: Raise 404 if folder is accessed - @thekid

3.0.0: Asynchronous asset downloads

10 Apr 12:46
Compare
Choose a tag to compare
  • 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

10 Apr 12:14
Compare
Choose a tag to compare