Skip to content

Releases: xp-forge/frontend

6.3.0: Dispatching

20 May 08:07
Compare
Choose a tag to compare

6.2.0: XP 12 compatibility

24 Mar 14:22
Compare
Choose a tag to compare

6.1.0: Library compatibility

30 Jan 18:25
Compare
Choose a tag to compare
  • Made this library compatible with xp-forge/web version 4.0 - @thekid

6.0.0: Parameter unmarshalling

25 Dec 12:25
Compare
Choose a tag to compare

5.6.0: View features

25 Dec 12:24
Compare
Choose a tag to compare
  • Merged PR #46: Allow specifying status code in View::redirect()
    (@thekid)
  • Merged PR #45: Add View::empty() to create a view which will not
    be rendered
    (@thekid)
  • Merged PR #44: Allow specifying template and fragment separated
    by # in View::named().
    (@thekid)

5.5.0: Bundler download compression

30 Oct 23:04
Compare
Choose a tag to compare
  • Merged PR #43: Support compression when downloading (in bundler)
    (@thekid)

5.4.0: Method spoofing

30 Oct 22:54
Compare
Choose a tag to compare
  • Merged PR #42: Add support for special _method field to overwrite
    POST for routing
    (@thekid)

5.3.0: CSRF Token header

29 Oct 15:05
Compare
Choose a tag to compare
  • Merged PR #40: Support X-Csrf-Token header (in addition to passing
    token via payload). This makes integrating with frameworks such as
    HTMX easier.
    (@thekid)

5.2.0: Multiple asset sources

15 Oct 10:24
Compare
Choose a tag to compare
  • Merged PR #39: Support multiple sources in web.frontend.AssetsFrom
    (@thekid)
  • Added PHP 8.4 to the test matrix - @thekid

5.1.0: Fragments

29 Jul 10:59
Compare
Choose a tag to compare