Skip to content

Releases: php-forge/html-interop

0.3.0

02 Mar 09:57
6f5e601

Choose a tag to compare

What's Changed

  • Rename notLabel() to disableLabel() method in LabelInterface::class. by @terabytesoftw in #7
  • Update branch-alias to 0.3-dev in composer.json. by @terabytesoftw in #9

0.2.0

29 Feb 19:47
f26abc3

Choose a tag to compare

What's Changed

  • Implement interface RenderInterface::class. by @terabytesoftw in #3
  • Add interface ContentInterface::class and LabelInterface::class. by @terabytesoftw in #4
  • Rename generateField() to fieldAttributes() method in InputInterface::class. by @terabytesoftw in #5
  • Remove arrayable parameter in fieldAttributes() method in InputInterface::class. by @terabytesoftw in #6

0.1.0

27 Feb 16:16
c2929bf

Choose a tag to compare

What's Changed

  • Initial release.