Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
perl-Mojolicious-Plugin-AssetPack
perl-Mojolicious-Plugin-AssetPack.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-Mojolicious-Plugin-AssetPack.changes of Package perl-Mojolicious-Plugin-AssetPack
------------------------------------------------------------------- Mon Sep 28 08:55:09 UTC 2015 - coolo@suse.com - updated to 0.68 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.68 2015-09-28T08:28:29+0200 - Will skip tests unless possible to write to out_dir 0.67 2015-09-27T15:24:23+0200 - Fix asset can be read-only 0.66 2015-09-27T14:56:56+0200 - Skip some tests on windows - Remove EXPERIMENTAL remark for wildcards in filenames #52 - Remove EXPERIMENTAL remark from headers() - Remove EXPERIMENTAL remark from source_paths() ------------------------------------------------------------------- Sat Sep 26 08:55:45 UTC 2015 - coolo@suse.com - updated to 0.65 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.65 2015-09-25T16:55:49+0200 - Add EXPERIMENTAL fixed mapping between moniker to packed files #64 - Add EXPERIMENTAL test_app() to ensure all assets are created - Change headers() into a method - Change out_dir() into a read-only method, as documented - Remove EXPERIMENTAL support for reloader.js - Remove deprecated preprocessor() method - Remove support for in-memory assets #64 - Fix memory leak ------------------------------------------------------------------- Sun Sep 20 16:06:07 UTC 2015 - coolo@suse.com - updated to 0.64 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.64 2015-09-20T11:44:26+0200 - Add "SHIPPING" section to Cookbook - Fix adding custom response headers when assets are already built #55 - Fix always add newline to JavaScript assets to prevent issues with comments - Improved logging for in-memory assets - Improved error reporting when unable to build assets ------------------------------------------------------------------- Sat Aug 29 08:56:15 UTC 2015 - coolo@suse.com - updated to 0.63 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.63 2015-08-29T00:51:29+0200 - Fix responding 404 when in-memory asset could not be found - Add support for custom response headers #55 0.62 2015-08-27T11:40:41-0400 - Fix @import tracking #62 ------------------------------------------------------------------- Mon Aug 24 08:54:14 UTC 2015 - coolo@suse.com - updated to 0.61 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.61 2015-08-23T13:34:34+0200 - Add include_paths() to Scss preprocessor - Fix using SASS_PATH environment variable when calculating checksum #60 - Deprecating asset->preprocessor() in favor of asset->preprocessors->add() ------------------------------------------------------------------- Sun Aug 23 09:02:38 UTC 2015 - coolo@suse.com - updated to 0.60 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.60 2015-08-20T17:21:54+0200 - Fix detecting changed sass/scss files in sub directories, with leading underscore 0.59 2015-08-20T14:42:25+0200 - Cannot look for packed files in "source_paths" - MOJO_ASSETPACK_DEBUG need to be set to "2" for more verbose debug 0.58 2015-08-09T14:28:04+0200 - Change "source_paths" to return original reference and not a copy - Need to look for packed files in all directories (source_paths+public) 0.57 2015-08-09T11:34:21+0200 - Add support for "source_paths" (EXPERIMENTAL) #58 - Add support for fetching assets using a proxy ------------------------------------------------------------------- Sat Aug 8 08:49:11 UTC 2015 - coolo@suse.com - updated to 0.56 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.56 2015-08-05T10:44:15+0200 - Add purge() method (EXPERIMENTAL) - Add support for wildcards in filenames (EXPERIMENTAL) #52 ------------------------------------------------------------------- Sun Jun 7 08:44:22 UTC 2015 - coolo@suse.com - updated to 0.55 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.55 2015-05-25T12:58:04+0200 - Will not add memory asset route if not needed #56 - Make error visible regardless of page scroll position #57 Contributor: Zoffix Znet ------------------------------------------------------------------- Fri Apr 24 15:36:59 UTC 2015 - coolo@suse.com - updated to 0.54 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes ------------------------------------------------------------------- Mon Apr 20 08:53:27 UTC 2015 - coolo@suse.com - updated to 0.5201 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes ------------------------------------------------------------------- Sun Apr 19 07:07:13 UTC 2015 - coolo@suse.com - updated to 0.52 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes ------------------------------------------------------------------- Thu Apr 16 19:30:26 UTC 2015 - coolo@suse.com - updated to 0.51 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes ------------------------------------------------------------------- Mon Apr 13 19:21:14 UTC 2015 - coolo@suse.com - updated to 0.50 see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes 0.50 2015-04-13T11:37:08+0200 * Need to start with a fresh asset to avoid adding duplicate processed data to the same asset. 0.49 Sun Apr 5 09:54:27 2015 * Will not pack asset.ext.swp files 0.48 Sun Apr 5 09:19:01 2015 * Fix serving in memory assets with Content-Type * Fix serving in memory assets with Last-Modified 0.47 Sat Apr 4 13:53:32 2015 * Fix Mojo::Base::tap() does not support arguments before 5.57 0.4602 Thu Apr 2 18:44:01 2015 * Improved cpantesters 0.46 Wed Apr 1 15:09:35 2015 * Remove "fallback" attribute #44 (experimental) * Remove "process" method * Will prevent AssetPack from registering twice * Will not write assets to "mojo-assetpack-public" in TMPDIR #46 (experimental) * Allow in-memory assets with out_dir(""), MOJO_ASSETPACK_DEBUG=1 or read-only static dirs. #46 (experimental) 0.45 Tue Mar 31 22:02:06 2015 * Can also fetch remote assets from local $app #30 * Will calculate MD5 sum recursively for sass/scss #44 * Add Cookbook ------------------------------------------------------------------- Mon Mar 23 12:47:26 UTC 2015 - coolo@suse.com - updated to 0.44 * Add ".min.ext" to minified asset filename * Change filename for assets with errors from "-with-error.ext" to ".err.ext" * Will look for existing assets even with MOJO_ASSETPACK_DEBUG=1 * Remove errmsg() from Mojolicious::Plugin::AssetPack::Preprocessor * Remove detect() from Mojolicious::Plugin::AssetPack::Preprocessors 0.43 Fri Mar 20 11:27:22 2015 * Same CSS::Sass detection for Sass as for Scss preprocessor ------------------------------------------------------------------- Fri Mar 20 10:33:00 UTC 2015 - coolo@suse.com - updated to 0.42 * Fix "Unescaped left brace in regex is deprecated" warnings 0.41 Mon Mar 16 13:47:17 2015 * Will die on CSS::Sass errors 0.40 Mon Mar 16 11:04:47 2015 * Fix reading sass files from SASS_PATH, when using CSS::Sass ------------------------------------------------------------------- Sat Mar 14 15:52:10 UTC 2015 - coolo@suse.com - initial package 0.39 * created by cpanspec 1.78.08
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor