Skip to content

Releases: ui-awesome/html-interop

0.4.0

29 Apr 14:18
aa0ce60

Choose a tag to compare

What's Changed

  • fix(interop): Move BlockInterface, InlineInterface, and VoidInterface to ui-awesome/html-contracts and remove interface implementation from all enums in this package. by @terabytesoftw in #12
  • docs: refresh feature overview SVGs with the current interop enum capabilities and helper-style layout. by @terabytesoftw in #13

Full Changelog: 0.3.1...0.4.0

0.3.1

21 Feb 15:10
4eb7406

Choose a tag to compare

What's Changed

  • fix(docs) Simplify documentation for HTML element enums and enhance clarity on contract implementations. by @terabytesoftw in #11

Full Changelog: 0.3.0...0.3.1

0.3.0

29 Jan 14:24
a0f7c50

Choose a tag to compare

What's Changed

  • feat(interop): Add MetadataBlock and MetadataVoid enums for HTML metadata elements to ensure standards compliance and separate contracts by element type. by @terabytesoftw in #8
  • fix(docs): Update copyright year in MetadataBlock and MetadataVoid classes. by @terabytesoftw in #9

Full Changelog: 0.2.2...0.3.0

0.2.2

28 Jan 10:30
5adbf18

Choose a tag to compare

What's Changed

  • fix(docs): Update command syntax in development.md and testing.md for clarity and consistency. by @terabytesoftw in #6
  • fix(docs): Remove redundant ignore rule in actionlint.yml configuration and update Rector command in composer.json to remove unnecessary 'src' argument. by @terabytesoftw in #7

Full Changelog: 0.2.1...0.2.2

0.2.1

25 Jan 01:09
3100d3d

Choose a tag to compare

What's Changed

  • fix(README): Update StyleCI badge link to the correct repository. by @terabytesoftw in #4
  • feat(dev): Add php-forge/coding-standard to development dependencies for code quality checks. by @terabytesoftw in #5

Full Changelog: 0.2.0...0.2.1

0.2.0

06 Jan 14:17
f56e48d

Choose a tag to compare

What's Changed

  • feat(interop): Refactor codebase to improve performance. by @terabytesoftw in #3

Full Changelog: 0.1.1...0.2.0

0.1.1

09 Mar 11:30
f9450b5

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

05 Mar 08:45
5c561bc

Choose a tag to compare

What's Changed

New Contributors