Appy 1.0.15Ā has been released. Here is the detailed changelog.
POD
- Else statements do not evaluate the tied if expression again: it gets the evaluation result from the context instead. It also allows to solve errors where a variableĀ is defined in the same block of statements as the if statement (and is used by this latter), but is unknown in the context of the else statement.
- ā ļø classes BulletedProperties and NumberedProperties (see this page): default values for some attributes have been changed.
- Using the Renderer with the template specified as a BytesIO object: fix.
- xhtml function: manageĀ li tags within div tags, as produced by Appy's XhtmlDiffer.
- Performance: all %-based string replacements have been converted to f-strings.
BIN
- ScriptĀ osub.py Ā· Works even if the first content element in the document is a table.
- ScriptĀ ogrep.py: manage chars 'apos' and 'quot'.
UTILS
- Check out the Appy-specificĀ HTTP client from appy/utils/client.py:Ā itĀ is now able to send HTTP POST requests in multipart format, containing binary files.
|