We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2edf2a commit 5441509Copy full SHA for 5441509
Changes
@@ -1,8 +1,8 @@
1
Revision history for Kelp
2
3
-{NEXT}
+2.15 - 2024-07-03
4
[Changes]
5
- - Kelp's req and res were moved to Context and are now just facades
+ - Kelp's req and res attributes were moved to Context and are now just facade methods
6
- Added persistent_controllers config, which makes the system keep the reblessed instances
7
8
[Deprecations]
lib/Kelp.pm
@@ -12,7 +12,7 @@ use List::Util qw(any);
12
use Scalar::Util qw(blessed);
13
use Kelp::Context;
14
15
-our $VERSION = '2.14';
+our $VERSION = '2.15';
16
17
# Basic attributes
18
attr -host => hostname;
0 commit comments