Skip to content

Commit

Permalink
Documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jun 19, 2024
1 parent 36882d7 commit cdef265
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 251 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- Module::Template now inserts an 'app' parameter to render variables unless 'app' is already provided

[Changes]
- Scalar context behavior of the param method called without arguments on json request is now deprecated
* this is done in effort to make param method easier to use and harder to misuse
- Kelp::Test no longer uses HTTP::Cookies, implements a much slimmer cookie jar with the same interface
* The new cookie jar only stores key/value pairs without any special data for cookies like domains, paths or expiration dates
Expand All @@ -30,6 +29,8 @@
- A template named '0' will now be properly rendered
- An 'app' object available in Kelp::Response template is now a properly reblessed controller

[Deprecations]
- Scalar context behavior of the param method called without arguments on json request is now deprecated

[Backward-Incompatible Changes]
- Request data will now be properly decoded using either charset from Content-Type or application charset
Expand Down
Loading

0 comments on commit cdef265

Please sign in to comment.