Releases: stefgodin/notmpl
Releases · stefgodin/notmpl
v0.6.0
Changed
- Node adding functions no longer return
EnderInterface
but NodeEnder
Fixed
- Fixed default slot being always overwritten even with empty content
v0.5.0
Added
- Added
has_slot
to allow checking if a slot exists within a component
v0.4.0
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
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