Skip to content

Releases: PhpGt/DomTemplate

Introduce Bindable trait

22 Dec 20:18
Compare
Choose a tag to compare
Pre-release

Bindable introduces the next feature: dynamic data binding.

Full code coverage

22 Dec 19:38
Compare
Choose a tag to compare
Full code coverage Pre-release
Pre-release

Now that this repository has been prototyped, it has reached full test coverage. Let's keep it at 100% as new features are introduced.

Documentation started

22 Dec 18:53
Compare
Choose a tag to compare
Documentation started Pre-release
Pre-release

The readme file touches on the three main features of the library: binding, custom elements and template elements.

Expand nested components

22 Dec 18:52
Compare
Choose a tag to compare
Pre-release

Components can contain components. This is now implemented and tested, but may change.

Custom components

22 Dec 18:51
Compare
Choose a tag to compare
Custom components Pre-release
Pre-release

Custom components are now automatically converted into their template HTML.

Basic DOM extension

22 Dec 18:50
Compare
Choose a tag to compare
Basic DOM extension Pre-release
Pre-release

This first pre-release marks the successful extension of PHP.Gt/Dom with extended behaviour.