Revision history for Web::Components

          - Completed POD for component base classes
          - More prereq fixes
          - Curated dependencies
          - Fixed prereqs
          - Updated MANIFEST

0.12.1    2024-11-27 20:55:34
          - Bump version for release
          - Fix tests. Import exceptions from Web::ComposableRequest
          - Added some POD
          - Better exception detection
          - Adds fqdn to Util. Better rv in Model.error
          - Adds Model Navigation and ConfigLoader
          - Better error handling
          - Can set http headers in a redirect
          - Can set message log level
          - Adds context to log calls
          - Adds should_log_messages to config
          - ReverseMap builds a lazy attribute
          - ReverseMap calls dispatch_request and the subs to parse the map
          - Better regexs in ReverseMap
          - Adds ReverseMap role. Can do uri_for_action
          - Models hash now passed to context constructor
          - Render exception sets level 2

0.11.1    2023-02-16 23:29:31
          - Breaks back compat. Uses a context object not a request one
          - Made loaders use of session object more robust

0.10.1    2017-06-01 23:02:25
          - Makes factory_args a public attribute

0.9.1     2017-02-18 23:43:05
          - Toolchain update
          - Refactored controller routes in loader

0.8.1     2016-11-07 22:54:27
          - Use should_log_errors loader_attr to log exceptions as errors
          - Adds config loader_attr hashref

0.7.1     2016-05-01 15:01:11
          - Redirect preserves query_form when adding message id

0.6.1     2016-03-16 00:06:00
          - Added new signature to response filter
            Can now pass the action path as the first arg instead of
            moniker and method
          - Added coverage badge
          - Improved coverage
          - Tunnel method parameters now configurable
          - Toolchain update

0.5.1     2015-10-03 13:51:18
          - Use containerised builds for Travis CI
          - Smarter changelog parsing in git hook
          - Fewer test dependencies in boilerplate
          - Toolchain updates
          - Qualify role names in dynamic components
          - Added dynamic component setup
          - Added badge markup
          - Use BuildRequires not TestRequires for Kwalitee

0.4.1     2015-08-28 15:38:13
          - Added strictures to Loader for Kwalitee's benefit

0.3.1     2015-08-27 15:12:19
          - Fixed test prereqs

0.2.1     2015-08-27 14:12:13
          - Updated POD. Added model loading test
          - Renamed roles to Loader and Role
          - No longer calls req->loc_default unconditionally
          - Added tests and POD
          - Works with App::Doh

0.1.1     2015-08-14 01:20:58
          - Added project files to master branch