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 09977e6 commit 9839a51Copy full SHA for 9839a51
Changes
@@ -1,4 +1,6 @@
1
2
+2.15 2023-01-28
3
+
4
2.14 2023-01-27
5
- Added support for multiple download attempts for assets that need to be fetched.
6
lib/Mojolicious/Plugin/AssetPack.pm
@@ -6,7 +6,7 @@ use Mojolicious::Plugin::AssetPack::Asset::Null;
use Mojolicious::Plugin::AssetPack::Store;
7
use Mojolicious::Plugin::AssetPack::Util qw(diag has_ro load_module DEBUG);
8
9
-our $VERSION = '2.14';
+our $VERSION = '2.15';
10
11
has minify => sub { shift->_app->mode eq 'development' ? 0 : 1 };
12
0 commit comments