TODO:
- "Duplicate assets (via ->include(...)" testing?
0.056 Saturday April 19 02:57:44 PDT 2008:
- Bump for packaging error (*grumble* *grumble* META.yaml inc/ *grumble*)
0.055 Saturday March 29 22:57:47 PDT 2008:
- Fixed a problem with inline content being escaped by HTML::Declare (thanks James Munson)
- ->include and ->include_content can now accept simple HTML of the form <script>script> or
<style></style>
- Will not detect for rank/type misordering in ->include, ->include_path, and ->include_content
It should just do-the-right-thing now.
0.051 Tuesday March 11 21:28:07 PDT 2008:
- Fixed issue where HTML::Declare was using self-closing <script/> HTML, which
most browsers don't like (thanks patspam):
http://webbugtrack.blogspot.com/2007/08/bug-153-self-closing-script-tag-issues.html
0.050 Sunday March 02 00:29:57 PST 2008:
- Major "guts" rewrite. The interface is largely the same,
but some heavy lifting had to be done to support different text/css media types.
- Inline content is supported via ->include_content(...) or ->include(content => ...)
- Passes through unrecognized attributes when generating HTML
- Filters and output path selection is handled in a somewhat better (though not perfect, IMHO)
fashion. Still need to write the documentation for this part.
0.032 Tuesday January 22 14:01:12 PST 2008:
- Some minor tweaking of the timing of the caching test
0.031 Tuesday January 22 13:46:39 PST 2008:
- Fixed (hopefully) some broken tests (rep. RENEEB)
0.030 Sunday January 13 23:23:34 PST 2008:
- Fixed "x-javascript" issue for MIME::Types older than 1.16 (rep. ITEGEBO)
0.021 Tuesday January 08 21:22:31 PST 2008:
- Small documentation fixes
0.02 Tuesday January 08 17:07:41 PST 2008:
- Documentation for File::Assets, File::Asset
- Testing for File::Assets->new with URI::ToDisk
- Testing for proper caching of generated assets; fixed a couple of bugs
0.01 Monday January 07 00:29:38 PST 2008:
- Initial release