Skip to content

Releases: coenttb/swift-html-css-pointfree

Release 0.0.2

06 Nov 12:32

Choose a tag to compare

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

Release 0.0.1

28 Jul 18:06

Choose a tag to compare

Initial release of swift-html-css-pointfree

This package integrates swift-html-types and swift-css-types with pointfree-html, providing a unified Swift DSL for HTML+CSS development.

Key features:
• Seamless integration between swift-html-types, swift-css-types, and pointfree-html
• Type-safe CSS property definitions with HTML element integration
• Media query and pseudo-class support
• Comprehensive test coverage with snapshot testing
• Support for iOS 17+, macOS 14+, tvOS 17+, watchOS 10+, macCatalyst 17+

This initial release provides the foundational integration layer for building HTML+CSS applications using these three complementary packages.