Skip to content

v1.0.0

Latest

Choose a tag to compare

@paulprins paulprins released this 03 Dec 16:15
· 1 commit to release since this release
78e5e90

This release makes the Source Text Parser feature complete! With this update the Source Text Parser has added:

  • Support for PHP 8.1, 8.2, 8.3, 8.4 and up
  • Updated PHPUnit to version 11
  • Added support for Line Wrapping (setWrapLines( true )) that will wrap each line in its own div tag, and includes classes .paragraph-start .paragraph-end .indent .indent-x2
  • Refactored setSmallCapsText( 'lord' ) to receive text instead of a boolean value. This now looks for the exact term instead of any all-caps string longer than 3 chars to mark as AllCaps.
  • Fixed a mistake in the Responsory formating where the middle responses included the portion before the midpoint.
  • Updates to the ReadMe