Skip to content

Releases: codegoat-dev/goatee

v0.3.0

09 Apr 22:18

Choose a tag to compare

[0.3.0] - 2025-04-09

Added

  • Adds a "Goatee.Types()" class for clarity. Types can be used to specify element types for example in "" elements.
  • Adds support for the "<div"> element using the "Goatee.Container()" class.
  • Adds support for the "
    " element using the "Goatee.Section()" class.
  • Adds support for the "" element using the "Goatee.Main()" class.
  • Adds support for the "" element using the "Goatee.Header()" class.
  • Adds support for the "" element using the "Goatee.Footer()" class.
  • Adds support for the "" element using the "Goatee.Label()" class.

Changes

  • Recursive building is now supported. Your projects can now include nested directories.

v0.2.6

09 Apr 17:57

Choose a tag to compare

[0.2.6] - 2025-04-09

Added

  • Adds support for the "" tag using the "Goatee.Audio()" class.

v0.2.5

09 Apr 11:17

Choose a tag to compare

[0.2.5] - 2025-04-09

Fixed

  • Fixes a project validation error in the Goatee CLI utility.

v0.2.4

08 Apr 20:05

Choose a tag to compare

[0.2.4] - 2025-04-08

Added

  • Adds support for the "" tag using the "Goatee.Image()" class.

Changes

  • Refactors the Goatee CLI utility to improve error handling and source resolution.

v0.2.3

08 Apr 18:02

Choose a tag to compare

[0.2.3] - 2025-04-08

Fixed

  • Fixes a syntax error in the Goatee CLI utility.

v0.2.2

08 Apr 18:02

Choose a tag to compare

[0.2.3] - 2025-04-08

Fixed

  • Fixes a syntax error in the Goatee CLI utility.

v0.2.1

08 Apr 14:26

Choose a tag to compare

[0.2.1] - 2025-04-08

Fixed

  • Fixes an issue with the CLI utility not locating the package metadata.

v0.2.0

08 Apr 13:50

Choose a tag to compare

[0.2.0] - 2025-04-08

Added

  • Added a CLI utility. Use "goatee" from the command line and specify the source and build directories.

v0.1.11

08 Apr 12:29

Choose a tag to compare

[0.1.11] - 2025-04-08

Fixed

  • Fixes various issues in the example application.

v0.1.10

08 Apr 12:09

Choose a tag to compare

[0.1.8] - 2025-04-08

Fixed

  • Fixed various issues in the example application.