Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@artyuum artyuum released this 12 May 20:47
· 3 commits to master since this release
  • Set Attribute class constructor arguments as optional
  • Added the name and value setter in Attribute
  • Now throwing an exception if the name or the value is not set when calling build() on Attribute
  • Set Element class constructor arguments as optional
  • Added name setter in Element
  • Now throwing an exception if the name is not set when calling toHtml() on Element
  • Now compatible with PHP 8