Revision history for Mojolicious-Plugin-AssetPack
0.24 Sun Sep 28 20:44:00 2014
* Add preprocessor classes for every detected preprocessor
* Add Preprocessors->can_process method to detect if preprocessors exists
* Improved error message from sass preprocessor
0.23 Sun Sep 7 18:20:35 2014
* Add AssetPack->fetch() method #24
* Can calculate checksum with included .sass and .scss files #25
* Can load external assets with minify=0 #27
* Support printing sass error to web page #26
* Better error message when unable to find asset file
* Change to using objects for processing files
0.22 Thu Aug 21 15:08:56 2014
* Made compass test more robust
0.21 Thu Aug 7 21:33:48 2014
* Add support for more debug output with MOJO_ASSETPACK_DEBUG=1
* Add error message for missing "jsx" preprocessor
* Will render missing text for all types which is not detected.
* Remove map_type() from Mojolicious::Plugin::AssetPack::Preprocessors
0.20 Fri Aug 1 09:55:12 2014
* Catch exit code from external applications
* Improved error messages
0.19 Sun Jul 27 20:26:45 2014
* Fix failing test for "compass"
0.18 Fri Jul 18 01:29:04 2014
* Will not continue if asset failed to download
0.17 Tue Jul 15 03:03:57 2014
* Fix loading empty javascript file
0.16 Mon Jul 7 22:39:30 2014
* Fix CPAN testers error
http://www.cpantesters.org/cpan/report/caa7015a-050b-11e4-ae21-9a7d1ff27236
0.15 Sat Jul 5 11:28:42 2014
* Add JSX support.
0.14 Sat Jun 14 12:33:10 2014
* Add ::Preprocessors->map_type() method.
* Add support for .sass files
* Add support for sass+compass
* Add support for custom base_url for minified assets
0.13 Mon Jun 9 16:11:57 2014
* Fix including online assets without extension
* Fix Use of uninitialized value $_[3] in concatenation
0.12 Thu May 22 21:39:43 2014
* Allow asset moniker with same name as expanded packed filename.
0.11 Thu May 8 19:13:41 2014
* Add CoffeScript support. (Alexander Rymasheusky)
https://github.com/jhthorsen/mojolicious-plugin-assetpack/pull/7
* Add -I<path_to_dir> to sass command line (Per Edin)
https://github.com/jhthorsen/mojolicious-plugin-assetpack/pull/5
* Add support for MOJO_ASSETPACK_NO_CACHE=1 (Alexander Rymasheusky)
https://github.com/jhthorsen/mojolicious-plugin-assetpack/pull/9
0.10 Thu May 8 19:09:00 2014
* See 0.11
0.09 Sun Mar 23 11:45:03 2014
* Remove option for cleaning up old asset files
0.08 Sat Mar 22 19:14:00 2014
* Fix finding compiled files by MD5 sum
0.07 Sun Mar 16 12:07:46 2014
* Add support for fetching assets from web
* Improved support for finding a writeable out_dir
0.0601 Mon Dec 30 17:01:20 2013
* Fix bug when asset has the same moniker as one of the source files
0.06 Tue Dec 17 20:16:24 2013
* Will not die, but log with custom error message on missing preprocessor
0.0502 Wed Nov 27 09:21:33 2013
* Fix plan in t/expand.t when sass is missing
0.0501 Tue Nov 26 09:43:06 2013
* Cannot define assets when missing preprocessors
0.05 Sun Nov 24 18:20:11 2013
* Bundling JavaScript::Minifier::XS and CSS::Minifier::XS
* Will calculate md5_sum from input files
* Add support for getting assets for a moniker
0.0402 Tue Nov 12 21:17:34 2013
* Will select the latest processed file when preprocessor is missing
0.0401 Thu Oct 31 21:09:56 2013
* Fix cleanup of files without md5
0.04 Thu Oct 31 18:57:22 2013
* Add support for custom out_dir
* Fix cannot lookup preprocessor based on moniker extension
0.03 Mon Oct 28 18:31:03 2013
* Use md5sum instead of timestamp in filenames
0.0201 Thu Oct 10 20:10:25 2013
* Fix need to change back to previous working dir
0.02 Tue Sep 24 09:17:43 2013
* Will only write asset files if the preprocessors exists
0.0102 Sun Sep 15 15:15:37 2013
* Fix AssetPack in embedded apps
0.0101 Sun Sep 15 14:26:29 2013
* Fix t/compress.t
0.01 Sun Sep 15 14:20:22 2013
* Add "asset" helper
* Add support for chained preprocessors
* Add default preprocessors for js, css, scss and less
* Can expand from moniker to multiple script/link tags
* Can compress multiple files to one moniker asset