Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.02. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
tomill committed Feb 10, 2010
1 parent 3192b9c commit e3e0cb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Revision history for Perl extension Template::Semantic


- POD: Move callback basics to new callback section
0.02 Wed Feb 10 18:33:17 JST 2010
- $out->as_string return fragment XHTML as XHTML. (thanks fujiwara-san)
- Auto fixes & => & if recover > 0
- Add accessor $out->dom
- Support more CSS selector
- More examples
- More tests
- POD fixes (thanks Terrence Brannon)

0.01 Mon Feb 8 22:58:01 JST 2010
- original version
2 changes: 1 addition & 1 deletion lib/Template/Semantic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Template::Semantic;
use strict;
use warnings;
use 5.008000;
our $VERSION = '0.01';
our $VERSION = '0.02';
use Carp;
use XML::LibXML;
use Template::Semantic::Document;
Expand Down

0 comments on commit e3e0cb2

Please sign in to comment.