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
HTMLBooleanAttributefunction 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