Skip to content

Releases: xp-forge/web

1.4.2: Development server fix

16 Aug 11:29
Compare
Choose a tag to compare
  • Fixed Class "com.example.App+xp.web.dev.Console" could not be found
    errors when using development webserver.
    (@thekid)

1.4.1: File names as application sources

14 Aug 12:14
Compare
Choose a tag to compare
  • Changed xp web commandline to allow using filenames as application
    source. See feature request #47
    (@thekid)

1.4.0: Environment arguments

12 Aug 21:53
Compare
Choose a tag to compare
  • Fixed issue #46: Uncaught exceptions from application setup in
    development mode
    (@thekid)
  • Merged PR #45: Pass all additional command line arguments to app
    environment
    (@thekid)

1.3.0: Response cookies

07 Jun 14:40
Compare
Choose a tag to compare

1.2.0: Routing simplification

29 Apr 19:39
Compare
Choose a tag to compare
  • Allowed supplying an array to matching()'s first argument, creating
    routes for all of its elements
    (@thekid)
  • Fixed dispatch() in conjunction with filters / nested routing
    (@thekid)

1.1.0: Dispatch

29 Apr 18:09
Compare
Choose a tag to compare
  • Merged PR #38: Dispatching - high-performance internal redirects w/o
    the protocol overhead.
    (@thekid)

1.0.1: SAPI fixes

22 Apr 13:58
Compare
Choose a tag to compare
  • Fixed SSL and HTTP version detection when running inside PHP SAPIs,
    e.g. Apache; or the development webserver.
    (@thekid)

1.0.0: HTTP/1.0 handling

10 Apr 19:51
Compare
Choose a tag to compare

0.14.1: Status code fix

13 Feb 22:39
Compare
Choose a tag to compare
  • Fixed development webserver not respecting HTTP status codes properly
    (@thekid)

0.14.0: Development console

12 Feb 21:30
Compare
Choose a tag to compare
  • Merged PR #35: Development console. The console is enabled by default
    inside the development webserver and can be activated by prepending the
    WEB_SOURCE enviroment variabe with +xp.web.dev.Console.
    (@thekid)
  • Fixed development webserver shtudown on Un*x systems - @thekid