Skip to content

Releases: stefgodin/notmpl

v0.6.0

23 Mar 23:28
Compare
Choose a tag to compare

Changed

  • Node adding functions no longer return EnderInterface but NodeEnder

Fixed

  • Fixed default slot being always overwritten even with empty content

v0.5.0

20 Mar 01:10
Compare
Choose a tag to compare

Added

  • Added has_slot to allow checking if a slot exists within a component

v0.4.0

15 Mar 00:12
Compare
Choose a tag to compare

New Features

  • Added ability to add same named slot multiple time to allow looping (useful for table rows extension)
  • Added use_repeat_slots() function to iterate on a component's internal slots with their bindings

v0.3.0

23 Feb 13:49
Compare
Choose a tag to compare

New Features

  • Added configurable auto-resolution of file extensions (Auto-resolving .php extensions by default)

Misc

  • Added coding style and best practices guide to documentation
  • Fixed some documentation inaccuracies