Releases: php-forge/html-interop
Releases · php-forge/html-interop
0.3.0
What's Changed
- Rename
notLabel()todisableLabel()method inLabelInterface::class. by @terabytesoftw in #7 - Update branch-alias to 0.3-dev in
composer.json. by @terabytesoftw in #9
0.2.0
What's Changed
- Implement interface
RenderInterface::class. by @terabytesoftw in #3 - Add interface
ContentInterface::classandLabelInterface::class. by @terabytesoftw in #4 - Rename
generateField()tofieldAttributes()method inInputInterface::class. by @terabytesoftw in #5 - Remove arrayable parameter in
fieldAttributes()method inInputInterface::class. by @terabytesoftw in #6
0.1.0
What's Changed
- Initial release.