Revision history for Perl extension PlackX-Framework
0.34 2026-08-24T03:48:54Z
- Add render_file feature
- Improve testing of request/response
- $response->last to eventually replace $response->stop
(more consistent naming with $response->next)
- Add more uri utilities and related tests and pod
(with new tests integrating request, router, and app_base)
- Avoid testing that requires TCP if unable a simple TCP connection
- BUGFIX: Fix double slashes in generated urls
0.33 2026-08-18T07:48:40Z
- Fix more documentation mistakes
0.32 2026-08-18T07:23:40Z
- Downgrade minimum perl version to 5.26.0
- Documentation fixes and updates
0.31 2026-08-16T08:09:23Z
- Remove unnecessary static file app integration
- Document undocumented cleanup callback feature
- Happy Birthday CPAN!
0.30 2026-08-14T09:30:27Z
- Fix bug when a streaming response was used with static file server
- Make it easier to use PlackX::Framework with Plack::Middleware,
add tests, and document in pod
0.29 2026-08-10T20:42:09Z
- Documentation fixes and additions
0.28 2026-03-23T20:54:26Z
- Fix failing test (skip the right way)
0.27 2026-03-22T22:38:25Z
- Fix dependency list
- Fix failing test
0.26 2026-03-18T20:10:14Z
- First CPAN release