Skip to content

Releases: dg/texy

Released version 3.2.1

19 Mar 12:06
@dg dg
Compare
Choose a tag to compare
  • TexyNode: fixed compatibility with Latte 3.0.14

Released version 3.1.8 (end of support)

19 Mar 12:06
@dg dg
Compare
Choose a tag to compare
  • TexyNode: fixed compatibility with Latte 3.0.14
  • root can be null

Released version 3.2.0

21 Nov 13:07
@dg dg
Compare
Choose a tag to compare
  • 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

17 May 18:28
@dg dg
Compare
Choose a tag to compare
  • support for Latte 3
  • coding style

Released version 3.1.5

28 Oct 12:31
@dg dg
Compare
Choose a tag to compare
  • support for PHP 8.1

Released version 3.1.4

13 Jan 16:41
@dg dg
Compare
Choose a tag to compare
  • accepts \t as separation character
  • strict fix

Released version 3.1.3

08 Nov 18:52
@dg dg
Compare
Choose a tag to compare

compatible with PHP 8.0

Released version 3.1.2

24 Jul 14:35
@dg dg
Compare
Choose a tag to compare
  • 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

20 Jan 20:25
@dg dg
Compare
Choose a tag to compare
  • 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.

Released version 3.1.0

12 Jan 16:10
@dg dg
Compare
Choose a tag to compare
  • full HTML5 support
  • removed support for XHTML, default output mode is HTML5 (BC break)
  • EmoticonModule: supports and by default uses emoji, files are marked as deprecated (BC break)
  • Texy::$nontextParagraph can be HtmlElement
  • Texy::$tabWidth = 0 disables replacing tabs with spaces
  • EmoticonModule: supports and by default uses emoji, files are deprecated
  • HtmlOutputModule: deprecated $removeOptional
  • FigureModule: $widthDelta sets 'max-width' instead of 'width'
  • ImageModule: removed autodetection for $fileRoot (BC break)
  • HtmlElement: added setAttribute() & getAttribute()

For the details you can have a look at the diff.

image