# This file documents the revision history for Perl extension Catalyst-View-BasePerRequest.
0.009 - 2022-09-10
- Properly set the application attribute
0.008 - 2022-08-22
- Be more careful with @args in injected view helper
0.007 - 2022-08-21
- added root and parent attributes
- added view injection
0.006 - 2022-08-03
- more flexibility in how we render inner content
- let a content block have default content
0.005 - 2022-08-03
- capture forwarded args in case they are needed
- ability to modify build args
- added 'set_http_$STATUS' helpers
- fixed but where the status codes didn't get added properly
- added prepend capture and added test cases for all captures
- fixed issue where headers passed to helpers didn't work correctly
0.004 - 2022-07-25
- flatten inner content separately from body content
0.003 - 2022-07-24
- POD documentation cleanup / spelling fixes
- included views shouldn't need to set content type
- ignore undef in the html stream
- render included views that are inside content areas
- support newer CatalystX-Errors and make it easier for subclasses
to overide the exceptions
0.002 - 2022-05-26
- Fixed distribution meta data
0.001 - 2022-05-26
- Initial release