Skip to content

v0.18.0

Compare
Choose a tag to compare
@k00ni k00ni released this 30 Dec 18:04
· 99 commits to master since this release
8b8a157

馃巻 Happy new year release! 馃Ж

A few bug fixes and improvements.

Fixes:

  • Implemented missing __toString method in Encoding.php (thanks @tomlutzenberger, #378).
  • In Header.php make sure init is only called if $element is of type Element (thanks @lukgru, #380).

Improvements:

  • Improved performance in ElementName.php (thanks @mardc21, #369)
  • Added a config object to adapt default values like font space limit (thanks @k00ni, #375). Further values may be ported in future versions.
  • Switch from Travis to Github Actions (thanks @j0k3r, #376)