0.16 2024-05-30T14:13:06+02:00
[Tags::Utils::Preserve]
- Fix missing arguments in begin() and end() methods.
- Fix typo in doc.
- Rewrite $tag variable and comments to $element.
- Rewrite doc to use of =head2.
[Tags::Output::Raw]
- Add test comments.
0.15 2024-04-08T22:56:02+02:00
[Common]
- Add explicit version for usage of List::Util.
- Rename example files to better names.
- Update Module::Install to 1.21 version.
- Update copyright years.
[Tags::Output]
- Add tests for finalize() method.
- Fix work with 'printed_tags' structure.
[Tags::Utils]
- Add test messages.
0.14 2023-01-09T11:16:55+01:00
[Common]
- Fix dependencies and rewrite from List::MoreUtils to List::Util.
- Update copyright years.
0.13 2022-11-02T23:12:31+01:00
[Tags::Output::Raw]
- Fix warning for 'no_data_callback' if isn't in element.
0.12 2022-10-25T16:12:31+02:00
[Common]
- Update copyright years.
[Tags::Output]
- Add 'no_data_callback' parameter to set list of elements which not
process 'data_callback'. Example is 'script' in which we don't need HTML
escaping.
0.11 2021-02-20T18:31:32+01:00
[Common]
- Add blank lines after arguments and before return.
- Fix bugtracker.
- Update copyright years.
[Tags::Output]
- Add 'output_encoding' parameter.
- Add $self argument to callbacks as second argument.
- Add default 'output_callback' with encoding to 'output_encoding' if
defined.
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.