Releases: dg/texy
Releases · dg/texy
Released version 3.2.3
Released version 3.2.1
- TexyNode: fixed compatibility with Latte 3.0.14
Released version 3.1.8 (end of support)
- TexyNode: fixed compatibility with Latte 3.0.14
- root can be null
Released version 3.2.0
- requires PHP 8.1
- used PHP 8.1 typehints & features
- BlockQuoteModule, PhraseModule: removed support for 'cite' (BC break)
- Helpers::toAscii() uses Nette\Utils\Strings::toAscii() if possible
Released version 3.1.6
- support for Latte 3
- coding style
Released version 3.1.5
- support for PHP 8.1
Released version 3.1.4
- accepts \t as separation character
- strict fix
Released version 3.1.3
compatible with PHP 8.0
Released version 3.1.2
- ListModule: definition list accepts \t
- strict fix
- added typo example
For the details you can have a look at the diff.
Released version 3.1.1
- big refactoring
- class alias are loaded on demand
- TexyMacro: update for Latte >= 2.5
- TableModule: removed $linemode (what it was?) (BC break)
- ScriptModule: removed $handler used by Texy v1
- Texy::
stringToText()
uses $lineWrap - Helpers::
unescapeHtml()
decodes ' - Modifier: ensures 'style' & 'class' are arrays II.
For the details you can have a look at the diff.