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 41e666c commit 4ef8c5fCopy full SHA for 4ef8c5f
Changes
@@ -1,6 +1,8 @@
1
Revision history for Kelp
2
3
{{$NEXT}}
4
+
5
+2.18 - 2024-10-08
6
[New Interface]
7
- Added after_unrendered hook to Kelp
8
- Added order attribute and compare method to routes
lib/Kelp.pm
@@ -11,7 +11,7 @@ use Class::Inspector;
11
use List::Util qw(any);
12
use Scalar::Util qw(blessed);
13
14
-our $VERSION = '2.17';
+our $VERSION = '2.18';
15
16
# Basic attributes
17
attr -host => hostname;
0 commit comments