0.17 2024-04-08T12:54:25+02:00 - Rewrite from List::MoreUtils to List::Util. - Update Module::Install to 1.21 version. - Update copyright years. 0.16 2023-02-10T22:13:53+01:00 - Add processing of CSS by Tags::HTML::_process_css(). - Change of API in case of 'tags' parameter, could be undef (not much important), from Tags::HTML. - Mention css_init parameter in doc. - Rewrite to use of Tags::HTML. 0.15 2023-01-23T13:30:57+01:00 - Fix example in doc. - Rename example file to better name. 0.14 2023-01-23T13:08:50+01:00 - API change: Add default cleanup of CSS. - Update copyright years. 0.13 2022-07-07T20:30:52+02:00 - Add 'width=device-width, initial-scale=1.0' to viewport as default value. 0.12 2022-02-27T18:15:11+01:00 - Fix test comment. - Title is optional. 0.11 2020-10-28T22:42:50+01:00 - Don't process CSS when CSS::Struct returns blank string. 0.10 2020-10-03T15:10:32+02:00 - Add HTML element lang attribute. - Add tests for script_js and script_js_src. - Fix situation with and in same time. Added 'http_equiv_content_type' parameter. - Update README file. 0.09 2020-09-22T13:41:24+02:00 - Add RSS link. - Fix EXAMPLE section in doc. - If processing css, reset internal state. 0.08 2020-09-21T22:47:58+02:00 - Add base element to header. - Add css source links. - Add favicon link. - Add robots meta. 0.07 2020-08-13T22:34:27+02:00 - Add test for errors in 'script_js' constructor parameter. - Add test for errors in 'script_js_src' constructor parameter. - Change bugtracker to github. - Simplify code in 'script_js' and 'script_js_src' parameters. 0.06 2020-08-12T23:13:53+02:00 - Add multiple meta elements to header. - Add script_js and script_js_src constructor parameters. - Add spaces to code in head element. - Fix doc example output. - Fix module description. - Fix 'css' constructor parameter requirements in doc. 0.05 2020-08-11T22:13:45+02:00 - Add tests for process() method. - Fix ERRORS section in doc. - Sort constructor parameters in doc. 0.04 2020-08-10T01:10:33+02:00 - Fix CSS processing. 0.03 2020-08-10T00:58:15+02:00 - Add XML mode of Tags to EXAMPLE section in doc. - Add test for constructor. - Remove obsolete File::Object test dependency. - Remove obsolete Test::Warn test dependency. - Remove process_css() method, we don't need build-in css. 0.02 2020-08-09T14:47:20+02:00 - Fix DEPENDENCIES section in doc. - Fix ERRORS section in doc. - Fix module name in doc. 0.01 2020-08-09T14:39:22+02:00 - First version.