The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.10 2020-10-14T00:56:08+02:00
 [Common]
 - Add missing test messages.
 - Move t/dtd directory out. There is for testing of validation.

 [Tags::Output]
 - Add 'input_tags_item_callback' for processing before 'Tags' put().

 [Tags::Output::Raw]
 - Add 'input_tags_item_callback' for processing before 'Tags' put().
 - Sort modules in test.

0.09 2020-04-27T23:28:40+02:00
 [Tags::Output]
 - Add open_elements() method, deprecate open_tags() method with warning.

 [Tags::Output::Raw]
 - Add open_elements() method, deprecate open_tags() method with warning.
 - Fix issue with XML element in lowercase only.

0.08 2020-04-26T16:04:35+02:00
 [Common]
 - Improve LICENSE AND COPYRIGHT section in doc.
 - Improve SYNOPSIS section in doc.
 - Remove helper get_stdout.inc in tests.
 - Rename test files to better version (tag → element).
 - Update author github username.
 - Update copyright years.

0.07 2018-01-23T11:27:58+01:00
 [Common]
 - Fix Makefile.PL for new version of Perl and no default »use lib '.'«.
 - Update Module::Install to 1.19 version.
 - Update author name.
 - Update copyright years.
 - Update examples/ directory.

0.06 2016-03-23T21:19:20+01:00
 [Tags::Output::Raw]
 - Add test comments.
 - Fix finalize() in SGML mode.
 - Simple optimalization.

0.05 2016-03-22T19:16:13+01:00
 [Common]
 - Update copyright years.
 - Rewrite test files to better names.

 [Tags::Output]
 - Add test comments.
 - Rewrite 'tag' to 'element' in tests.

 [Tags::Output::Raw]
 - Add some test comments.
 - Add test for end of element.
 - Fix sitution for end of element without begin of element in xml mode.
 - Rewrite 'tag' to 'element' in tests.

 [Tags::Utils::Preserve]
 - Rewrite 'tag' to 'element' in tests.

0.04 2015-10-27T12:39:38+01:00
 [Common]
 - Add cleaning of Error::Pure errors.
 - Add Test::NoWarnings to tests.
 - Fix tabs in code.
 - Fix tabs in doc.
 - Improve LICENSE AND COPYRIGHT sections in doc.
 - Improve SEE ALSO sections in doc.
 - Move author tests to xt/ directory.
 - Update Module::Install to 1.16 version.
 - Update copyright years.

 [Tags::Output]
 - Add 'METHODS TO OVERWRITE' section to doc.
 - Improve doc in 'output_sep' parameter.

 [Tags::Output::Raw]
 - Fix 'no_simple' parameter in doc.
 - Remove TODOs from doc.
 - Remove default value for 'output_sep' parameter. It doesn't used in this
   module.

 [Tags::Utils::Preserve]
 - Remove TODOs from doc.

0.03 2014-11-10T06:54:17+01:00
 [Common]
 - Add minimal version of Perl.
 - Update Module::Install to 1.14 version.
 - Update LICENSE AND COPYRIGHT section in doc to my standard (bsd-2).

 [Tags::Output::Raw]
 - Fix SYNOPSIS in Tags::Output::Raw doc.

 [Tags::Utils::Preserve]
 - Improve tests.
 - Update ERRORS section in doc.
 - Update EXAMPLE section in doc.
 - Update SYNOPSIS section in doc.

0.02 2014-10-17T07:37:27+02:00
 - Fix test dependencies.

0.01 2014-10-13T13:33:17+02:00
 - First version.