File: Changes

package info (click to toggle)
libhtml-tidy5-perl 1.06-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 1,853; makefile: 14
file content (48 lines) | stat: -rw-r--r-- 1,340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Revision history for Perl extension HTML::Tidy5.

The HTML::Tidy5 module is an HTML5-compatible upgrade from the HTML::Tidy
module.


1.06    Sat Oct 26 14:35:44 CDT 2019
====================================
Fixed a potentially failing test. Thanks, Pino Toscano.

Fixed a failing test under macOS. (GH #13)


1.04    Fri Apr 20 16:45:00 CDT 2018
====================================
[ENHANCEMENTS]
Added html_fragment_tidy_ok() for running tidy checks against HTML that
is not a full document.


1.02    Wed Apr  4 15:06:44 CDT 2018
====================================
[FIXES]
html_tidy_ok() now clears the messages in a passed-in HTML::Tidy5 object
before using it to validate the HTML.


1.01_01 Mon Mar 26 16:37:13 CDT 2018
====================================
[ENHANCEMENTS]
Add Test::HTML::Tidy5 and the html_tidy_ok() function for testing HTML
in your .t files.

[FIXES]
Fixed test failure.


1.00    Tue Mar 20 16:51:52 CDT 2018
====================================
First production release.  HTML::Tidy5 relies on version 5.6.0 of the
tidy-html5 library.  See http://html-tidy.org/ for information about
the tidy-html5 library.


[INCOMPATIBILITIES WITH HTML::Tidy]
In HTML::Tidy, HTML::Tidy::Message objects had overloaded string context.
In HTML::Tidy5, you must explicitly call the ->as_string method for
HTML::Tidy5::Message.