Skip to content

Releases: swift-foundations/swift-html-render

Release list

0.1.3

Choose a tag to compare

@coenttb coenttb released this 16 Dec 06:53

Rename ColumnSpan to Span to match HTML attribute name

0.1.2

Choose a tag to compare

@coenttb coenttb released this 15 Dec 21:23

Maintenance Release

Changes

  • Fixed all SwiftLint violations for CI strict mode compliance
  • Added messages to all fatalError() calls per fatal_error_message rule
  • Fixed opening brace spacing violations
  • Fixed orphaned doc comment in HTML.Pseudo
  • Applied swift-format formatting across codebase
  • Disabled force_try rule (commonly used in test code)

All 544 tests passing.