Releases: indaco/teseo
Releases Β· indaco/teseo
v0.2.3
v0.2.3 - 2025-07-21
π©Ή Fixes
- Merge pull request #14 from @chrisbward
π Refactors
- schemaorg/types: Rename to StringList + add full test coverage (50e65ae)
π¦ Build
- Update templ to v0.3.920 (d68bd77)
β€οΈ Contributors
- Indaco (@indaco)
- chrisbward (@chrisbward)
v0.2.2
v0.2.1
v0.2.1 - 2025-06-25
π©Ή Fixes
- Correct
SiteNavigationElementJSON-LD type usage (2cc6815)
π Documentation
- README: Update
SiteNavigationElementsection to reflect new ItemList-based API (825fa45)
π¦ Build
- Update templ to v0.3.898 (bcd575d)
π‘ Chore
- go.mod: Set go 1.23.0 and add toolchain directive (6138602)
- Regenerate *_templ.go files with templ v0.3.898 (dd81e83)
- Update devbox.lock (32359f6)
π¨ Styles
- Resolve linter warnings (8435be3)
π€ CI
β€οΈ Contributors
- Indaco (@indaco)
v0.2.0
v0.2.0 - 2025-04-07
π Enhancements
- schemaorg: Add validation methods for entities (fc43c71)
π©Ή Fixes
- Test command in pre-push and pre-commit hooks (be39f98)
- twittercard: Ensure default values in NewCard function (a78d486)
- schemaorg/website: Prop in ensureDefaults (f9d1744)
π Refactors
- opengraph: Unify metadata rendering and improve optional field handling (a6f3bd2)
- schemaorg: Simplify
ToGoHTMLJsonLdmethod (c6232d9) - Improve unique key generation and URL handling (4996ac2)
- opengraph: Replace
templ.ToGoHTMLwithteseo.RenderToHTML(d8313c5) - HTML rendering in TwitterCard with
RenderToHTML(587ea2a) - schemaorg: Move
OrganizationandPersonstructs to relative files (7dbc023)
π Documentation
- README: Add contributing guide and update sections (3200ba5)
- README: Update badges and reorganize the content (d6c63b3)
- README: Remove slash from meta output (0ee3696)
π¦ Build
- Bump Go version and update dependencies (6483d38)
π‘ Chore
- demos: Regenerate with templ v0.3.857 (7174d92)
β Tests
π€ CI
- Add Git hooks for commit message validation and testing (7dfb6d8)
- Add lint, test and coverage workflows (2a09be7)
- Fix indentation in coverage.yml (9be8d48)
- Simplify Makefile and Taskfile for clarity (acb267d)
- Allow pull requests from all branches in CI workflow (268bdde)
- Add GitHub Actions workflow for release notes generation (be5e3f9)
β€οΈ Contributors
- Indaco (@indaco)