Skip to content

Commit

Permalink
Release 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 5, 2024
1 parent 57755c8 commit 8a8a594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
Revision history for Kelp

{{$NEXT}}

2.16 - 2024-07-05
[New Interface]
- Added context_obj attribute to Kelp
- Added build_context method to Kelp
- Added build_controller method to Kelp::Context

[New Documentation]
- Kelp::Context package is now documented
- Kelp::Manual::Controllers has a new section: 'Use different method than reblessing'

[Changes]
- Fixed incorrect before_finalize class if last handler to execute did not belong to a controller

[Deprecations]
- Clarify that new_anon will not be removed, but rather use different implementation method in the future

[New Documentation]
- Kelp::Context package is now documented
- Kelp::Manual::Controllers has a new section: 'Use different method than reblessing'

2.15 - 2024-07-03
[Changes]
- Kelp's req and res attributes were moved to Context and are now just facade methods
Expand Down
2 changes: 1 addition & 1 deletion lib/Kelp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Class::Inspector;
use List::Util qw(any);
use Scalar::Util qw(blessed);

our $VERSION = '2.15';
our $VERSION = '2.16';

# Basic attributes
attr -host => hostname;
Expand Down

0 comments on commit 8a8a594

Please sign in to comment.