Kelp

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.4570 - 2014-03-02
            Allow attributes to set undef values
            do not append default template extension if ext() is undef
            Added POD
            Added tests

0.4560 - 2013-11-19
            Allow for fully qualified Kelp module names
            Config merge sigils will now only work for ARRAY
            POD and typo fixes

0.4550 - 2013-11-11
            Flip nginx env vars.
            Change param to accept no JSON content or non-hash JSON
            Make Kelp::Test::request only load the PSGI app once
            POD and comments typo fixes

0.4501 - 2013-08-14
            Minor fixes
            Add render_binary
            Add missing header_like
            POD changes

0.4011 - 2013-07-05
            Removed modules_disable and middleware_disable, and added the ability to add and remove elements in an array by adding a '+' or '-' in front of the key name.

0.4001 - 2013-07-02
            Added modules_disable and middleware_disable arrays in config
            Added a REMOTE_USER fallback for nginx
            Added loaded_modules attribute to Kelp
            Fixed utf8 encoding for OSX
            Added a session convenience method
            PSGI creation remodeled to leverage the StackTrace middleware
            Introduced render_error method in Kelp::Response, which will look for error templates (404, 500, etc)

0.3101 - 2013-06-13
            Remove dependency of Template, replace it with Template::Tiny.
            Reason being that Template does not pass its tests under Perl 5.18.
            Use Kelp::Module::Template::Toolkit (available on CPAN) if your code
            depends on Template.

0.3001 - 2013-05-25
            Fix typo in test paths
            Bridges accessed directly will now return 401 - Unathorized
            Introduce "panic" and "finalize" methods
            Add "long_error" attribute
            Rename "before_render" to "before_finalize"
            Change all _croak statements to return panic, improving the natural flow of the route logic

0.2191 - 2013-05-14
            Add arguments to load_module
            Fix tests and small issues

0.2190 - 2013-05-05
            Add property for partial rendering
            Address an issue with nginx and headers
            Add more pod

0.2182 - 2013-05-02
            Fix issue with content-type params
            Set explicit utf8 encoding for module Template
            Replace wizardly Perl code with Class::Inspector

0.2181 - 2013-04-20
            Fix test failing under Perl 5.10

0.218 - 2013-04-19
            Add auto load class when adding a route.

0.217 - 2013-04-17
            Fix Github issue #1
            Revamp the Template module to allow for more standard subclassing
            Remove Config::Hash from test units

0.21 - 2013-04-16
            Allow for using templates w/o extension.
            Allow for subclassing the templates module.
            Implement testing of a Less app, via the psgi attribute.

0.2 - 2013-04-13
            Complete rewrite of the Config module, allow for subclassing of it.
            Write more tests.
            Write more POD.

0.1 - 2013-04-12
            First upload to CPAN



( run in 0.334 second using v1.01-cache-2.11-cpan-d7f47b0818f )