-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
58 lines (49 loc) · 2.19 KB
/
Changes
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
49
50
51
52
53
54
55
56
57
58
Revision history for MetaCPAN-Pod-HTML
0.004000 - 2024-08-26
- new module MetaCPAN::Pod::HTML works the same as MetaCPAN::Pod::XHTML, but
outputs HTML5
- rename dist to MetaCPAN-Pod-HTML
- added Pod::Simple::Role::XHTML::HTML5 for HTML5 output
- import Pod::Simple::Role::XHTML::WithHighlightConfig into dist
0.003002 - 2022-07-13
- fix links to sections with characters that must be encoded
0.003001 - 2022-07-12
- fix StripVerbatimIndent when applied to classes using BUILD, such as
MetaCPAN::Pod::XHTML
0.003000 - 2022-07-12
- add Pod::Simple::Role::XHTML::WithHighlightConfig role, to allow pod to
provide hints for syntax highlighting of verbatim sections
- fix stripping indentation from verbatim blocks to not always convert tabs
to spaces
- enable the anchor_items option by default
- split roles to provide more precise link targets and to add additional
compatibility targets
- prepare for compatibility with future Pod::Simple releases that will fix
the encoding of ids and link targets
- add additional link targets after processing the entire file, rather than
part way through. this will prevent the extra targets from taking priority
over later headings.
- various internal refactorings
0.002001 - 2018-06-25
- increased Pod::Simple prereq version to compatible version.
- removed extraneous pod section
- test cleanups
0.002000 - 2018-06-19
- split behavior into roles
- Pod::Simple::Role::XHTML::WithLinkMappings adds the link_mappings
attribute to adjust module link destinations.
- Pod::Simple::Role::XHTML::WithAccurateTargets adds additional link
targets for headings and items based on the full unfiltered name,
and the first word.
- Pod::Simple::Role::XHTML::WithErrata adds an errata section to the
HTML as is used by MetaCPAN.
- Pod::Simple::Role::StripVerbatimIndent strips indentation from
verbatim blocks, while not breaking tab indents. This is a new
feature.
- added tests
- added documentation
0.001002 - 2017-12-06
- list HTML::Entities as a prerequisite
- use more accurate Pod::Simple::XHTML prereq
0.001001 - 2017-12-02
- Initial release extracted from MetaCPAN Server