Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

4.2.0

Compare
Choose a tag to compare
@younishd younishd released this 01 Jan 15:42
· 29 commits to master since this release

Added

  • $endobox('foo')('bar') is now equivalent to ($foo = $endobox->create('foo'))->append($endobox->create('bar')->link($foo))
  • Add Box::create() in the same fashion as the $box() function within templates

Changed

  • Overload Box::append() and Box::prepend(): argument can now be of type Box or string where the latter will instantiate a new Box before appending/prepending it