Releases: codegoat-dev/goatee
Releases · codegoat-dev/goatee
v0.4.3
v0.4.2
[0.4.2] - 2025-04-15
Added
- Adds support for the
<pre>element using theGoatee.Preformatted()class. - Adds support for the
<nav>element using theGoatee.Nav()class.
Changes
- Adds
addHeader()andaddRow()methods to theGoatee.Table()class. - Adds support for
<tfoot>elements with rows in tables.
v0.4.1
[0.4.1] - 2025-04-14
Changes
- Adds a
--cleanflag to the Goatee CLI utility to make clean builds optional.
v0.4.0
[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
[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
[0.3.5] - 2025-04-11
Added
- Adds support for ".goateeignore" files to specify files and directories to ignore during build.
v0.3.4
[0.3.3] - 2025-04-10
Fixed
- Fixes the package author information.
v0.3.3
[0.3.3] - 2025-04-09
Fixed
- Fixes an issue where the "Types" class was not exported.
v0.3.2
[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
[0.3.1] - 2025-04-09
Fixed
- Fixes an import error in the "Goatee()" class.