Releases: MioVisman/Parserus
Releases · MioVisman/Parserus
v 1.4.0
- Add getIds() method.
- Add the current tag number to the handler and text_handler call as the fourth argument.
v 1.3.1
- Change getText() method. Add spaces around the element if it is not inline.
v 1.3.0
- Change getText() method. Remove automatic addition of spaces between bbcodes.
v 1.2.1
- Fix Instead of an offset in the list of children, the index of the child was used
v 1.2.0
- Add de() method.
- Change pattern in detectUrls() method.
v 1.1.0
- Error message templates translated to English.
- Now getErrors() method can return not only error texts, but also templates of error texts for external translation.
v 1.0.0
- For PHP 7.3+
- Changed bbcode structure: In key names, space character is replaced with underscore character
Added the getText() method
Added the getText() method for get the text without the bb-codes.
Additional checks for tags tree
- Maximum depth of the tags tree and its validation
- For tags with the attribute 'self nesting', a limit on the number
The detectUrls() method is changed
- The recursion is removed.
- Check on BlackList and WhiteList is added.