Skip to content

Releases: csrdelft/bb

v1.3.6

09 Mar 23:02
Compare
Choose a tag to compare

Add preview mode to CsrDelft\bb\Parser

v1.3.4

26 Apr 20:08
Compare
Choose a tag to compare
Make sure that getContent returns a string

v1.3.3

16 Feb 16:20
Compare
Choose a tag to compare
  • BbHeading::getHeadingLevel

v1.3.2

30 Jan 20:09
Compare
Choose a tag to compare
Add try catch around everything of tag when rendering

v1.3.1

29 Jan 08:26
Compare
Choose a tag to compare

render methods now catch any BbException thrown.

v1.3.0

21 Jan 16:31
19e69d4
Compare
Choose a tag to compare

Two stage parser.

Breaks readMainArgument, it now returns the value and does not set content.

v1.2.0

12 Sep 15:24
Compare
Choose a tag to compare

Adds mode plain to create plain text from bb code.

BbEnv is changed to only contain mode, this field is a string denoting the mode.

v1.1.9

21 May 08:18
Compare
Choose a tag to compare

Removes an unused typehint which resulted in deprecation warnings.

v1.1.8

23 Apr 15:37
Compare
Choose a tag to compare
  • Rewrite tokenizer logic, fixing some infinite loops.

v1.1.7

24 Mar 09:05
Compare
Choose a tag to compare

Add protected function createTagInstance(string $tag, Parser $parser, $env) to CsrDelft\bb\Parser