Skip to content

2.0.0 - Stateless Parser

Latest

Choose a tag to compare

@theodorejb theodorejb released this 02 Apr 16:40

Changed

  • Moved the optional ignoreStandalone parameter from ParserFactory::create() to the Parser::parse() method. This makes the parser instance independent of options so it can be reused when compiling multiple templates, enabling better performance and lower memory usage.