App-sdview
view release on metacpan or search on metacpan
Revision history for App-sdview
0.20 2024-10-18
[CHANGES]
* List the recognised parser or output types and exit if requesting
a type named '?'
[BUGFIXES]
* Account for the space between line leader and paragraph content
when testing if it will fit on one line (RT156204)
* Ensure that override logic of $DEFAULT_OUTPUT still works
0.19 2024-10-07
[CHANGES]
* Experimental support for tables in Pod files, in a choice of
different syntaxes. Not all of them will eventually be kept, this
is largely a test to see what people like.
* Also autodetect Pod verbatim blocks if they begin with a shebang
line that mentions `perl`
[BUGFIXES]
* Accept Mkardown bullet list markers that have leading whitespace
0.18 2024-07-30
[CHANGES]
* Pod directive `=code` is no longer sticky, and now only applies to
the next verbatim paragraph
* Attempt to classify verbatim blocks into perl vs. plain-text in Pod
parser if no `=code` or `=for highlighter` directives tell it
otherwise
[BUGFIXES]
* Apply syntax highlight to verbatim paragraphs nested within lists
0.17 2024-07-26
[CHANGES]
* Initial experiment at using `tree-sitter` to apply syntax
highlighting to verbatim text paragraphs with defined language
* Experimental parsing of `=code` and `=for highlighter` directives
in Pod to set the highlight language
0.16 2024-07-24
[CHANGES]
* Support passing options to output plugins
* Recognise `-O nopager` and `-O width=NN` in Terminal output
* Better handling of embedded links in supported formats
* Render links to terminal using OSC 8
[BUGFIXES]
* Needs to use `Object::Pad::FieldAttr::Checked` v0.09 to make
`Data::Checks` work correctly
* Ensure Pod parser copes correctly with formatting tags within list
item term paragraphs
0.15 2024-07-02
[CHANGES]
* Use the constraint checks from `Data::Checks` rather than
`Types::Standard`
0.14 2023-12-13
[CHANGES]
* Handle non-breaking spaces in Markdown and Pod
* Updated for Object::Pad v0.807:
+ Use new `inherit` and `apply` keywords
0.13 2023-09-22
[CHANGES]
* Allow overriding of inline format styles in App::sdview::Style
config file
* Use format-agnostic tag names "bold", "italic", etc.. rather than
POD-inspired "B", "I", etc..
( run in 0.809 second using v1.01-cache-2.11-cpan-39bf76dae61 )