Skip to content

Release 0.0.2

Latest

Choose a tag to compare

@coenttb coenttb released this 06 Nov 12:32
· 33 commits to main since this release

Bug Fixes

This patch release fixes a Swift 6.0+ compilation error caused by a trailing comma in a function parameter.

Changes

  • fix: Remove trailing comma in HTMLBooleanAttribute function parameter that caused compilation errors in Swift 6.0+
  • chore: Apply swift-format with 4-space indentation for consistency

Impact

Users on Swift 6.0+ (Xcode 16.0+) will no longer encounter the compilation error:

error: unexpected ',' separator

This is a recommended upgrade for all users using Swift 6.0 or later.

Full Changelog

Compare changes: 0.0.1...0.0.2