Skip to content

Releases: MioVisman/Parserus

v 1.4.0

26 Jan 11:30
Compare
Choose a tag to compare
  1. Add getIds() method.
  2. Add the current tag number to the handler and text_handler call as the fourth argument.

v 1.3.1

23 Dec 13:03
Compare
Choose a tag to compare
  1. Change getText() method. Add spaces around the element if it is not inline.

v 1.3.0

23 Dec 11:50
Compare
Choose a tag to compare
  1. Change getText() method. Remove automatic addition of spaces between bbcodes.

v 1.2.1

17 Jun 13:21
Compare
Choose a tag to compare
  1. Fix Instead of an offset in the list of children, the index of the child was used

v 1.2.0

08 Jan 13:07
Compare
Choose a tag to compare
  1. Add de() method.
  2. Change pattern in detectUrls() method.

v 1.1.0

24 Feb 11:26
Compare
Choose a tag to compare
  1. Error message templates translated to English.
  2. Now getErrors() method can return not only error texts, but also templates of error texts for external translation.

v 1.0.0

06 Jan 11:29
Compare
Choose a tag to compare
  1. For PHP 7.3+
  2. Changed bbcode structure: In key names, space character is replaced with underscore character

Added the getText() method

20 Apr 11:13
Compare
Choose a tag to compare

Added the getText() method for get the text without the bb-codes.

Additional checks for tags tree

14 Nov 14:32
Compare
Choose a tag to compare
  1. Maximum depth of the tags tree and its validation
  2. For tags with the attribute 'self nesting', a limit on the number

The detectUrls() method is changed

26 Nov 06:59
Compare
Choose a tag to compare
  1. The recursion is removed.
  2. Check on BlackList and WhiteList is added.