Revision history for MojoX-CustomTemplateFileParser

0.10  2014-09-10 21:42:50 CEST
    - Bugfix: Lines meant to be parsed between test and expected could end up in expected
    - Bugfix: Malformed POD output near =begin/end html

0.09  2014-09-10 16:50:23 CEST
    - Created a plugin architecture which allows for easy customization of output
    - Moved flatten() into ::Plugin::To::Test
    - Moved exemplify() into ::Plugin::To::Pod
    - Moved htmlify() into ::Plugin::To::Html
    - Removed parse(). Now parsing takes place at object creation
    - Changed to Moose, thanks to MooseX::Object::Pluggable

0.08  2014-09-09 23:28:44 CEST
    - Add support for choosing to exemplify a test only if it is
      marked as an example in the source file
    - Fixed unitialized warning
    - Added htmlify() which turns the source file into html

0.07  2014-09-08 22:10:33 CEST
    - Ensure adequate line breaks between templates and 
      expected (and other line types) in exemplify() output

0.06  2014-09-08 20:38:25 CEST
    - Added test_index attribute for looking up tests by number
    - Added test_count() for looking up number of tests
    - Added exemplify() which translates a test number into a pod-able string

0.05  2014-09-08 12:45:36 CEST
    - Fixed a bug where the last variable in a looped test sometimes were
      checked agains all expected results
    - Build fails on Travis for Perls < 5.14

0.04  2014-09-07 21:16:41 CEST
    - Fixed a bug where the last test in a file sometimes were generated twice

0.03  2014-09-07 20:57:54 CEST
    - Added support for ==test loop(var var2)== syntax to easily create
      similar tests where only one value is different

0.02  2014-09-07 16:42:25 CEST
    - The test is skipped if the template part of a test is empty
    - Skip test by using ==no test==

0.01  2014-09-07 14:22:39 CEST
    - Initial release