Releases: codegoat-dev/goatee
Releases · codegoat-dev/goatee
v0.3.0
[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
[0.2.6] - 2025-04-09
Added
- Adds support for the "" tag using the "Goatee.Audio()" class.
v0.2.5
[0.2.5] - 2025-04-09
Fixed
- Fixes a project validation error in the Goatee CLI utility.
v0.2.4
v0.2.3
[0.2.3] - 2025-04-08
Fixed
- Fixes a syntax error in the Goatee CLI utility.
v0.2.2
[0.2.3] - 2025-04-08
Fixed
- Fixes a syntax error in the Goatee CLI utility.
v0.2.1
[0.2.1] - 2025-04-08
Fixed
- Fixes an issue with the CLI utility not locating the package metadata.
v0.2.0
[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
[0.1.11] - 2025-04-08
Fixed
- Fixes various issues in the example application.
v0.1.10
[0.1.8] - 2025-04-08
Fixed
- Fixed various issues in the example application.