Skip to content

Releases: codegoat-dev/goatee

v0.4.3

15 Apr 19:30

Choose a tag to compare

[0.4.3] - 2025-04-15

Added

  • Adds support for the <!--> element using the Goatee.Comment() class.
  • Adds support for the <meta> element using the Goatee.Meta() class.
  • Adds support for the <style> element using the Goatee.Style() class.

v0.4.2

14 Apr 23:03

Choose a tag to compare

[0.4.2] - 2025-04-15

Added

  • Adds support for the <pre> element using the Goatee.Preformatted() class.
  • Adds support for the <nav> element using the Goatee.Nav() class.

Changes

  • Adds addHeader() and addRow() methods to the Goatee.Table() class.
  • Adds support for <tfoot> elements with rows in tables.

v0.4.1

14 Apr 16:09

Choose a tag to compare

[0.4.1] - 2025-04-14

Changes

  • Adds a --clean flag to the Goatee CLI utility to make clean builds optional.

v0.4.0

12 Apr 15:24

Choose a tag to compare

[0.4.0] - 2025-04-12

Added

  • Adds support for the "
    " element using the "Goatee.Break()" class.
  • Adds support for the "" element using the "Goatee.Article()" class.
  • Adds support for the "
  • Adds unit tests for all element classes.

v0.3.6

11 Apr 17:13

Choose a tag to compare

[0.3.6] - 2025-04-11

Added

  • Adds support for the "
    " element using the "Goatee.Blockquote()" class.
  • Adds support for the "" element using the "Goatee.Code()" class.

v0.3.5

11 Apr 16:57

Choose a tag to compare

[0.3.5] - 2025-04-11

Added

  • Adds support for ".goateeignore" files to specify files and directories to ignore during build.

v0.3.4

10 Apr 09:22

Choose a tag to compare

[0.3.3] - 2025-04-10

Fixed

  • Fixes the package author information.

v0.3.3

09 Apr 22:48

Choose a tag to compare

[0.3.3] - 2025-04-09

Fixed

  • Fixes an issue where the "Types" class was not exported.

v0.3.2

09 Apr 22:38

Choose a tag to compare

[0.3.1] - 2025-04-09

Fixed

  • Fixes an issue where the "Goatee.Main()", "Goatee.Header()" and "Goatee.Footer()" classes were not exported.

v0.3.1

09 Apr 22:28

Choose a tag to compare

[0.3.1] - 2025-04-09

Fixed

  • Fixes an import error in the "Goatee()" class.